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