HEX: #476373
RGB: (71,99,115)
#476373 contains red, green and blue colors in about the same proportion. Web safe color of #476373 is #336666 (or #366).
#476373 color RGB value is (71,99,115).
RGB: (71,99,115) (28%,39%,45%)
R 71 of 255 = 28%
G 99 of 255 = 39%
B 115 of 255 = 45%
R + G + B ~ 37%. #476373 is quite dark color.
R + G + B =
71 + 99 + 115 = 285 (100%)
R 71 of 285 ~ 24.91%
G 99 of 285 ~ 34.74%
B 115 of 285 ~ 40.35%
#476373 color CMYK value is (38,14,0,55).
CMYK: (38,14,0,55) C38M14Y0K55 (38%,14%,0%,55%) (0.38/0.14/0.00/0.55)
47 | 63 | 73 | |
---|---|---|---|
RGB | 71 | 99 | 115 |
HSL | 202° | 23.66% | 36.47% |
HSB/HSV | 202° | 38.26% | 45.10% |
CMYK | 38.26% | 13.91% | 0.00% |
54.90% |
HEX | 47 | 63 | 73 |
Decimal | 71 | 99 | 115 |
Binary | 1000111 | 1100011 | 1110011 |
Octal | 107 | 143 | 163 |
Examples of css and html codes for elements with #476373 color. Also use rgb(71,99,115) instead hex code.
.myTextColor { color: #476373; }
<p style="color:#476373">This sample text font color is #476373.</p>
This text font color is #476373.
.myBgColor { background-color: #476373; }
<div style="background-color:#476373">Inner text</div>
This div background color is #476373.
.myBorderColor { border: 1px solid #476373; }
<div style="border:3px solid #476373">Div</div>
This div border color is #476373.
.myOpacity80 { color: #476373; opacity: 0.8; }
<p style="color:#476373;opacity:0.8;">80%</p>
Text with #476373 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476373;}
<p style="text-shadow: 3px 3px 1px #476373">Text here.</p>
This text has shadow with #476373 color.
.textShadow {text-shadow: 3px 3px 1px #476373, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476373, 5px 5px 20px red">Text here.</p>
This text has shadow with #476373 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476373, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476373, Direction=45, Strength=4)">Text</p>
This text has shadow with #476373 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476373; -webkit-box-shadow: 1px 1px 3px 2px #476373; box-shadow: 1px 1px 3px 2px #476373; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476373; -webkit-box-shadow: 1px 1px 3px 2px #476373; box-shadow:1px 1px 3px 2px #476373;">
Div content here</div>
This text has color #476373 on black background.
This text has color #476373 on white background.
This text has black color on #476373 background.
This text has white color on #476373 background.