HEX: #475718
RGB: (71,87,24)
#475718 contains mainly red and green colors. Web safe color of #475718 is #336600 (or #360).
#475718 color RGB value is (71,87,24).
RGB: (71,87,24)
(28%, 34%, 9%)
R 71 of 255 = 28%
G 87 of 255 = 34%
B 24 of 255 = 9%
R + G + B ~ 24%. #475718 is dark color.
R + G + B = 71 + 87 + 24 = 182 (100%)
R 71 of 182 ~ 39.01%
G 87 of 182 ~ 47.8%
B 24 of 182 ~ 13.19'%
#475718 color CMYK value is (18,0,72,66).
CMYK: (18,0,72,66)
C18M0Y72K66 (18%, 0%, 72%, 66%)
(0.18 / 0.00 / 0.72 / 0.66)
Color #475718 in popluar color models
47 | 57 | 18 | |
---|---|---|---|
RGB | 71 | 87 | 24 |
HSL | 75° | 56.76% | 21.76% |
HSB/HSV | 75° | 72.41% | 34.12% |
CMYK | 18.39% | 0.00% | 72.41% |
65.88% |
Color #475718 in popluar number systems.
HEX | 47 | 57 | 18 |
Decimal | 71 | 87 | 24 |
Binary | 1000111 | 1010111 | 11000 |
Octal | 107 | 127 | 30 |
Shades of #475718
Tints of #475718
Examples of css and html codes for elements with #475718 color. Also use rgb(71,87,24) instead hex code.
.myTextColor { color: #475718; }
<p style="color:#475718">This sample text font color is #475718.</p>
This text font color is #475718.
.myBgColor { background-color: #475718; }
<div style="background-color:#475718">Inner text</div>
This div background color is #475718.
.myBorderColor { border: 1px solid #475718; }
<div style="border:3px solid #475718">Div</div>
This div border color is #475718.
.myOpacity80 { color: #475718; opacity: 0.8; }
<p style="color:#475718;opacity:0.8;">80%</p>
Text with #475718 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475718;}
<p style="text-shadow: 3px 3px 1px #475718">Text here.</p>
This text has shadow with #475718 color.
.textShadow {text-shadow: 3px 3px 1px #475718', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475718, 5px 5px 20px red">Text here.</p>
This text has shadow with #475718 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475718, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475718, Direction=45, Strength=4)">Text</p>
This text has shadow with #475718 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475718;
-webkit-box-shadow: 1px 1px 3px 2px #475718;
box-shadow: 1px 1px 3px 2px #475718;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475718; -webkit-box-shadow: 1px 1px 3px 2px #475718; box-shadow:1px 1px 3px 2px #475718;">
Div content here
</div>
This text has color #475718 on black background.
This text has color #475718 on white background.
This text has black color on #475718 background.
This text has white color on #475718 background.
Complementary color for #hex is #B8A8E7.