HEX: #475231
RGB: (71,82,49)
#475231 contains red, green and blue colors in about the same proportion. Web safe color of #475231 is #336633 (or #363).
#475231 color RGB value is (71,82,49).
RGB: (71,82,49) (28%,32%,19%)
R 71 of 255 = 28%
G 82 of 255 = 32%
B 49 of 255 = 19%
R + G + B ~ 26%. #475231 is quite dark color.
R + G + B =
71 + 82 + 49 = 202 (100%)
R 71 of 202 ~ 35.15%
G 82 of 202 ~ 40.59%
B 49 of 202 ~ 24.26%
#475231 color CMYK value is (13,0,40,68).
CMYK: (13,0,40,68) C13M0Y40K68 (13%,0%,40%,68%) (0.13/0.00/0.40/0.68)
47 | 52 | 31 | |
---|---|---|---|
RGB | 71 | 82 | 49 |
HSL | 80° | 25.19% | 25.69% |
HSB/HSV | 80° | 40.24% | 32.16% |
CMYK | 13.41% | 0.00% | 40.24% |
67.84% |
HEX | 47 | 52 | 31 |
Decimal | 71 | 82 | 49 |
Binary | 1000111 | 1010010 | 110001 |
Octal | 107 | 122 | 61 |
Examples of css and html codes for elements with #475231 color. Also use rgb(71,82,49) instead hex code.
.myTextColor { color: #475231; }
<p style="color:#475231">This sample text font color is #475231.</p>
This text font color is #475231.
.myBgColor { background-color: #475231; }
<div style="background-color:#475231">Inner text</div>
This div background color is #475231.
.myBorderColor { border: 1px solid #475231; }
<div style="border:3px solid #475231">Div</div>
This div border color is #475231.
.myOpacity80 { color: #475231; opacity: 0.8; }
<p style="color:#475231;opacity:0.8;">80%</p>
Text with #475231 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475231;}
<p style="text-shadow: 3px 3px 1px #475231">Text here.</p>
This text has shadow with #475231 color.
.textShadow {text-shadow: 3px 3px 1px #475231, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475231, 5px 5px 20px red">Text here.</p>
This text has shadow with #475231 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475231, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475231, Direction=45, Strength=4)">Text</p>
This text has shadow with #475231 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475231; -webkit-box-shadow: 1px 1px 3px 2px #475231; box-shadow: 1px 1px 3px 2px #475231; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475231; -webkit-box-shadow: 1px 1px 3px 2px #475231; box-shadow:1px 1px 3px 2px #475231;">
Div content here</div>
This text has color #475231 on black background.
This text has color #475231 on white background.
This text has black color on #475231 background.
This text has white color on #475231 background.