HEX: #476962
RGB: (71,105,98)
#476962 contains red, green and blue colors in about the same proportion. Web safe color of #476962 is #336666 (or #366).
#476962 color RGB value is (71,105,98).
RGB: (71,105,98) (28%,41%,38%)
R 71 of 255 = 28%
G 105 of 255 = 41%
B 98 of 255 = 38%
R + G + B ~ 36%. #476962 is quite dark color.
R + G + B =
71 + 105 + 98 = 274 (100%)
R 71 of 274 ~ 25.91%
G 105 of 274 ~ 38.32%
B 98 of 274 ~ 35.77%
#476962 color CMYK value is (32,0,7,59).
CMYK: (32,0,7,59) C32M0Y7K59 (32%,0%,7%,59%) (0.32/0.00/0.07/0.59)
47 | 69 | 62 | |
---|---|---|---|
RGB | 71 | 105 | 98 |
HSL | 168° | 19.32% | 34.51% |
HSB/HSV | 168° | 32.38% | 41.18% |
CMYK | 32.38% | 0.00% | 6.67% |
58.82% |
HEX | 47 | 69 | 62 |
Decimal | 71 | 105 | 98 |
Binary | 1000111 | 1101001 | 1100010 |
Octal | 107 | 151 | 142 |
Examples of css and html codes for elements with #476962 color. Also use rgb(71,105,98) instead hex code.
.myTextColor { color: #476962; }
<p style="color:#476962">This sample text font color is #476962.</p>
This text font color is #476962.
.myBgColor { background-color: #476962; }
<div style="background-color:#476962">Inner text</div>
This div background color is #476962.
.myBorderColor { border: 1px solid #476962; }
<div style="border:3px solid #476962">Div</div>
This div border color is #476962.
.myOpacity80 { color: #476962; opacity: 0.8; }
<p style="color:#476962;opacity:0.8;">80%</p>
Text with #476962 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476962;}
<p style="text-shadow: 3px 3px 1px #476962">Text here.</p>
This text has shadow with #476962 color.
.textShadow {text-shadow: 3px 3px 1px #476962, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476962, 5px 5px 20px red">Text here.</p>
This text has shadow with #476962 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476962, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476962, Direction=45, Strength=4)">Text</p>
This text has shadow with #476962 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476962; -webkit-box-shadow: 1px 1px 3px 2px #476962; box-shadow: 1px 1px 3px 2px #476962; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476962; -webkit-box-shadow: 1px 1px 3px 2px #476962; box-shadow:1px 1px 3px 2px #476962;">
Div content here</div>
This text has color #476962 on black background.
This text has color #476962 on white background.
This text has black color on #476962 background.
This text has white color on #476962 background.