HEX: #472502
RGB: (71,37,2)
#472502 contains mainly red and green colors. Web safe color of #472502 is #333300 (or #330).
#472502 color RGB value is (71,37,2).
RGB: (71,37,2)
(28%, 15%, 1%)
R 71 of 255 = 28%
G 37 of 255 = 15%
B 2 of 255 = 1%
R + G + B ~ 15%. #472502 is dark color.
R + G + B = 71 + 37 + 2 = 110 (100%)
R 71 of 110 ~ 64.55%
G 37 of 110 ~ 33.64%
B 2 of 110 ~ 1.82'%
#472502 color CMYK value is (0,48,97,72).
CMYK: (0,48,97,72) C0M48Y97K72 (0%,48%,97%,72%) (0.00/0.48/0.97/0.72)
Color #472502 in popluar color models
47 | 25 | 02 | |
---|---|---|---|
RGB | 71 | 37 | 2 |
HSL | 30° | 94.52% | 14.31% |
HSB/HSV | 30° | 97.18% | 27.84% |
CMYK | 0.00% | 47.89% | 97.18% |
72.16% |
Color #472502 in popluar number systems.
HEX | 47 | 25 | 02 |
Decimal | 71 | 37 | 2 |
Binary | 1000111 | 100101 | 10 |
Octal | 107 | 45 | 2 |
Shades of #472502
Tints of #472502
Examples of css and html codes for elements with #472502 color. Also use rgb(71,37,2) instead hex code.
.myTextColor { color: #472502; }
<p style="color:#472502">This sample text font color is #472502.</p>
This text font color is #472502.
.myBgColor { background-color: #472502; }
<div style="background-color:#472502">Inner text</div>
This div background color is #472502.
.myBorderColor { border: 1px solid #472502; }
<div style="border:3px solid #472502">Div</div>
This div border color is #472502.
.myOpacity80 { color: #472502; opacity: 0.8; }
<p style="color:#472502;opacity:0.8;">80%</p>
Text with #472502 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472502;}
<p style="text-shadow: 3px 3px 1px #472502">Text here.</p>
This text has shadow with #472502 color.
.textShadow {text-shadow: 3px 3px 1px #472502', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472502, 5px 5px 20px red">Text here.</p>
This text has shadow with #472502 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472502, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472502, Direction=45, Strength=4)">Text</p>
This text has shadow with #472502 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472502;
-webkit-box-shadow: 1px 1px 3px 2px #472502;
box-shadow: 1px 1px 3px 2px #472502;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472502; -webkit-box-shadow: 1px 1px 3px 2px #472502; box-shadow:1px 1px 3px 2px #472502;">
Div content here
</div>
This text has color #472502 on black background.
This text has color #472502 on white background.
This text has black color on #472502 background.
This text has white color on #472502 background.
Complementary color for #hex is #B8DAFD.