HEX: #499E4D
RGB: (73,158,77)
#499E4D contains mainly green color. Web safe color of #499E4D is #339933 (or #393).
#499E4D color RGB value is (73,158,77).
RGB: (73,158,77) (29%,62%,30%)
R 73 of 255 = 29%
G 158 of 255 = 62%
B 77 of 255 = 30%
R + G + B ~ 40%. #499E4D is middle color (not dark and not light).
R + G + B =
73 + 158 + 77 = 308 (100%)
R 73 of 308 ~ 23.7%
G 158 of 308 ~ 51.3%
B 77 of 308 ~ 25%
#499E4D color CMYK value is (54,0,51,38).
CMYK: (54,0,51,38) C54M0Y51K38 (54%,0%,51%,38%) (0.54/0.00/0.51/0.38)
49 | 9E | 4D | |
---|---|---|---|
RGB | 73 | 158 | 77 |
HSL | 123° | 36.80% | 45.29% |
HSB/HSV | 123° | 53.80% | 61.96% |
CMYK | 53.80% | 0.00% | 51.27% |
38.04% |
HEX | 49 | 9E | 4D |
Decimal | 73 | 158 | 77 |
Binary | 1001001 | 10011110 | 1001101 |
Octal | 111 | 236 | 115 |
Examples of css and html codes for elements with #499E4D color. Also use rgb(73,158,77) instead hex code.
.myTextColor { color: #499E4D; }
<p style="color:#499E4D">This sample text font color is #499E4D.</p>
This text font color is #499E4D.
.myBgColor { background-color: #499E4D; }
<div style="background-color:#499E4D">Inner text</div>
This div background color is #499E4D.
.myBorderColor { border: 1px solid #499E4D; }
<div style="border:3px solid #499E4D">Div</div>
This div border color is #499E4D.
.myOpacity80 { color: #499E4D; opacity: 0.8; }
<p style="color:#499E4D;opacity:0.8;">80%</p>
Text with #499E4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499E4D;}
<p style="text-shadow: 3px 3px 1px #499E4D">Text here.</p>
This text has shadow with #499E4D color.
.textShadow {text-shadow: 3px 3px 1px #499E4D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499E4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #499E4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499E4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499E4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #499E4D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499E4D; -webkit-box-shadow: 1px 1px 3px 2px #499E4D; box-shadow: 1px 1px 3px 2px #499E4D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499E4D; -webkit-box-shadow: 1px 1px 3px 2px #499E4D; box-shadow:1px 1px 3px 2px #499E4D;">
Div content here</div>
This text has color #499E4D on black background.
This text has color #499E4D on white background.
This text has black color on #499E4D background.
This text has white color on #499E4D background.