HEX: #49824D
RGB: (73,130,77)
#49824D contains red, green and blue colors in about the same proportion. Web safe color of #49824D is #339933 (or #393).
#49824D color RGB value is (73,130,77).
RGB: (73,130,77)
(29%, 51%, 30%)
R 73 of 255 = 29%
G 130 of 255 = 51%
B 77 of 255 = 30%
R + G + B ~ 37%. #49824D is quite dark color.
R + G + B = 73 + 130 + 77 = 280 (100%)
R 73 of 280 ~ 26.07%
G 130 of 280 ~ 46.43%
B 77 of 280 ~ 27.5'%
#49824D color CMYK value is (44,0,41,49).
CMYK: (44,0,41,49) C44M0Y41K49 (44%,0%,41%,49%) (0.44/0.00/0.41/0.49)
Color #49824D in popluar color models
49 | 82 | 4D | |
---|---|---|---|
RGB | 73 | 130 | 77 |
HSL | 124° | 28.08% | 39.80% |
HSB/HSV | 124° | 43.85% | 50.98% |
CMYK | 43.85% | 0.00% | 40.77% |
49.02% |
Color #49824D in popluar number systems.
HEX | 49 | 82 | 4D |
Decimal | 73 | 130 | 77 |
Binary | 1001001 | 10000010 | 1001101 |
Octal | 111 | 202 | 115 |
Shades of #49824D
Tints of #49824D
Examples of css and html codes for elements with #49824D color. Also use rgb(73,130,77) instead hex code.
.myTextColor { color: #49824D; }
<p style="color:#49824D">This sample text font color is #49824D.</p>
This text font color is #49824D.
.myBgColor { background-color: #49824D; }
<div style="background-color:#49824D">Inner text</div>
This div background color is #49824D.
.myBorderColor { border: 1px solid #49824D; }
<div style="border:3px solid #49824D">Div</div>
This div border color is #49824D.
.myOpacity80 { color: #49824D; opacity: 0.8; }
<p style="color:#49824D;opacity:0.8;">80%</p>
Text with #49824D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49824D;}
<p style="text-shadow: 3px 3px 1px #49824D">Text here.</p>
This text has shadow with #49824D color.
.textShadow {text-shadow: 3px 3px 1px #49824D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49824D, 5px 5px 20px red">Text here.</p>
This text has shadow with #49824D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49824D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49824D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49824D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49824D;
-webkit-box-shadow: 1px 1px 3px 2px #49824D;
box-shadow: 1px 1px 3px 2px #49824D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49824D; -webkit-box-shadow: 1px 1px 3px 2px #49824D; box-shadow:1px 1px 3px 2px #49824D;">
Div content here
</div>
This text has color #49824D on black background.
This text has color #49824D on white background.
This text has black color on #49824D background.
This text has white color on #49824D background.
Complementary color for #hex is #B67DB2.