HEX: #59875F
RGB: (89,135,95)
#59875F contains red, green and blue colors in about the same proportion. Web safe color of #59875F is #669966 (or #696).
#59875F color RGB value is (89,135,95).
RGB: (89,135,95)
(35%, 53%, 37%)
R 89 of 255 = 35%
G 135 of 255 = 53%
B 95 of 255 = 37%
R + G + B ~ 42%. #59875F is middle color (not dark and not light).
R + G + B = 89 + 135 + 95 = 319 (100%)
R 89 of 319 ~ 27.9%
G 135 of 319 ~ 42.32%
B 95 of 319 ~ 29.78'%
#59875F color CMYK value is (34,0,30,47).
CMYK: (34,0,30,47) C34M0Y30K47 (34%,0%,30%,47%) (0.34/0.00/0.30/0.47)
Color #59875F in popluar color models
59 | 87 | 5F | |
---|---|---|---|
RGB | 89 | 135 | 95 |
HSL | 128° | 20.54% | 43.92% |
HSB/HSV | 128° | 34.07% | 52.94% |
CMYK | 34.07% | 0.00% | 29.63% |
47.06% |
Color #59875F in popluar number systems.
HEX | 59 | 87 | 5F |
Decimal | 89 | 135 | 95 |
Binary | 1011001 | 10000111 | 1011111 |
Octal | 131 | 207 | 137 |
Shades of #59875F
Tints of #59875F
Examples of css and html codes for elements with #59875F color. Also use rgb(89,135,95) instead hex code.
.myTextColor { color: #59875F; }
<p style="color:#59875F">This sample text font color is #59875F.</p>
This text font color is #59875F.
.myBgColor { background-color: #59875F; }
<div style="background-color:#59875F">Inner text</div>
This div background color is #59875F.
.myBorderColor { border: 1px solid #59875F; }
<div style="border:3px solid #59875F">Div</div>
This div border color is #59875F.
.myOpacity80 { color: #59875F; opacity: 0.8; }
<p style="color:#59875F;opacity:0.8;">80%</p>
Text with #59875F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59875F;}
<p style="text-shadow: 3px 3px 1px #59875F">Text here.</p>
This text has shadow with #59875F color.
.textShadow {text-shadow: 3px 3px 1px #59875F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59875F, 5px 5px 20px red">Text here.</p>
This text has shadow with #59875F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59875F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59875F, Direction=45, Strength=4)">Text</p>
This text has shadow with #59875F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59875F;
-webkit-box-shadow: 1px 1px 3px 2px #59875F;
box-shadow: 1px 1px 3px 2px #59875F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59875F; -webkit-box-shadow: 1px 1px 3px 2px #59875F; box-shadow:1px 1px 3px 2px #59875F;">
Div content here
</div>
This text has color #59875F on black background.
This text has color #59875F on white background.
This text has black color on #59875F background.
This text has white color on #59875F background.
Complementary color for #hex is #A678A0.