HEX: #49744E
RGB: (73,116,78)
#49744E contains red, green and blue colors in about the same proportion. Web safe color of #49744E is #336666 (or #366).
#49744E color RGB value is (73,116,78).
RGB: (73,116,78)
(29%, 45%, 31%)
R 73 of 255 = 29%
G 116 of 255 = 45%
B 78 of 255 = 31%
R + G + B ~ 35%. #49744E is quite dark color.
R + G + B = 73 + 116 + 78 = 267 (100%)
R 73 of 267 ~ 27.34%
G 116 of 267 ~ 43.45%
B 78 of 267 ~ 29.21'%
#49744E color CMYK value is (37,0,33,55).
CMYK: (37,0,33,55)
C37M0Y33K55 (37%, 0%, 33%, 55%)
(0.37 / 0.00 / 0.33 / 0.55)
Color #49744E in popluar color models
49 | 74 | 4E | |
---|---|---|---|
RGB | 73 | 116 | 78 |
HSL | 127° | 22.75% | 37.06% |
HSB/HSV | 127° | 37.07% | 45.49% |
CMYK | 37.07% | 0.00% | 32.76% |
54.51% |
Color #49744E in popluar number systems.
HEX | 49 | 74 | 4E |
Decimal | 73 | 116 | 78 |
Binary | 1001001 | 1110100 | 1001110 |
Octal | 111 | 164 | 116 |
Shades of #49744E
Tints of #49744E
Examples of css and html codes for elements with #49744E color. Also use rgb(73,116,78) instead hex code.
.myTextColor { color: #49744E; }
<p style="color:#49744E">This sample text font color is #49744E.</p>
This text font color is #49744E.
.myBgColor { background-color: #49744E; }
<div style="background-color:#49744E">Inner text</div>
This div background color is #49744E.
.myBorderColor { border: 1px solid #49744E; }
<div style="border:3px solid #49744E">Div</div>
This div border color is #49744E.
.myOpacity80 { color: #49744E; opacity: 0.8; }
<p style="color:#49744E;opacity:0.8;">80%</p>
Text with #49744E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49744E;}
<p style="text-shadow: 3px 3px 1px #49744E">Text here.</p>
This text has shadow with #49744E color.
.textShadow {text-shadow: 3px 3px 1px #49744E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49744E, 5px 5px 20px red">Text here.</p>
This text has shadow with #49744E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49744E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49744E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49744E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49744E;
-webkit-box-shadow: 1px 1px 3px 2px #49744E;
box-shadow: 1px 1px 3px 2px #49744E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49744E; -webkit-box-shadow: 1px 1px 3px 2px #49744E; box-shadow:1px 1px 3px 2px #49744E;">
Div content here
</div>
This text has color #49744E on black background.
This text has color #49744E on white background.
This text has black color on #49744E background.
This text has white color on #49744E background.
Complementary color for #hex is #B68BB1.