HEX: #49705E
RGB: (73,112,94)
#49705E contains red, green and blue colors in about the same proportion. Web safe color of #49705E is #336666 (or #366).
#49705E color RGB value is (73,112,94).
RGB: (73,112,94)
(29%, 44%, 37%)
R 73 of 255 = 29%
G 112 of 255 = 44%
B 94 of 255 = 37%
R + G + B ~ 37%. #49705E is quite dark color.
R + G + B = 73 + 112 + 94 = 279 (100%)
R 73 of 279 ~ 26.16%
G 112 of 279 ~ 40.14%
B 94 of 279 ~ 33.69'%
#49705E color CMYK value is (35,0,16,56).
CMYK: (35,0,16,56)
C35M0Y16K56 (35%, 0%, 16%, 56%)
(0.35 / 0.00 / 0.16 / 0.56)
Color #49705E in popluar color models
49 | 70 | 5E | |
---|---|---|---|
RGB | 73 | 112 | 94 |
HSL | 152° | 21.08% | 36.27% |
HSB/HSV | 152° | 34.82% | 43.92% |
CMYK | 34.82% | 0.00% | 16.07% |
56.08% |
Color #49705E in popluar number systems.
HEX | 49 | 70 | 5E |
Decimal | 73 | 112 | 94 |
Binary | 1001001 | 1110000 | 1011110 |
Octal | 111 | 160 | 136 |
Shades of #49705E
Tints of #49705E
Examples of css and html codes for elements with #49705E color. Also use rgb(73,112,94) instead hex code.
.myTextColor { color: #49705E; }
<p style="color:#49705E">This sample text font color is #49705E.</p>
This text font color is #49705E.
.myBgColor { background-color: #49705E; }
<div style="background-color:#49705E">Inner text</div>
This div background color is #49705E.
.myBorderColor { border: 1px solid #49705E; }
<div style="border:3px solid #49705E">Div</div>
This div border color is #49705E.
.myOpacity80 { color: #49705E; opacity: 0.8; }
<p style="color:#49705E;opacity:0.8;">80%</p>
Text with #49705E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49705E;}
<p style="text-shadow: 3px 3px 1px #49705E">Text here.</p>
This text has shadow with #49705E color.
.textShadow {text-shadow: 3px 3px 1px #49705E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49705E, 5px 5px 20px red">Text here.</p>
This text has shadow with #49705E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49705E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49705E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49705E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49705E;
-webkit-box-shadow: 1px 1px 3px 2px #49705E;
box-shadow: 1px 1px 3px 2px #49705E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49705E; -webkit-box-shadow: 1px 1px 3px 2px #49705E; box-shadow:1px 1px 3px 2px #49705E;">
Div content here
</div>
This text has color #49705E on black background.
This text has color #49705E on white background.
This text has black color on #49705E background.
This text has white color on #49705E background.
Complementary color for #hex is #B68FA1.