HEX: #576753
RGB: (87,103,83)
#576753 contains red, green and blue colors in about the same proportion. Web safe color of #576753 is #666666 (or #666).
#576753 color RGB value is (87,103,83).
RGB: (87,103,83) (34%,40%,33%)
R 87 of 255 = 34%
G 103 of 255 = 40%
B 83 of 255 = 33%
R + G + B ~ 36%. #576753 is quite dark color.
R + G + B =
87 + 103 + 83 = 273 (100%)
R 87 of 273 ~ 31.87%
G 103 of 273 ~ 37.73%
B 83 of 273 ~ 30.4%
#576753 color CMYK value is (16,0,19,60).
CMYK: (16,0,19,60) C16M0Y19K60 (16%,0%,19%,60%) (0.16/0.00/0.19/0.60)
57 | 67 | 53 | |
---|---|---|---|
RGB | 87 | 103 | 83 |
HSL | 108° | 10.75% | 36.47% |
HSB/HSV | 108° | 19.42% | 40.39% |
CMYK | 15.53% | 0.00% | 19.42% |
59.61% |
HEX | 57 | 67 | 53 |
Decimal | 87 | 103 | 83 |
Binary | 1010111 | 1100111 | 1010011 |
Octal | 127 | 147 | 123 |
Examples of css and html codes for elements with #576753 color. Also use rgb(87,103,83) instead hex code.
.myTextColor { color: #576753; }
<p style="color:#576753">This sample text font color is #576753.</p>
This text font color is #576753.
.myBgColor { background-color: #576753; }
<div style="background-color:#576753">Inner text</div>
This div background color is #576753.
.myBorderColor { border: 1px solid #576753; }
<div style="border:3px solid #576753">Div</div>
This div border color is #576753.
.myOpacity80 { color: #576753; opacity: 0.8; }
<p style="color:#576753;opacity:0.8;">80%</p>
Text with #576753 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #576753;}
<p style="text-shadow: 3px 3px 1px #576753">Text here.</p>
This text has shadow with #576753 color.
.textShadow {text-shadow: 3px 3px 1px #576753, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #576753, 5px 5px 20px red">Text here.</p>
This text has shadow with #576753 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#576753, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#576753, Direction=45, Strength=4)">Text</p>
This text has shadow with #576753 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #576753; -webkit-box-shadow: 1px 1px 3px 2px #576753; box-shadow: 1px 1px 3px 2px #576753; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #576753; -webkit-box-shadow: 1px 1px 3px 2px #576753; box-shadow:1px 1px 3px 2px #576753;">
Div content here</div>
This text has color #576753 on black background.
This text has color #576753 on white background.
This text has black color on #576753 background.
This text has white color on #576753 background.