HEX: #4E724D
RGB: (78,114,77)
#4E724D contains red, green and blue colors in about the same proportion. Web safe color of #4E724D is #666633 (or #663).
#4E724D color RGB value is (78,114,77).
RGB: (78,114,77)
(31%, 45%, 30%)
R 78 of 255 = 31%
G 114 of 255 = 45%
B 77 of 255 = 30%
R + G + B ~ 35%. #4E724D is quite dark color.
R + G + B = 78 + 114 + 77 = 269 (100%)
R 78 of 269 ~ 29%
G 114 of 269 ~ 42.38%
B 77 of 269 ~ 28.62'%
#4E724D color CMYK value is (32,0,32,55).
CMYK: (32,0,32,55)
C32M0Y32K55 (32%, 0%, 32%, 55%)
(0.32 / 0.00 / 0.32 / 0.55)
Color #4E724D in popluar color models
4E | 72 | 4D | |
---|---|---|---|
RGB | 78 | 114 | 77 |
HSL | 118° | 19.37% | 37.45% |
HSB/HSV | 118° | 32.46% | 44.71% |
CMYK | 31.58% | 0.00% | 32.46% |
55.29% |
Color #4E724D in popluar number systems.
HEX | 4E | 72 | 4D |
Decimal | 78 | 114 | 77 |
Binary | 1001110 | 1110010 | 1001101 |
Octal | 116 | 162 | 115 |
Shades of #4E724D
Tints of #4E724D
Examples of css and html codes for elements with #4E724D color. Also use rgb(78,114,77) instead hex code.
.myTextColor { color: #4E724D; }
<p style="color:#4E724D">This sample text font color is #4E724D.</p>
This text font color is #4E724D.
.myBgColor { background-color: #4E724D; }
<div style="background-color:#4E724D">Inner text</div>
This div background color is #4E724D.
.myBorderColor { border: 1px solid #4E724D; }
<div style="border:3px solid #4E724D">Div</div>
This div border color is #4E724D.
.myOpacity80 { color: #4E724D; opacity: 0.8; }
<p style="color:#4E724D;opacity:0.8;">80%</p>
Text with #4E724D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4E724D;}
<p style="text-shadow: 3px 3px 1px #4E724D">Text here.</p>
This text has shadow with #4E724D color.
.textShadow {text-shadow: 3px 3px 1px #4E724D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4E724D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4E724D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E724D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4E724D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4E724D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E724D;
-webkit-box-shadow: 1px 1px 3px 2px #4E724D;
box-shadow: 1px 1px 3px 2px #4E724D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E724D; -webkit-box-shadow: 1px 1px 3px 2px #4E724D; box-shadow:1px 1px 3px 2px #4E724D;">
Div content here
</div>
This text has color #4E724D on black background.
This text has color #4E724D on white background.
This text has black color on #4E724D background.
This text has white color on #4E724D background.
Complementary color for #hex is #B18DB2.