HEX: #498751
RGB: (73,135,81)
#498751 contains mainly green and blue colors. Web safe color of #498751 is #339966 (or #396).
#498751 color RGB value is (73,135,81).
RGB: (73,135,81)
(29%, 53%, 32%)
R 73 of 255 = 29%
G 135 of 255 = 53%
B 81 of 255 = 32%
R + G + B ~ 38%. #498751 is quite dark color.
R + G + B = 73 + 135 + 81 = 289 (100%)
R 73 of 289 ~ 25.26%
G 135 of 289 ~ 46.71%
B 81 of 289 ~ 28.03'%
#498751 color CMYK value is (46,0,40,47).
CMYK: (46,0,40,47)
C46M0Y40K47 (46%, 0%, 40%, 47%)
(0.46 / 0.00 / 0.40 / 0.47)
Color #498751 in popluar color models
49 | 87 | 51 | |
---|---|---|---|
RGB | 73 | 135 | 81 |
HSL | 128° | 29.81% | 40.78% |
HSB/HSV | 128° | 45.93% | 52.94% |
CMYK | 45.93% | 0.00% | 40.00% |
47.06% |
Color #498751 in popluar number systems.
HEX | 49 | 87 | 51 |
Decimal | 73 | 135 | 81 |
Binary | 1001001 | 10000111 | 1010001 |
Octal | 111 | 207 | 121 |
Shades of #498751
Tints of #498751
Examples of css and html codes for elements with #498751 color. Also use rgb(73,135,81) instead hex code.
.myTextColor { color: #498751; }
<p style="color:#498751">This sample text font color is #498751.</p>
This text font color is #498751.
.myBgColor { background-color: #498751; }
<div style="background-color:#498751">Inner text</div>
This div background color is #498751.
.myBorderColor { border: 1px solid #498751; }
<div style="border:3px solid #498751">Div</div>
This div border color is #498751.
.myOpacity80 { color: #498751; opacity: 0.8; }
<p style="color:#498751;opacity:0.8;">80%</p>
Text with #498751 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498751;}
<p style="text-shadow: 3px 3px 1px #498751">Text here.</p>
This text has shadow with #498751 color.
.textShadow {text-shadow: 3px 3px 1px #498751', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498751, 5px 5px 20px red">Text here.</p>
This text has shadow with #498751 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498751, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498751, Direction=45, Strength=4)">Text</p>
This text has shadow with #498751 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498751;
-webkit-box-shadow: 1px 1px 3px 2px #498751;
box-shadow: 1px 1px 3px 2px #498751;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498751; -webkit-box-shadow: 1px 1px 3px 2px #498751; box-shadow:1px 1px 3px 2px #498751;">
Div content here
</div>
This text has color #498751 on black background.
This text has color #498751 on white background.
This text has black color on #498751 background.
This text has white color on #498751 background.
Complementary color for #hex is #B678AE.