HEX: #49584E
RGB: (73,88,78)
#49584E contains red, green and blue colors in about the same proportion. Web safe color of #49584E is #336666 (or #366).
#49584E color RGB value is (73,88,78).
RGB: (73,88,78) (29%,35%,31%)
R 73 of 255 = 29%
G 88 of 255 = 35%
B 78 of 255 = 31%
R + G + B ~ 32%. #49584E is quite dark color.
R + G + B =
73 + 88 + 78 = 239 (100%)
R 73 of 239 ~ 30.54%
G 88 of 239 ~ 36.82%
B 78 of 239 ~ 32.64%
#49584E color CMYK value is (17,0,11,65).
CMYK: (17,0,11,65) C17M0Y11K65 (17%,0%,11%,65%) (0.17/0.00/0.11/0.65)
49 | 58 | 4E | |
---|---|---|---|
RGB | 73 | 88 | 78 |
HSL | 140° | 9.32% | 31.57% |
HSB/HSV | 140° | 17.05% | 34.51% |
CMYK | 17.05% | 0.00% | 11.36% |
65.49% |
HEX | 49 | 58 | 4E |
Decimal | 73 | 88 | 78 |
Binary | 1001001 | 1011000 | 1001110 |
Octal | 111 | 130 | 116 |
Examples of css and html codes for elements with #49584E color. Also use rgb(73,88,78) instead hex code.
.myTextColor { color: #49584E; }
<p style="color:#49584E">This sample text font color is #49584E.</p>
This text font color is #49584E.
.myBgColor { background-color: #49584E; }
<div style="background-color:#49584E">Inner text</div>
This div background color is #49584E.
.myBorderColor { border: 1px solid #49584E; }
<div style="border:3px solid #49584E">Div</div>
This div border color is #49584E.
.myOpacity80 { color: #49584E; opacity: 0.8; }
<p style="color:#49584E;opacity:0.8;">80%</p>
Text with #49584E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49584E;}
<p style="text-shadow: 3px 3px 1px #49584E">Text here.</p>
This text has shadow with #49584E color.
.textShadow {text-shadow: 3px 3px 1px #49584E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49584E, 5px 5px 20px red">Text here.</p>
This text has shadow with #49584E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49584E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49584E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49584E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49584E; -webkit-box-shadow: 1px 1px 3px 2px #49584E; box-shadow: 1px 1px 3px 2px #49584E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49584E; -webkit-box-shadow: 1px 1px 3px 2px #49584E; box-shadow:1px 1px 3px 2px #49584E;">
Div content here</div>
This text has color #49584E on black background.
This text has color #49584E on white background.
This text has black color on #49584E background.
This text has white color on #49584E background.