HEX: #49716C
RGB: (73,113,108)
#49716C contains red, green and blue colors in about the same proportion. Web safe color of #49716C is #336666 (or #366).
#49716C color RGB value is (73,113,108).
RGB: (73,113,108)
(29%, 44%, 42%)
R 73 of 255 = 29%
G 113 of 255 = 44%
B 108 of 255 = 42%
R + G + B ~ 38%. #49716C is quite dark color.
R + G + B = 73 + 113 + 108 = 294 (100%)
R 73 of 294 ~ 24.83%
G 113 of 294 ~ 38.44%
B 108 of 294 ~ 36.73'%
#49716C color CMYK value is (35,0,4,56).
CMYK: (35,0,4,56)
C35M0Y4K56 (35%, 0%, 4%, 56%)
(0.35 / 0.00 / 0.04 / 0.56)
Color #49716C in popluar color models
49 | 71 | 6C | |
---|---|---|---|
RGB | 73 | 113 | 108 |
HSL | 173° | 21.51% | 36.47% |
HSB/HSV | 173° | 35.40% | 44.31% |
CMYK | 35.40% | 0.00% | 4.42% |
55.69% |
Color #49716C in popluar number systems.
HEX | 49 | 71 | 6C |
Decimal | 73 | 113 | 108 |
Binary | 1001001 | 1110001 | 1101100 |
Octal | 111 | 161 | 154 |
Shades of #49716C
Tints of #49716C
Examples of css and html codes for elements with #49716C color. Also use rgb(73,113,108) instead hex code.
.myTextColor { color: #49716C; }
<p style="color:#49716C">This sample text font color is #49716C.</p>
This text font color is #49716C.
.myBgColor { background-color: #49716C; }
<div style="background-color:#49716C">Inner text</div>
This div background color is #49716C.
.myBorderColor { border: 1px solid #49716C; }
<div style="border:3px solid #49716C">Div</div>
This div border color is #49716C.
.myOpacity80 { color: #49716C; opacity: 0.8; }
<p style="color:#49716C;opacity:0.8;">80%</p>
Text with #49716C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49716C;}
<p style="text-shadow: 3px 3px 1px #49716C">Text here.</p>
This text has shadow with #49716C color.
.textShadow {text-shadow: 3px 3px 1px #49716C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49716C, 5px 5px 20px red">Text here.</p>
This text has shadow with #49716C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49716C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49716C, Direction=45, Strength=4)">Text</p>
This text has shadow with #49716C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49716C;
-webkit-box-shadow: 1px 1px 3px 2px #49716C;
box-shadow: 1px 1px 3px 2px #49716C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49716C; -webkit-box-shadow: 1px 1px 3px 2px #49716C; box-shadow:1px 1px 3px 2px #49716C;">
Div content here
</div>
This text has color #49716C on black background.
This text has color #49716C on white background.
This text has black color on #49716C background.
This text has white color on #49716C background.
Complementary color for #hex is #B68E93.