HEX: #492914
RGB: (73,41,20)
#492914 contains red, green and blue colors in about the same proportion. Web safe color of #492914 is #333300 (or #330).
#492914 color RGB value is (73,41,20).
RGB: (73,41,20)
(29%, 16%, 8%)
R 73 of 255 = 29%
G 41 of 255 = 16%
B 20 of 255 = 8%
R + G + B ~ 18%. #492914 is dark color.
R + G + B = 73 + 41 + 20 = 134 (100%)
R 73 of 134 ~ 54.48%
G 41 of 134 ~ 30.6%
B 20 of 134 ~ 14.93'%
#492914 color CMYK value is (0,44,73,71).
CMYK: (0,44,73,71)
C0M44Y73K71 (0%, 44%, 73%, 71%)
(0.00 / 0.44 / 0.73 / 0.71)
Color #492914 in popluar color models
49 | 29 | 14 | |
---|---|---|---|
RGB | 73 | 41 | 20 |
HSL | 24° | 56.99% | 18.24% |
HSB/HSV | 24° | 72.60% | 28.63% |
CMYK | 0.00% | 43.84% | 72.60% |
71.37% |
Color #492914 in popluar number systems.
HEX | 49 | 29 | 14 |
Decimal | 73 | 41 | 20 |
Binary | 1001001 | 101001 | 10100 |
Octal | 111 | 51 | 24 |
Shades of #492914
Tints of #492914
Examples of css and html codes for elements with #492914 color. Also use rgb(73,41,20) instead hex code.
.myTextColor { color: #492914; }
<p style="color:#492914">This sample text font color is #492914.</p>
This text font color is #492914.
.myBgColor { background-color: #492914; }
<div style="background-color:#492914">Inner text</div>
This div background color is #492914.
.myBorderColor { border: 1px solid #492914; }
<div style="border:3px solid #492914">Div</div>
This div border color is #492914.
.myOpacity80 { color: #492914; opacity: 0.8; }
<p style="color:#492914;opacity:0.8;">80%</p>
Text with #492914 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492914;}
<p style="text-shadow: 3px 3px 1px #492914">Text here.</p>
This text has shadow with #492914 color.
.textShadow {text-shadow: 3px 3px 1px #492914', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492914, 5px 5px 20px red">Text here.</p>
This text has shadow with #492914 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492914, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492914, Direction=45, Strength=4)">Text</p>
This text has shadow with #492914 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492914;
-webkit-box-shadow: 1px 1px 3px 2px #492914;
box-shadow: 1px 1px 3px 2px #492914;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492914; -webkit-box-shadow: 1px 1px 3px 2px #492914; box-shadow:1px 1px 3px 2px #492914;">
Div content here
</div>
This text has color #492914 on black background.
This text has color #492914 on white background.
This text has black color on #492914 background.
This text has white color on #492914 background.
Complementary color for #hex is #B6D6EB.