HEX: #498341
RGB: (73,131,65)
#498341 contains mainly red and green colors. Web safe color of #498341 is #339933 (or #393).
#498341 color RGB value is (73,131,65).
RGB: (73,131,65)
(29%, 51%, 25%)
R 73 of 255 = 29%
G 131 of 255 = 51%
B 65 of 255 = 25%
R + G + B ~ 35%. #498341 is quite dark color.
R + G + B = 73 + 131 + 65 = 269 (100%)
R 73 of 269 ~ 27.14%
G 131 of 269 ~ 48.7%
B 65 of 269 ~ 24.16'%
#498341 color CMYK value is (44,0,50,49).
CMYK: (44,0,50,49) C44M0Y50K49 (44%,0%,50%,49%) (0.44/0.00/0.50/0.49)
Color #498341 in popluar color models
49 | 83 | 41 | |
---|---|---|---|
RGB | 73 | 131 | 65 |
HSL | 113° | 33.67% | 38.43% |
HSB/HSV | 113° | 50.38% | 51.37% |
CMYK | 44.27% | 0.00% | 50.38% |
48.63% |
Color #498341 in popluar number systems.
HEX | 49 | 83 | 41 |
Decimal | 73 | 131 | 65 |
Binary | 1001001 | 10000011 | 1000001 |
Octal | 111 | 203 | 101 |
Shades of #498341
Tints of #498341
Examples of css and html codes for elements with #498341 color. Also use rgb(73,131,65) instead hex code.
.myTextColor { color: #498341; }
<p style="color:#498341">This sample text font color is #498341.</p>
This text font color is #498341.
.myBgColor { background-color: #498341; }
<div style="background-color:#498341">Inner text</div>
This div background color is #498341.
.myBorderColor { border: 1px solid #498341; }
<div style="border:3px solid #498341">Div</div>
This div border color is #498341.
.myOpacity80 { color: #498341; opacity: 0.8; }
<p style="color:#498341;opacity:0.8;">80%</p>
Text with #498341 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498341;}
<p style="text-shadow: 3px 3px 1px #498341">Text here.</p>
This text has shadow with #498341 color.
.textShadow {text-shadow: 3px 3px 1px #498341', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498341, 5px 5px 20px red">Text here.</p>
This text has shadow with #498341 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498341, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498341, Direction=45, Strength=4)">Text</p>
This text has shadow with #498341 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498341;
-webkit-box-shadow: 1px 1px 3px 2px #498341;
box-shadow: 1px 1px 3px 2px #498341;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498341; -webkit-box-shadow: 1px 1px 3px 2px #498341; box-shadow:1px 1px 3px 2px #498341;">
Div content here
</div>
This text has color #498341 on black background.
This text has color #498341 on white background.
This text has black color on #498341 background.
This text has white color on #498341 background.
Complementary color for #hex is #B67CBE.