HEX: #490500
RGB: (73,5,0)
#490500 contains mainly red color. Web safe color of #490500 is #330000 (or #300).
#490500 color RGB value is (73,5,0).
RGB: (73,5,0)
(29%, 2%, 0%)
R 73 of 255 = 29%
G 5 of 255 = 2%
B 0 of 255 = 0%
R + G + B ~ 10%. #490500 is dark color.
R + G + B = 73 + 5 + 0 = 78 (100%)
R 73 of 78 ~ 93.59%
G 5 of 78 ~ 6.41%
B 0 of 78 ~ 0'%
#490500 color CMYK value is (0,93,100,71).
CMYK: (0,93,100,71)
C0M93Y100K71 (0%, 93%, 100%, 71%)
(0.00 / 0.93 / 1.00 / 0.71)
Color #490500 in popluar color models
49 | 05 | 00 | |
---|---|---|---|
RGB | 73 | 5 | 0 |
HSL | 4° | 100.00% | 14.31% |
HSB/HSV | 4° | 100.00% | 28.63% |
CMYK | 0.00% | 93.15% | 100.00% |
71.37% |
Color #490500 in popluar number systems.
HEX | 49 | 05 | 00 |
Decimal | 73 | 5 | 0 |
Binary | 1001001 | 101 | 0 |
Octal | 111 | 5 | 0 |
Shades of #490500
Tints of #490500
Examples of css and html codes for elements with #490500 color. Also use rgb(73,5,0) instead hex code.
.myTextColor { color: #490500; }
<p style="color:#490500">This sample text font color is #490500.</p>
This text font color is #490500.
.myBgColor { background-color: #490500; }
<div style="background-color:#490500">Inner text</div>
This div background color is #490500.
.myBorderColor { border: 1px solid #490500; }
<div style="border:3px solid #490500">Div</div>
This div border color is #490500.
.myOpacity80 { color: #490500; opacity: 0.8; }
<p style="color:#490500;opacity:0.8;">80%</p>
Text with #490500 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #490500;}
<p style="text-shadow: 3px 3px 1px #490500">Text here.</p>
This text has shadow with #490500 color.
.textShadow {text-shadow: 3px 3px 1px #490500', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #490500, 5px 5px 20px red">Text here.</p>
This text has shadow with #490500 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490500, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#490500, Direction=45, Strength=4)">Text</p>
This text has shadow with #490500 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #490500;
-webkit-box-shadow: 1px 1px 3px 2px #490500;
box-shadow: 1px 1px 3px 2px #490500;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #490500; -webkit-box-shadow: 1px 1px 3px 2px #490500; box-shadow:1px 1px 3px 2px #490500;">
Div content here
</div>
This text has color #490500 on black background.
This text has color #490500 on white background.
This text has black color on #490500 background.
This text has white color on #490500 background.
Complementary color for #hex is #B6FAFF.