HEX: #464714
RGB: (70,71,20)
#464714 contains red, green and blue colors in about the same proportion. Web safe color of #464714 is #333300 (or #330).
#464714 color RGB value is (70,71,20).
RGB: (70,71,20)
(27%, 28%, 8%)
R 70 of 255 = 27%
G 71 of 255 = 28%
B 20 of 255 = 8%
R + G + B ~ 21%. #464714 is dark color.
R + G + B = 70 + 71 + 20 = 161 (100%)
R 70 of 161 ~ 43.48%
G 71 of 161 ~ 44.1%
B 20 of 161 ~ 12.42'%
#464714 color CMYK value is (1,0,72,72).
CMYK: (1,0,72,72) C1M0Y72K72 (1%,0%,72%,72%) (0.01/0.00/0.72/0.72)
Color #464714 in popluar color models
46 | 47 | 14 | |
---|---|---|---|
RGB | 70 | 71 | 20 |
HSL | 61° | 56.04% | 17.84% |
HSB/HSV | 61° | 71.83% | 27.84% |
CMYK | 1.41% | 0.00% | 71.83% |
72.16% |
Color #464714 in popluar number systems.
HEX | 46 | 47 | 14 |
Decimal | 70 | 71 | 20 |
Binary | 1000110 | 1000111 | 10100 |
Octal | 106 | 107 | 24 |
Shades of #464714
Tints of #464714
Examples of css and html codes for elements with #464714 color. Also use rgb(70,71,20) instead hex code.
.myTextColor { color: #464714; }
<p style="color:#464714">This sample text font color is #464714.</p>
This text font color is #464714.
.myBgColor { background-color: #464714; }
<div style="background-color:#464714">Inner text</div>
This div background color is #464714.
.myBorderColor { border: 1px solid #464714; }
<div style="border:3px solid #464714">Div</div>
This div border color is #464714.
.myOpacity80 { color: #464714; opacity: 0.8; }
<p style="color:#464714;opacity:0.8;">80%</p>
Text with #464714 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #464714;}
<p style="text-shadow: 3px 3px 1px #464714">Text here.</p>
This text has shadow with #464714 color.
.textShadow {text-shadow: 3px 3px 1px #464714', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #464714, 5px 5px 20px red">Text here.</p>
This text has shadow with #464714 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#464714, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#464714, Direction=45, Strength=4)">Text</p>
This text has shadow with #464714 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #464714;
-webkit-box-shadow: 1px 1px 3px 2px #464714;
box-shadow: 1px 1px 3px 2px #464714;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #464714; -webkit-box-shadow: 1px 1px 3px 2px #464714; box-shadow:1px 1px 3px 2px #464714;">
Div content here
</div>
This text has color #464714 on black background.
This text has color #464714 on white background.
This text has black color on #464714 background.
This text has white color on #464714 background.
Complementary color for #hex is #B9B8EB.