HEX: #476048
RGB: (71,96,72)
#476048 contains red, green and blue colors in about the same proportion. Web safe color of #476048 is #336633 (or #363).
#476048 color RGB value is (71,96,72).
RGB: (71,96,72) (28%,38%,28%)
R 71 of 255 = 28%
G 96 of 255 = 38%
B 72 of 255 = 28%
R + G + B ~ 31%. #476048 is quite dark color.
R + G + B =
71 + 96 + 72 = 239 (100%)
R 71 of 239 ~ 29.71%
G 96 of 239 ~ 40.17%
B 72 of 239 ~ 30.13%
#476048 color CMYK value is (26,0,25,62).
CMYK: (26,0,25,62) C26M0Y25K62 (26%,0%,25%,62%) (0.26/0.00/0.25/0.62)
47 | 60 | 48 | |
---|---|---|---|
RGB | 71 | 96 | 72 |
HSL | 122° | 14.97% | 32.75% |
HSB/HSV | 122° | 26.04% | 37.65% |
CMYK | 26.04% | 0.00% | 25.00% |
62.35% |
HEX | 47 | 60 | 48 |
Decimal | 71 | 96 | 72 |
Binary | 1000111 | 1100000 | 1001000 |
Octal | 107 | 140 | 110 |
Examples of css and html codes for elements with #476048 color. Also use rgb(71,96,72) instead hex code.
.myTextColor { color: #476048; }
<p style="color:#476048">This sample text font color is #476048.</p>
This text font color is #476048.
.myBgColor { background-color: #476048; }
<div style="background-color:#476048">Inner text</div>
This div background color is #476048.
.myBorderColor { border: 1px solid #476048; }
<div style="border:3px solid #476048">Div</div>
This div border color is #476048.
.myOpacity80 { color: #476048; opacity: 0.8; }
<p style="color:#476048;opacity:0.8;">80%</p>
Text with #476048 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476048;}
<p style="text-shadow: 3px 3px 1px #476048">Text here.</p>
This text has shadow with #476048 color.
.textShadow {text-shadow: 3px 3px 1px #476048, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476048, 5px 5px 20px red">Text here.</p>
This text has shadow with #476048 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476048, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476048, Direction=45, Strength=4)">Text</p>
This text has shadow with #476048 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476048; -webkit-box-shadow: 1px 1px 3px 2px #476048; box-shadow: 1px 1px 3px 2px #476048; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476048; -webkit-box-shadow: 1px 1px 3px 2px #476048; box-shadow:1px 1px 3px 2px #476048;">
Div content here</div>
This text has color #476048 on black background.
This text has color #476048 on white background.
This text has black color on #476048 background.
This text has white color on #476048 background.