HEX: #49917B
RGB: (73,145,123)
#49917B contains mainly green and blue colors. Web safe color of #49917B is #339966 (or #396).
#49917B color RGB value is (73,145,123).
RGB: (73,145,123)
(29%, 57%, 48%)
R 73 of 255 = 29%
G 145 of 255 = 57%
B 123 of 255 = 48%
R + G + B ~ 45%. #49917B is middle color (not dark and not light).
R + G + B = 73 + 145 + 123 = 341 (100%)
R 73 of 341 ~ 21.41%
G 145 of 341 ~ 42.52%
B 123 of 341 ~ 36.07'%
#49917B color CMYK value is (50,0,15,43).
CMYK: (50,0,15,43)
C50M0Y15K43 (50%, 0%, 15%, 43%)
(0.50 / 0.00 / 0.15 / 0.43)
Color #49917B in popluar color models
49 | 91 | 7B | |
---|---|---|---|
RGB | 73 | 145 | 123 |
HSL | 162° | 33.03% | 42.75% |
HSB/HSV | 162° | 49.66% | 56.86% |
CMYK | 49.66% | 0.00% | 15.17% |
43.14% |
Color #49917B in popluar number systems.
HEX | 49 | 91 | 7B |
Decimal | 73 | 145 | 123 |
Binary | 1001001 | 10010001 | 1111011 |
Octal | 111 | 221 | 173 |
Shades of #49917B
Tints of #49917B
Examples of css and html codes for elements with #49917B color. Also use rgb(73,145,123) instead hex code.
.myTextColor { color: #49917B; }
<p style="color:#49917B">This sample text font color is #49917B.</p>
This text font color is #49917B.
.myBgColor { background-color: #49917B; }
<div style="background-color:#49917B">Inner text</div>
This div background color is #49917B.
.myBorderColor { border: 1px solid #49917B; }
<div style="border:3px solid #49917B">Div</div>
This div border color is #49917B.
.myOpacity80 { color: #49917B; opacity: 0.8; }
<p style="color:#49917B;opacity:0.8;">80%</p>
Text with #49917B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49917B;}
<p style="text-shadow: 3px 3px 1px #49917B">Text here.</p>
This text has shadow with #49917B color.
.textShadow {text-shadow: 3px 3px 1px #49917B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49917B, 5px 5px 20px red">Text here.</p>
This text has shadow with #49917B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49917B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49917B, Direction=45, Strength=4)">Text</p>
This text has shadow with #49917B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49917B;
-webkit-box-shadow: 1px 1px 3px 2px #49917B;
box-shadow: 1px 1px 3px 2px #49917B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49917B; -webkit-box-shadow: 1px 1px 3px 2px #49917B; box-shadow:1px 1px 3px 2px #49917B;">
Div content here
</div>
This text has color #49917B on black background.
This text has color #49917B on white background.
This text has black color on #49917B background.
This text has white color on #49917B background.
Complementary color for #hex is #B66E84.