HEX: #476510
RGB: (71,101,16)
#476510 contains mainly red and green colors. Web safe color of #476510 is #336600 (or #360).
#476510 color RGB value is (71,101,16).
RGB: (71,101,16)
(28%, 40%, 6%)
R 71 of 255 = 28%
G 101 of 255 = 40%
B 16 of 255 = 6%
R + G + B ~ 25%. #476510 is quite dark color.
R + G + B = 71 + 101 + 16 = 188 (100%)
R 71 of 188 ~ 37.77%
G 101 of 188 ~ 53.72%
B 16 of 188 ~ 8.51'%
#476510 color CMYK value is (30,0,84,60).
CMYK: (30,0,84,60) C30M0Y84K60 (30%,0%,84%,60%) (0.30/0.00/0.84/0.60)
Color #476510 in popluar color models
47 | 65 | 10 | |
---|---|---|---|
RGB | 71 | 101 | 16 |
HSL | 81° | 72.65% | 22.94% |
HSB/HSV | 81° | 84.16% | 39.61% |
CMYK | 29.70% | 0.00% | 84.16% |
60.39% |
Color #476510 in popluar number systems.
HEX | 47 | 65 | 10 |
Decimal | 71 | 101 | 16 |
Binary | 1000111 | 1100101 | 10000 |
Octal | 107 | 145 | 20 |
Shades of #476510
Tints of #476510
Examples of css and html codes for elements with #476510 color. Also use rgb(71,101,16) instead hex code.
.myTextColor { color: #476510; }
<p style="color:#476510">This sample text font color is #476510.</p>
This text font color is #476510.
.myBgColor { background-color: #476510; }
<div style="background-color:#476510">Inner text</div>
This div background color is #476510.
.myBorderColor { border: 1px solid #476510; }
<div style="border:3px solid #476510">Div</div>
This div border color is #476510.
.myOpacity80 { color: #476510; opacity: 0.8; }
<p style="color:#476510;opacity:0.8;">80%</p>
Text with #476510 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476510;}
<p style="text-shadow: 3px 3px 1px #476510">Text here.</p>
This text has shadow with #476510 color.
.textShadow {text-shadow: 3px 3px 1px #476510', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476510, 5px 5px 20px red">Text here.</p>
This text has shadow with #476510 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476510, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476510, Direction=45, Strength=4)">Text</p>
This text has shadow with #476510 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476510;
-webkit-box-shadow: 1px 1px 3px 2px #476510;
box-shadow: 1px 1px 3px 2px #476510;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476510; -webkit-box-shadow: 1px 1px 3px 2px #476510; box-shadow:1px 1px 3px 2px #476510;">
Div content here
</div>
This text has color #476510 on black background.
This text has color #476510 on white background.
This text has black color on #476510 background.
This text has white color on #476510 background.
Complementary color for #hex is #B89AEF.