HEX: #498155
RGB: (73,129,85)
#498155 contains red, green and blue colors in about the same proportion. Web safe color of #498155 is #339966 (or #396).
#498155 color RGB value is (73,129,85).
RGB: (73,129,85)
(29%, 51%, 33%)
R 73 of 255 = 29%
G 129 of 255 = 51%
B 85 of 255 = 33%
R + G + B ~ 38%. #498155 is quite dark color.
R + G + B = 73 + 129 + 85 = 287 (100%)
R 73 of 287 ~ 25.44%
G 129 of 287 ~ 44.95%
B 85 of 287 ~ 29.62'%
#498155 color CMYK value is (43,0,34,49).
CMYK: (43,0,34,49) C43M0Y34K49 (43%,0%,34%,49%) (0.43/0.00/0.34/0.49)
Color #498155 in popluar color models
49 | 81 | 55 | |
---|---|---|---|
RGB | 73 | 129 | 85 |
HSL | 133° | 27.72% | 39.61% |
HSB/HSV | 133° | 43.41% | 50.59% |
CMYK | 43.41% | 0.00% | 34.11% |
49.41% |
Color #498155 in popluar number systems.
HEX | 49 | 81 | 55 |
Decimal | 73 | 129 | 85 |
Binary | 1001001 | 10000001 | 1010101 |
Octal | 111 | 201 | 125 |
Shades of #498155
Tints of #498155
Examples of css and html codes for elements with #498155 color. Also use rgb(73,129,85) instead hex code.
.myTextColor { color: #498155; }
<p style="color:#498155">This sample text font color is #498155.</p>
This text font color is #498155.
.myBgColor { background-color: #498155; }
<div style="background-color:#498155">Inner text</div>
This div background color is #498155.
.myBorderColor { border: 1px solid #498155; }
<div style="border:3px solid #498155">Div</div>
This div border color is #498155.
.myOpacity80 { color: #498155; opacity: 0.8; }
<p style="color:#498155;opacity:0.8;">80%</p>
Text with #498155 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498155;}
<p style="text-shadow: 3px 3px 1px #498155">Text here.</p>
This text has shadow with #498155 color.
.textShadow {text-shadow: 3px 3px 1px #498155', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498155, 5px 5px 20px red">Text here.</p>
This text has shadow with #498155 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498155, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498155, Direction=45, Strength=4)">Text</p>
This text has shadow with #498155 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498155;
-webkit-box-shadow: 1px 1px 3px 2px #498155;
box-shadow: 1px 1px 3px 2px #498155;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498155; -webkit-box-shadow: 1px 1px 3px 2px #498155; box-shadow:1px 1px 3px 2px #498155;">
Div content here
</div>
This text has color #498155 on black background.
This text has color #498155 on white background.
This text has black color on #498155 background.
This text has white color on #498155 background.
Complementary color for #hex is #B67EAA.