HEX: #49480D
RGB: (73,72,13)
#49480D contains mainly red and green colors. Web safe color of #49480D is #333300 (or #330).
#49480D color RGB value is (73,72,13).
RGB: (73,72,13) (29%,28%,5%)
R 73 of 255 = 29%
G 72 of 255 = 28%
B 13 of 255 = 5%
R + G + B ~ 21%. #49480D is dark color.
R + G + B =
73 + 72 + 13 = 158 (100%)
R 73 of 158 ~ 46.2%
G 72 of 158 ~ 45.57%
B 13 of 158 ~ 8.23%
#49480D color CMYK value is (0,1,82,71).
CMYK: (0,1,82,71) C0M1Y82K71 (0%,1%,82%,71%) (0.00/0.01/0.82/0.71)
49 | 48 | 0D | |
---|---|---|---|
RGB | 73 | 72 | 13 |
HSL | 59° | 69.77% | 16.86% |
HSB/HSV | 59° | 82.19% | 28.63% |
CMYK | 0.00% | 1.37% | 82.19% |
71.37% |
HEX | 49 | 48 | 0D |
Decimal | 73 | 72 | 13 |
Binary | 1001001 | 1001000 | 1101 |
Octal | 111 | 110 | 15 |
Examples of css and html codes for elements with #49480D color. Also use rgb(73,72,13) instead hex code.
.myTextColor { color: #49480D; }
<p style="color:#49480D">This sample text font color is #49480D.</p>
This text font color is #49480D.
.myBgColor { background-color: #49480D; }
<div style="background-color:#49480D">Inner text</div>
This div background color is #49480D.
.myBorderColor { border: 1px solid #49480D; }
<div style="border:3px solid #49480D">Div</div>
This div border color is #49480D.
.myOpacity80 { color: #49480D; opacity: 0.8; }
<p style="color:#49480D;opacity:0.8;">80%</p>
Text with #49480D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49480D;}
<p style="text-shadow: 3px 3px 1px #49480D">Text here.</p>
This text has shadow with #49480D color.
.textShadow {text-shadow: 3px 3px 1px #49480D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49480D, 5px 5px 20px red">Text here.</p>
This text has shadow with #49480D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49480D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49480D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49480D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49480D; -webkit-box-shadow: 1px 1px 3px 2px #49480D; box-shadow: 1px 1px 3px 2px #49480D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49480D; -webkit-box-shadow: 1px 1px 3px 2px #49480D; box-shadow:1px 1px 3px 2px #49480D;">
Div content here</div>
This text has color #49480D on black background.
This text has color #49480D on white background.
This text has black color on #49480D background.
This text has white color on #49480D background.