HEX: #498039
RGB: (73,128,57)
#498039 contains mainly red and green colors. Web safe color of #498039 is #336633 (or #363).
#498039 color RGB value is (73,128,57).
RGB: (73,128,57)
(29%, 50%, 22%)
R 73 of 255 = 29%
G 128 of 255 = 50%
B 57 of 255 = 22%
R + G + B ~ 34%. #498039 is quite dark color.
R + G + B = 73 + 128 + 57 = 258 (100%)
R 73 of 258 ~ 28.29%
G 128 of 258 ~ 49.61%
B 57 of 258 ~ 22.09'%
#498039 color CMYK value is (43,0,55,50).
CMYK: (43,0,55,50) C43M0Y55K50 (43%,0%,55%,50%) (0.43/0.00/0.55/0.50)
Color #498039 in popluar color models
49 | 80 | 39 | |
---|---|---|---|
RGB | 73 | 128 | 57 |
HSL | 106° | 38.38% | 36.27% |
HSB/HSV | 106° | 55.47% | 50.20% |
CMYK | 42.97% | 0.00% | 55.47% |
49.80% |
Color #498039 in popluar number systems.
HEX | 49 | 80 | 39 |
Decimal | 73 | 128 | 57 |
Binary | 1001001 | 10000000 | 111001 |
Octal | 111 | 200 | 71 |
Shades of #498039
Tints of #498039
Examples of css and html codes for elements with #498039 color. Also use rgb(73,128,57) instead hex code.
.myTextColor { color: #498039; }
<p style="color:#498039">This sample text font color is #498039.</p>
This text font color is #498039.
.myBgColor { background-color: #498039; }
<div style="background-color:#498039">Inner text</div>
This div background color is #498039.
.myBorderColor { border: 1px solid #498039; }
<div style="border:3px solid #498039">Div</div>
This div border color is #498039.
.myOpacity80 { color: #498039; opacity: 0.8; }
<p style="color:#498039;opacity:0.8;">80%</p>
Text with #498039 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498039;}
<p style="text-shadow: 3px 3px 1px #498039">Text here.</p>
This text has shadow with #498039 color.
.textShadow {text-shadow: 3px 3px 1px #498039', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498039, 5px 5px 20px red">Text here.</p>
This text has shadow with #498039 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498039, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498039, Direction=45, Strength=4)">Text</p>
This text has shadow with #498039 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498039;
-webkit-box-shadow: 1px 1px 3px 2px #498039;
box-shadow: 1px 1px 3px 2px #498039;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498039; -webkit-box-shadow: 1px 1px 3px 2px #498039; box-shadow:1px 1px 3px 2px #498039;">
Div content here
</div>
This text has color #498039 on black background.
This text has color #498039 on white background.
This text has black color on #498039 background.
This text has white color on #498039 background.
Complementary color for #hex is #B67FC6.