#3A3A07
A very dark, vivid yellow closely aligning with Darkolivegreen.
About #3A3A07
When working with digital screens, the color #3A3A07 is rendered by mixing light. Designers often compare it to the standard color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 58, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 88% Yellow, and 77% Black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A3A07
RGB58, 58, 7
HSL60.0°, 78.5%, 12.7%
CMYK0%, 0%, 88%, 77%
HSV60.0°, 87.9%, 22.7%
LAB23.5, -7.1, 29.2
XYZ3.3, 3.9, 0.8
Decimal3815943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.74:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.22:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A07;
}
.text-color {
color: #3A3A07;
}
.border-color {
border: 2px solid #3A3A07;
}