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