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