HEX: #49504E
RGB: (73,80,78)
#49504E contains red, green and blue colors in about the same proportion. Web safe color of #49504E is #336666 (or #366).
#49504E color RGB value is (73,80,78).
RGB: (73,80,78)
(29%, 31%, 31%)
R 73 of 255 = 29%
G 80 of 255 = 31%
B 78 of 255 = 31%
R + G + B ~ 30%. #49504E is quite dark color.
R + G + B = 73 + 80 + 78 = 231 (100%)
R 73 of 231 ~ 31.6%
G 80 of 231 ~ 34.63%
B 78 of 231 ~ 33.77'%
#49504E color CMYK value is (9,0,2,69).
CMYK: (9,0,2,69)
C9M0Y2K69 (9%, 0%, 2%, 69%)
(0.09 / 0.00 / 0.02 / 0.69)
Color #49504E in popluar color models
49 | 50 | 4E | |
---|---|---|---|
RGB | 73 | 80 | 78 |
HSL | 163° | 4.58% | 30.00% |
HSB/HSV | 163° | 8.75% | 31.37% |
CMYK | 8.75% | 0.00% | 2.50% |
68.63% |
Color #49504E in popluar number systems.
HEX | 49 | 50 | 4E |
Decimal | 73 | 80 | 78 |
Binary | 1001001 | 1010000 | 1001110 |
Octal | 111 | 120 | 116 |
Shades of #49504E
Tints of #49504E
Examples of css and html codes for elements with #49504E color. Also use rgb(73,80,78) instead hex code.
.myTextColor { color: #49504E; }
<p style="color:#49504E">This sample text font color is #49504E.</p>
This text font color is #49504E.
.myBgColor { background-color: #49504E; }
<div style="background-color:#49504E">Inner text</div>
This div background color is #49504E.
.myBorderColor { border: 1px solid #49504E; }
<div style="border:3px solid #49504E">Div</div>
This div border color is #49504E.
.myOpacity80 { color: #49504E; opacity: 0.8; }
<p style="color:#49504E;opacity:0.8;">80%</p>
Text with #49504E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49504E;}
<p style="text-shadow: 3px 3px 1px #49504E">Text here.</p>
This text has shadow with #49504E color.
.textShadow {text-shadow: 3px 3px 1px #49504E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49504E, 5px 5px 20px red">Text here.</p>
This text has shadow with #49504E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49504E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49504E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49504E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49504E;
-webkit-box-shadow: 1px 1px 3px 2px #49504E;
box-shadow: 1px 1px 3px 2px #49504E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49504E; -webkit-box-shadow: 1px 1px 3px 2px #49504E; box-shadow:1px 1px 3px 2px #49504E;">
Div content here
</div>
This text has color #49504E on black background.
This text has color #49504E on white background.
This text has black color on #49504E background.
This text has white color on #49504E background.
Complementary color for #hex is #B6AFB1.