HEX: #59825E
RGB: (89,130,94)
#59825E contains red, green and blue colors in about the same proportion. Web safe color of #59825E is #669966 (or #696).
#59825E color RGB value is (89,130,94).
RGB: (89,130,94)
(35%, 51%, 37%)
R 89 of 255 = 35%
G 130 of 255 = 51%
B 94 of 255 = 37%
R + G + B ~ 41%. #59825E is middle color (not dark and not light).
R + G + B = 89 + 130 + 94 = 313 (100%)
R 89 of 313 ~ 28.43%
G 130 of 313 ~ 41.53%
B 94 of 313 ~ 30.03'%
#59825E color CMYK value is (32,0,28,49).
CMYK: (32,0,28,49) C32M0Y28K49 (32%,0%,28%,49%) (0.32/0.00/0.28/0.49)
Color #59825E in popluar color models
59 | 82 | 5E | |
---|---|---|---|
RGB | 89 | 130 | 94 |
HSL | 127° | 18.72% | 42.94% |
HSB/HSV | 127° | 31.54% | 50.98% |
CMYK | 31.54% | 0.00% | 27.69% |
49.02% |
Color #59825E in popluar number systems.
HEX | 59 | 82 | 5E |
Decimal | 89 | 130 | 94 |
Binary | 1011001 | 10000010 | 1011110 |
Octal | 131 | 202 | 136 |
Shades of #59825E
Tints of #59825E
Examples of css and html codes for elements with #59825E color. Also use rgb(89,130,94) instead hex code.
.myTextColor { color: #59825E; }
<p style="color:#59825E">This sample text font color is #59825E.</p>
This text font color is #59825E.
.myBgColor { background-color: #59825E; }
<div style="background-color:#59825E">Inner text</div>
This div background color is #59825E.
.myBorderColor { border: 1px solid #59825E; }
<div style="border:3px solid #59825E">Div</div>
This div border color is #59825E.
.myOpacity80 { color: #59825E; opacity: 0.8; }
<p style="color:#59825E;opacity:0.8;">80%</p>
Text with #59825E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59825E;}
<p style="text-shadow: 3px 3px 1px #59825E">Text here.</p>
This text has shadow with #59825E color.
.textShadow {text-shadow: 3px 3px 1px #59825E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59825E, 5px 5px 20px red">Text here.</p>
This text has shadow with #59825E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59825E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59825E, Direction=45, Strength=4)">Text</p>
This text has shadow with #59825E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59825E;
-webkit-box-shadow: 1px 1px 3px 2px #59825E;
box-shadow: 1px 1px 3px 2px #59825E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59825E; -webkit-box-shadow: 1px 1px 3px 2px #59825E; box-shadow:1px 1px 3px 2px #59825E;">
Div content here
</div>
This text has color #59825E on black background.
This text has color #59825E on white background.
This text has black color on #59825E background.
This text has white color on #59825E background.
Complementary color for #hex is #A67DA1.