#8A753A
A dark, moderate orange closely aligning with Darkolivegreen.
About #8A753A
The hex code #8A753A represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 117, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 15% Magenta, 58% Yellow, and 46% Black. The HSL representation is 44.2° hue, 40.8% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A753A
RGB138, 117, 58
HSL44.2°, 40.8%, 38.4%
CMYK0%, 15%, 58%, 46%
HSV44.2°, 58.0%, 54.1%
LAB50.0, 0.5, 35.1
XYZ17.6, 18.4, 6.6
Decimal9073978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A753A;
}
.text-color {
color: #8A753A;
}
.border-color {
border: 2px solid #8A753A;
}