HEX: #492836
RGB: (73,40,54)
#492836 contains red, green and blue colors in about the same proportion. Web safe color of #492836 is #333333 (or #333).
#492836 color RGB value is (73,40,54).
RGB: (73,40,54)
(29%, 16%, 21%)
R 73 of 255 = 29%
G 40 of 255 = 16%
B 54 of 255 = 21%
R + G + B ~ 22%. #492836 is dark color.
R + G + B = 73 + 40 + 54 = 167 (100%)
R 73 of 167 ~ 43.71%
G 40 of 167 ~ 23.95%
B 54 of 167 ~ 32.34'%
#492836 color CMYK value is (0,45,26,71).
CMYK: (0,45,26,71)
C0M45Y26K71 (0%, 45%, 26%, 71%)
(0.00 / 0.45 / 0.26 / 0.71)
Color #492836 in popluar color models
49 | 28 | 36 | |
---|---|---|---|
RGB | 73 | 40 | 54 |
HSL | 335° | 29.20% | 22.16% |
HSB/HSV | 335° | 45.21% | 28.63% |
CMYK | 0.00% | 45.21% | 26.03% |
71.37% |
Color #492836 in popluar number systems.
HEX | 49 | 28 | 36 |
Decimal | 73 | 40 | 54 |
Binary | 1001001 | 101000 | 110110 |
Octal | 111 | 50 | 66 |
Shades of #492836
Tints of #492836
Examples of css and html codes for elements with #492836 color. Also use rgb(73,40,54) instead hex code.
.myTextColor { color: #492836; }
<p style="color:#492836">This sample text font color is #492836.</p>
This text font color is #492836.
.myBgColor { background-color: #492836; }
<div style="background-color:#492836">Inner text</div>
This div background color is #492836.
.myBorderColor { border: 1px solid #492836; }
<div style="border:3px solid #492836">Div</div>
This div border color is #492836.
.myOpacity80 { color: #492836; opacity: 0.8; }
<p style="color:#492836;opacity:0.8;">80%</p>
Text with #492836 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492836;}
<p style="text-shadow: 3px 3px 1px #492836">Text here.</p>
This text has shadow with #492836 color.
.textShadow {text-shadow: 3px 3px 1px #492836', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492836, 5px 5px 20px red">Text here.</p>
This text has shadow with #492836 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492836, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492836, Direction=45, Strength=4)">Text</p>
This text has shadow with #492836 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492836;
-webkit-box-shadow: 1px 1px 3px 2px #492836;
box-shadow: 1px 1px 3px 2px #492836;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492836; -webkit-box-shadow: 1px 1px 3px 2px #492836; box-shadow:1px 1px 3px 2px #492836;">
Div content here
</div>
This text has color #492836 on black background.
This text has color #492836 on white background.
This text has black color on #492836 background.
This text has white color on #492836 background.
Complementary color for #hex is #B6D7C9.