#5F571D
A dark, moderate yellow closely aligning with Darkolivegreen.
About #5F571D
The precise color #5F571D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 87, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 8% M, 69% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F571D
RGB95, 87, 29
HSL52.7°, 53.2%, 24.3%
CMYK0%, 8%, 69%, 63%
HSV52.7°, 69.5%, 37.3%
LAB36.6, -4.6, 33.7
XYZ8.3, 9.3, 2.5
Decimal6248221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.32:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
7.00:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F571D;
}
.text-color {
color: #5F571D;
}
.border-color {
border: 2px solid #5F571D;
}