#3A3307
A very dark, vivid yellow closely aligning with Darkolivegreen.
About #3A3307
The precise color #3A3307 is an excellent choice for modern design projects. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(58, 51, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 12% magenta inks. The HSL representation is 51.8° hue, 78.5% saturation, and 12.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A3307
RGB58, 51, 7
HSL51.8°, 78.5%, 12.7%
CMYK0%, 12%, 88%, 77%
HSV51.8°, 87.9%, 22.7%
LAB21.1, -2.7, 26.8
XYZ3.0, 3.3, 0.7
Decimal3814151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.68:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.12:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3307;
}
.text-color {
color: #3A3307;
}
.border-color {
border: 2px solid #3A3307;
}