HEX: #59576D
RGB: (89,87,109)
#59576D contains red, green and blue colors in about the same proportion. Web safe color of #59576D is #666666 (or #666).
#59576D color RGB value is (89,87,109).
RGB: (89,87,109)
(35%, 34%, 43%)
R 89 of 255 = 35%
G 87 of 255 = 34%
B 109 of 255 = 43%
R + G + B ~ 37%. #59576D is quite dark color.
R + G + B = 89 + 87 + 109 = 285 (100%)
R 89 of 285 ~ 31.23%
G 87 of 285 ~ 30.53%
B 109 of 285 ~ 38.25'%
#59576D color CMYK value is (18,20,0,57).
CMYK: (18,20,0,57)
C18M20Y0K57 (18%, 20%, 0%, 57%)
(0.18 / 0.20 / 0.00 / 0.57)
Color #59576D in popluar color models
59 | 57 | 6D | |
---|---|---|---|
RGB | 89 | 87 | 109 |
HSL | 245° | 11.22% | 38.43% |
HSB/HSV | 245° | 20.18% | 42.75% |
CMYK | 18.35% | 20.18% | 0.00% |
57.25% |
Color #59576D in popluar number systems.
HEX | 59 | 57 | 6D |
Decimal | 89 | 87 | 109 |
Binary | 1011001 | 1010111 | 1101101 |
Octal | 131 | 127 | 155 |
Shades of #59576D
Tints of #59576D
Examples of css and html codes for elements with #59576D color. Also use rgb(89,87,109) instead hex code.
.myTextColor { color: #59576D; }
<p style="color:#59576D">This sample text font color is #59576D.</p>
This text font color is #59576D.
.myBgColor { background-color: #59576D; }
<div style="background-color:#59576D">Inner text</div>
This div background color is #59576D.
.myBorderColor { border: 1px solid #59576D; }
<div style="border:3px solid #59576D">Div</div>
This div border color is #59576D.
.myOpacity80 { color: #59576D; opacity: 0.8; }
<p style="color:#59576D;opacity:0.8;">80%</p>
Text with #59576D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59576D;}
<p style="text-shadow: 3px 3px 1px #59576D">Text here.</p>
This text has shadow with #59576D color.
.textShadow {text-shadow: 3px 3px 1px #59576D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59576D, 5px 5px 20px red">Text here.</p>
This text has shadow with #59576D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59576D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59576D, Direction=45, Strength=4)">Text</p>
This text has shadow with #59576D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59576D;
-webkit-box-shadow: 1px 1px 3px 2px #59576D;
box-shadow: 1px 1px 3px 2px #59576D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59576D; -webkit-box-shadow: 1px 1px 3px 2px #59576D; box-shadow:1px 1px 3px 2px #59576D;">
Div content here
</div>
This text has color #59576D on black background.
This text has color #59576D on white background.
This text has black color on #59576D background.
This text has white color on #59576D background.
Complementary color for #hex is #A6A892.