HEX: #498425
RGB: (73,132,37)
#498425 contains mainly red and green colors. Web safe color of #498425 is #339933 (or #393).
#498425 color RGB value is (73,132,37).
RGB: (73,132,37)
(29%, 52%, 15%)
R 73 of 255 = 29%
G 132 of 255 = 52%
B 37 of 255 = 15%
R + G + B ~ 32%. #498425 is quite dark color.
R + G + B = 73 + 132 + 37 = 242 (100%)
R 73 of 242 ~ 30.17%
G 132 of 242 ~ 54.55%
B 37 of 242 ~ 15.29'%
#498425 color CMYK value is (45,0,72,48).
CMYK: (45,0,72,48)
C45M0Y72K48 (45%, 0%, 72%, 48%)
(0.45 / 0.00 / 0.72 / 0.48)
Color #498425 in popluar color models
49 | 84 | 25 | |
---|---|---|---|
RGB | 73 | 132 | 37 |
HSL | 97° | 56.21% | 33.14% |
HSB/HSV | 97° | 71.97% | 51.76% |
CMYK | 44.70% | 0.00% | 71.97% |
48.24% |
Color #498425 in popluar number systems.
HEX | 49 | 84 | 25 |
Decimal | 73 | 132 | 37 |
Binary | 1001001 | 10000100 | 100101 |
Octal | 111 | 204 | 45 |
Shades of #498425
Tints of #498425
Examples of css and html codes for elements with #498425 color. Also use rgb(73,132,37) instead hex code.
.myTextColor { color: #498425; }
<p style="color:#498425">This sample text font color is #498425.</p>
This text font color is #498425.
.myBgColor { background-color: #498425; }
<div style="background-color:#498425">Inner text</div>
This div background color is #498425.
.myBorderColor { border: 1px solid #498425; }
<div style="border:3px solid #498425">Div</div>
This div border color is #498425.
.myOpacity80 { color: #498425; opacity: 0.8; }
<p style="color:#498425;opacity:0.8;">80%</p>
Text with #498425 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498425;}
<p style="text-shadow: 3px 3px 1px #498425">Text here.</p>
This text has shadow with #498425 color.
.textShadow {text-shadow: 3px 3px 1px #498425', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498425, 5px 5px 20px red">Text here.</p>
This text has shadow with #498425 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498425, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498425, Direction=45, Strength=4)">Text</p>
This text has shadow with #498425 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498425;
-webkit-box-shadow: 1px 1px 3px 2px #498425;
box-shadow: 1px 1px 3px 2px #498425;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498425; -webkit-box-shadow: 1px 1px 3px 2px #498425; box-shadow:1px 1px 3px 2px #498425;">
Div content here
</div>
This text has color #498425 on black background.
This text has color #498425 on white background.
This text has black color on #498425 background.
This text has white color on #498425 background.
Complementary color for #hex is #B67BDA.