HEX: #498727
RGB: (73,135,39)
#498727 contains mainly green color. Web safe color of #498727 is #339933 (or #393).
#498727 color RGB value is (73,135,39).
RGB: (73,135,39)
(29%, 53%, 15%)
R 73 of 255 = 29%
G 135 of 255 = 53%
B 39 of 255 = 15%
R + G + B ~ 32%. #498727 is quite dark color.
R + G + B = 73 + 135 + 39 = 247 (100%)
R 73 of 247 ~ 29.55%
G 135 of 247 ~ 54.66%
B 39 of 247 ~ 15.79'%
#498727 color CMYK value is (46,0,71,47).
CMYK: (46,0,71,47) C46M0Y71K47 (46%,0%,71%,47%) (0.46/0.00/0.71/0.47)
Color #498727 in popluar color models
49 | 87 | 27 | |
---|---|---|---|
RGB | 73 | 135 | 39 |
HSL | 99° | 55.17% | 34.12% |
HSB/HSV | 99° | 71.11% | 52.94% |
CMYK | 45.93% | 0.00% | 71.11% |
47.06% |
Color #498727 in popluar number systems.
HEX | 49 | 87 | 27 |
Decimal | 73 | 135 | 39 |
Binary | 1001001 | 10000111 | 100111 |
Octal | 111 | 207 | 47 |
Shades of #498727
Tints of #498727
Examples of css and html codes for elements with #498727 color. Also use rgb(73,135,39) instead hex code.
.myTextColor { color: #498727; }
<p style="color:#498727">This sample text font color is #498727.</p>
This text font color is #498727.
.myBgColor { background-color: #498727; }
<div style="background-color:#498727">Inner text</div>
This div background color is #498727.
.myBorderColor { border: 1px solid #498727; }
<div style="border:3px solid #498727">Div</div>
This div border color is #498727.
.myOpacity80 { color: #498727; opacity: 0.8; }
<p style="color:#498727;opacity:0.8;">80%</p>
Text with #498727 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498727;}
<p style="text-shadow: 3px 3px 1px #498727">Text here.</p>
This text has shadow with #498727 color.
.textShadow {text-shadow: 3px 3px 1px #498727', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498727, 5px 5px 20px red">Text here.</p>
This text has shadow with #498727 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498727, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498727, Direction=45, Strength=4)">Text</p>
This text has shadow with #498727 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498727;
-webkit-box-shadow: 1px 1px 3px 2px #498727;
box-shadow: 1px 1px 3px 2px #498727;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498727; -webkit-box-shadow: 1px 1px 3px 2px #498727; box-shadow:1px 1px 3px 2px #498727;">
Div content here
</div>
This text has color #498727 on black background.
This text has color #498727 on white background.
This text has black color on #498727 background.
This text has white color on #498727 background.
Complementary color for #hex is #B678D8.