HEX: #498983
RGB: (73,137,131)
#498983 contains mainly green and blue colors. Web safe color of #498983 is #339999 (or #399).
#498983 color RGB value is (73,137,131).
RGB: (73,137,131)
(29%, 54%, 51%)
R 73 of 255 = 29%
G 137 of 255 = 54%
B 131 of 255 = 51%
R + G + B ~ 45%. #498983 is middle color (not dark and not light).
R + G + B = 73 + 137 + 131 = 341 (100%)
R 73 of 341 ~ 21.41%
G 137 of 341 ~ 40.18%
B 131 of 341 ~ 38.42'%
#498983 color CMYK value is (47,0,4,46).
CMYK: (47,0,4,46)
C47M0Y4K46 (47%, 0%, 4%, 46%)
(0.47 / 0.00 / 0.04 / 0.46)
Color #498983 in popluar color models
49 | 89 | 83 | |
---|---|---|---|
RGB | 73 | 137 | 131 |
HSL | 174° | 30.48% | 41.18% |
HSB/HSV | 174° | 46.72% | 53.73% |
CMYK | 46.72% | 0.00% | 4.38% |
46.27% |
Color #498983 in popluar number systems.
HEX | 49 | 89 | 83 |
Decimal | 73 | 137 | 131 |
Binary | 1001001 | 10001001 | 10000011 |
Octal | 111 | 211 | 203 |
Shades of #498983
Tints of #498983
Examples of css and html codes for elements with #498983 color. Also use rgb(73,137,131) instead hex code.
.myTextColor { color: #498983; }
<p style="color:#498983">This sample text font color is #498983.</p>
This text font color is #498983.
.myBgColor { background-color: #498983; }
<div style="background-color:#498983">Inner text</div>
This div background color is #498983.
.myBorderColor { border: 1px solid #498983; }
<div style="border:3px solid #498983">Div</div>
This div border color is #498983.
.myOpacity80 { color: #498983; opacity: 0.8; }
<p style="color:#498983;opacity:0.8;">80%</p>
Text with #498983 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498983;}
<p style="text-shadow: 3px 3px 1px #498983">Text here.</p>
This text has shadow with #498983 color.
.textShadow {text-shadow: 3px 3px 1px #498983', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498983, 5px 5px 20px red">Text here.</p>
This text has shadow with #498983 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498983, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498983, Direction=45, Strength=4)">Text</p>
This text has shadow with #498983 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498983;
-webkit-box-shadow: 1px 1px 3px 2px #498983;
box-shadow: 1px 1px 3px 2px #498983;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498983; -webkit-box-shadow: 1px 1px 3px 2px #498983; box-shadow:1px 1px 3px 2px #498983;">
Div content here
</div>
This text has color #498983 on black background.
This text has color #498983 on white background.
This text has black color on #498983 background.
This text has white color on #498983 background.
Complementary color for #hex is #B6767C.