#3A3A0F
A very dark, moderate yellow closely aligning with Darkolivegreen.
About #3A3A0F
At its core, #3A3A0F is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(58, 58, 15).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 74% Yellow, and 77% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A3A0F
RGB58, 58, 15
HSL60.0°, 58.9%, 14.3%
CMYK0%, 0%, 74%, 77%
HSV60.0°, 74.1%, 22.7%
LAB23.5, -6.6, 25.7
XYZ3.3, 4.0, 1.0
Decimal3815951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.72:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.20:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A0F;
}
.text-color {
color: #3A3A0F;
}
.border-color {
border: 2px solid #3A3A0F;
}