#506D1D
A dark, moderate green closely aligning with Darkolivegreen.
About #506D1D
The hex code #506D1D represents a beautifully specific shade of green. Designers often compare it to the standard color Darkolivegreen. This translates to an RGB value of rgb(80, 109, 29).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 0% magenta, 73% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#506D1D
RGB80, 109, 29
HSL81.7°, 58.0%, 27.1%
CMYK27%, 0%, 73%, 57%
HSV81.7°, 73.4%, 42.7%
LAB42.4, -23.6, 39.2
XYZ9.0, 12.7, 3.1
Decimal5270813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #506D1D;
}
.text-color {
color: #506D1D;
}
.border-color {
border: 2px solid #506D1D;
}