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