HEX: #494818
RGB: (73,72,24)
#494818 contains red, green and blue colors in about the same proportion. Web safe color of #494818 is #333300 (or #330).
#494818 color RGB value is (73,72,24).
RGB: (73,72,24)
(29%, 28%, 9%)
R 73 of 255 = 29%
G 72 of 255 = 28%
B 24 of 255 = 9%
R + G + B ~ 22%. #494818 is dark color.
R + G + B = 73 + 72 + 24 = 169 (100%)
R 73 of 169 ~ 43.2%
G 72 of 169 ~ 42.6%
B 24 of 169 ~ 14.2'%
#494818 color CMYK value is (0,1,67,71).
CMYK: (0,1,67,71)
C0M1Y67K71 (0%, 1%, 67%, 71%)
(0.00 / 0.01 / 0.67 / 0.71)
Color #494818 in popluar color models
49 | 48 | 18 | |
---|---|---|---|
RGB | 73 | 72 | 24 |
HSL | 59° | 50.52% | 19.02% |
HSB/HSV | 59° | 67.12% | 28.63% |
CMYK | 0.00% | 1.37% | 67.12% |
71.37% |
Color #494818 in popluar number systems.
HEX | 49 | 48 | 18 |
Decimal | 73 | 72 | 24 |
Binary | 1001001 | 1001000 | 11000 |
Octal | 111 | 110 | 30 |
Shades of #494818
Tints of #494818
Examples of css and html codes for elements with #494818 color. Also use rgb(73,72,24) instead hex code.
.myTextColor { color: #494818; }
<p style="color:#494818">This sample text font color is #494818.</p>
This text font color is #494818.
.myBgColor { background-color: #494818; }
<div style="background-color:#494818">Inner text</div>
This div background color is #494818.
.myBorderColor { border: 1px solid #494818; }
<div style="border:3px solid #494818">Div</div>
This div border color is #494818.
.myOpacity80 { color: #494818; opacity: 0.8; }
<p style="color:#494818;opacity:0.8;">80%</p>
Text with #494818 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494818;}
<p style="text-shadow: 3px 3px 1px #494818">Text here.</p>
This text has shadow with #494818 color.
.textShadow {text-shadow: 3px 3px 1px #494818', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494818, 5px 5px 20px red">Text here.</p>
This text has shadow with #494818 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494818, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494818, Direction=45, Strength=4)">Text</p>
This text has shadow with #494818 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494818;
-webkit-box-shadow: 1px 1px 3px 2px #494818;
box-shadow: 1px 1px 3px 2px #494818;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494818; -webkit-box-shadow: 1px 1px 3px 2px #494818; box-shadow:1px 1px 3px 2px #494818;">
Div content here
</div>
This text has color #494818 on black background.
This text has color #494818 on white background.
This text has black color on #494818 background.
This text has white color on #494818 background.
Complementary color for #hex is #B6B7E7.