HEX: #575363
RGB: (87,83,99)
#575363 contains red, green and blue colors in about the same proportion. Web safe color of #575363 is #666666 (or #666).
#575363 color RGB value is (87,83,99).
RGB: (87,83,99) (34%,33%,39%)
R 87 of 255 = 34%
G 83 of 255 = 33%
B 99 of 255 = 39%
R + G + B ~ 35%. #575363 is quite dark color.
R + G + B =
87 + 83 + 99 = 269 (100%)
R 87 of 269 ~ 32.34%
G 83 of 269 ~ 30.86%
B 99 of 269 ~ 36.8%
#575363 color CMYK value is (12,16,0,61).
CMYK: (12,16,0,61) C12M16Y0K61 (12%,16%,0%,61%) (0.12/0.16/0.00/0.61)
57 | 53 | 63 | |
---|---|---|---|
RGB | 87 | 83 | 99 |
HSL | 255° | 8.79% | 35.69% |
HSB/HSV | 255° | 16.16% | 38.82% |
CMYK | 12.12% | 16.16% | 0.00% |
61.18% |
HEX | 57 | 53 | 63 |
Decimal | 87 | 83 | 99 |
Binary | 1010111 | 1010011 | 1100011 |
Octal | 127 | 123 | 143 |
Examples of css and html codes for elements with #575363 color. Also use rgb(87,83,99) instead hex code.
.myTextColor { color: #575363; }
<p style="color:#575363">This sample text font color is #575363.</p>
This text font color is #575363.
.myBgColor { background-color: #575363; }
<div style="background-color:#575363">Inner text</div>
This div background color is #575363.
.myBorderColor { border: 1px solid #575363; }
<div style="border:3px solid #575363">Div</div>
This div border color is #575363.
.myOpacity80 { color: #575363; opacity: 0.8; }
<p style="color:#575363;opacity:0.8;">80%</p>
Text with #575363 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #575363;}
<p style="text-shadow: 3px 3px 1px #575363">Text here.</p>
This text has shadow with #575363 color.
.textShadow {text-shadow: 3px 3px 1px #575363, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #575363, 5px 5px 20px red">Text here.</p>
This text has shadow with #575363 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#575363, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#575363, Direction=45, Strength=4)">Text</p>
This text has shadow with #575363 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #575363; -webkit-box-shadow: 1px 1px 3px 2px #575363; box-shadow: 1px 1px 3px 2px #575363; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #575363; -webkit-box-shadow: 1px 1px 3px 2px #575363; box-shadow:1px 1px 3px 2px #575363;">
Div content here</div>
This text has color #575363 on black background.
This text has color #575363 on white background.
This text has black color on #575363 background.
This text has white color on #575363 background.