#50753A
A dark, moderate green closely aligning with Darkolivegreen.
About #50753A
Visually, #50753A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 80 red, 117 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 32% cyan, 0% magenta, 50% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50753A
RGB80, 117, 58
HSL97.6°, 33.7%, 34.3%
CMYK32%, 0%, 50%, 54%
HSV97.6°, 50.4%, 45.9%
LAB45.3, -24.7, 28.3
XYZ10.4, 14.7, 6.3
Decimal5272890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #50753A;
}
.text-color {
color: #50753A;
}
.border-color {
border: 2px solid #50753A;
}