HEX: #474636
RGB: (71,70,54)
#474636 contains red, green and blue colors in about the same proportion. Web safe color of #474636 is #333333 (or #333).
#474636 color RGB value is (71,70,54).
RGB: (71,70,54) (28%,27%,21%)
R 71 of 255 = 28%
G 70 of 255 = 27%
B 54 of 255 = 21%
R + G + B ~ 25%. #474636 is quite dark color.
R + G + B =
71 + 70 + 54 = 195 (100%)
R 71 of 195 ~ 36.41%
G 70 of 195 ~ 35.9%
B 54 of 195 ~ 27.69%
#474636 color CMYK value is (0,1,24,72).
CMYK: (0,1,24,72) C0M1Y24K72 (0%,1%,24%,72%) (0.00/0.01/0.24/0.72)
47 | 46 | 36 | |
---|---|---|---|
RGB | 71 | 70 | 54 |
HSL | 56° | 13.60% | 24.51% |
HSB/HSV | 56° | 23.94% | 27.84% |
CMYK | 0.00% | 1.41% | 23.94% |
72.16% |
HEX | 47 | 46 | 36 |
Decimal | 71 | 70 | 54 |
Binary | 1000111 | 1000110 | 110110 |
Octal | 107 | 106 | 66 |
Examples of css and html codes for elements with #474636 color. Also use rgb(71,70,54) instead hex code.
.myTextColor { color: #474636; }
<p style="color:#474636">This sample text font color is #474636.</p>
This text font color is #474636.
.myBgColor { background-color: #474636; }
<div style="background-color:#474636">Inner text</div>
This div background color is #474636.
.myBorderColor { border: 1px solid #474636; }
<div style="border:3px solid #474636">Div</div>
This div border color is #474636.
.myOpacity80 { color: #474636; opacity: 0.8; }
<p style="color:#474636;opacity:0.8;">80%</p>
Text with #474636 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474636;}
<p style="text-shadow: 3px 3px 1px #474636">Text here.</p>
This text has shadow with #474636 color.
.textShadow {text-shadow: 3px 3px 1px #474636, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474636, 5px 5px 20px red">Text here.</p>
This text has shadow with #474636 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474636, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474636, Direction=45, Strength=4)">Text</p>
This text has shadow with #474636 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474636; -webkit-box-shadow: 1px 1px 3px 2px #474636; box-shadow: 1px 1px 3px 2px #474636; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474636; -webkit-box-shadow: 1px 1px 3px 2px #474636; box-shadow:1px 1px 3px 2px #474636;">
Div content here</div>
This text has color #474636 on black background.
This text has color #474636 on white background.
This text has black color on #474636 background.
This text has white color on #474636 background.