HEX: #576D4E
RGB: (87,109,78)
#576D4E contains red, green and blue colors in about the same proportion. Web safe color of #576D4E is #666666 (or #666).
#576D4E color RGB value is (87,109,78).
RGB: (87,109,78) (34%,43%,31%)
R 87 of 255 = 34%
G 109 of 255 = 43%
B 78 of 255 = 31%
R + G + B ~ 36%. #576D4E is quite dark color.
R + G + B =
87 + 109 + 78 = 274 (100%)
R 87 of 274 ~ 31.75%
G 109 of 274 ~ 39.78%
B 78 of 274 ~ 28.47%
#576D4E color CMYK value is (20,0,28,57).
CMYK: (20,0,28,57) C20M0Y28K57 (20%,0%,28%,57%) (0.20/0.00/0.28/0.57)
57 | 6D | 4E | |
---|---|---|---|
RGB | 87 | 109 | 78 |
HSL | 103° | 16.58% | 36.67% |
HSB/HSV | 103° | 28.44% | 42.75% |
CMYK | 20.18% | 0.00% | 28.44% |
57.25% |
HEX | 57 | 6D | 4E |
Decimal | 87 | 109 | 78 |
Binary | 1010111 | 1101101 | 1001110 |
Octal | 127 | 155 | 116 |
Examples of css and html codes for elements with #576D4E color. Also use rgb(87,109,78) instead hex code.
.myTextColor { color: #576D4E; }
<p style="color:#576D4E">This sample text font color is #576D4E.</p>
This text font color is #576D4E.
.myBgColor { background-color: #576D4E; }
<div style="background-color:#576D4E">Inner text</div>
This div background color is #576D4E.
.myBorderColor { border: 1px solid #576D4E; }
<div style="border:3px solid #576D4E">Div</div>
This div border color is #576D4E.
.myOpacity80 { color: #576D4E; opacity: 0.8; }
<p style="color:#576D4E;opacity:0.8;">80%</p>
Text with #576D4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #576D4E;}
<p style="text-shadow: 3px 3px 1px #576D4E">Text here.</p>
This text has shadow with #576D4E color.
.textShadow {text-shadow: 3px 3px 1px #576D4E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #576D4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #576D4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#576D4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#576D4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #576D4E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #576D4E; -webkit-box-shadow: 1px 1px 3px 2px #576D4E; box-shadow: 1px 1px 3px 2px #576D4E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #576D4E; -webkit-box-shadow: 1px 1px 3px 2px #576D4E; box-shadow:1px 1px 3px 2px #576D4E;">
Div content here</div>
This text has color #576D4E on black background.
This text has color #576D4E on white background.
This text has black color on #576D4E background.
This text has white color on #576D4E background.