HEX: #498F33
RGB: (73,143,51)
#498F33 contains mainly green color. Web safe color of #498F33 is #339933 (or #393).
#498F33 color RGB value is (73,143,51).
RGB: (73,143,51)
(29%, 56%, 20%)
R 73 of 255 = 29%
G 143 of 255 = 56%
B 51 of 255 = 20%
R + G + B ~ 35%. #498F33 is quite dark color.
R + G + B = 73 + 143 + 51 = 267 (100%)
R 73 of 267 ~ 27.34%
G 143 of 267 ~ 53.56%
B 51 of 267 ~ 19.1'%
#498F33 color CMYK value is (49,0,64,44).
CMYK: (49,0,64,44)
C49M0Y64K44 (49%, 0%, 64%, 44%)
(0.49 / 0.00 / 0.64 / 0.44)
Color #498F33 in popluar color models
49 | 8F | 33 | |
---|---|---|---|
RGB | 73 | 143 | 51 |
HSL | 106° | 47.42% | 38.04% |
HSB/HSV | 106° | 64.34% | 56.08% |
CMYK | 48.95% | 0.00% | 64.34% |
43.92% |
Color #498F33 in popluar number systems.
HEX | 49 | 8F | 33 |
Decimal | 73 | 143 | 51 |
Binary | 1001001 | 10001111 | 110011 |
Octal | 111 | 217 | 63 |
Shades of #498F33
Tints of #498F33
Examples of css and html codes for elements with #498F33 color. Also use rgb(73,143,51) instead hex code.
.myTextColor { color: #498F33; }
<p style="color:#498F33">This sample text font color is #498F33.</p>
This text font color is #498F33.
.myBgColor { background-color: #498F33; }
<div style="background-color:#498F33">Inner text</div>
This div background color is #498F33.
.myBorderColor { border: 1px solid #498F33; }
<div style="border:3px solid #498F33">Div</div>
This div border color is #498F33.
.myOpacity80 { color: #498F33; opacity: 0.8; }
<p style="color:#498F33;opacity:0.8;">80%</p>
Text with #498F33 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498F33;}
<p style="text-shadow: 3px 3px 1px #498F33">Text here.</p>
This text has shadow with #498F33 color.
.textShadow {text-shadow: 3px 3px 1px #498F33', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498F33, 5px 5px 20px red">Text here.</p>
This text has shadow with #498F33 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498F33, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498F33, Direction=45, Strength=4)">Text</p>
This text has shadow with #498F33 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498F33;
-webkit-box-shadow: 1px 1px 3px 2px #498F33;
box-shadow: 1px 1px 3px 2px #498F33;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498F33; -webkit-box-shadow: 1px 1px 3px 2px #498F33; box-shadow:1px 1px 3px 2px #498F33;">
Div content here
</div>
This text has color #498F33 on black background.
This text has color #498F33 on white background.
This text has black color on #498F33 background.
This text has white color on #498F33 background.
Complementary color for #hex is #B670CC.