HEX: #4C574C
RGB: (76,87,76)
#4C574C contains red, green and blue colors in about the same proportion. Web safe color of #4C574C is #336633 (or #363).
#4C574C color RGB value is (76,87,76).
RGB: (76,87,76)
(30%, 34%, 30%)
R 76 of 255 = 30%
G 87 of 255 = 34%
B 76 of 255 = 30%
R + G + B ~ 31%. #4C574C is quite dark color.
R + G + B = 76 + 87 + 76 = 239 (100%)
R 76 of 239 ~ 31.8%
G 87 of 239 ~ 36.4%
B 76 of 239 ~ 31.8'%
#4C574C color CMYK value is (13,0,13,66).
CMYK: (13,0,13,66)
C13M0Y13K66 (13%, 0%, 13%, 66%)
(0.13 / 0.00 / 0.13 / 0.66)
Color #4C574C in popluar color models
4C | 57 | 4C | |
---|---|---|---|
RGB | 76 | 87 | 76 |
HSL | 120° | 6.75% | 31.96% |
HSB/HSV | 120° | 12.64% | 34.12% |
CMYK | 12.64% | 0.00% | 12.64% |
65.88% |
Color #4C574C in popluar number systems.
HEX | 4C | 57 | 4C |
Decimal | 76 | 87 | 76 |
Binary | 1001100 | 1010111 | 1001100 |
Octal | 114 | 127 | 114 |
Shades of #4C574C
Tints of #4C574C
Examples of css and html codes for elements with #4C574C color. Also use rgb(76,87,76) instead hex code.
.myTextColor { color: #4C574C; }
<p style="color:#4C574C">This sample text font color is #4C574C.</p>
This text font color is #4C574C.
.myBgColor { background-color: #4C574C; }
<div style="background-color:#4C574C">Inner text</div>
This div background color is #4C574C.
.myBorderColor { border: 1px solid #4C574C; }
<div style="border:3px solid #4C574C">Div</div>
This div border color is #4C574C.
.myOpacity80 { color: #4C574C; opacity: 0.8; }
<p style="color:#4C574C;opacity:0.8;">80%</p>
Text with #4C574C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C574C;}
<p style="text-shadow: 3px 3px 1px #4C574C">Text here.</p>
This text has shadow with #4C574C color.
.textShadow {text-shadow: 3px 3px 1px #4C574C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C574C, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C574C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C574C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C574C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C574C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C574C;
-webkit-box-shadow: 1px 1px 3px 2px #4C574C;
box-shadow: 1px 1px 3px 2px #4C574C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C574C; -webkit-box-shadow: 1px 1px 3px 2px #4C574C; box-shadow:1px 1px 3px 2px #4C574C;">
Div content here
</div>
This text has color #4C574C on black background.
This text has color #4C574C on white background.
This text has black color on #4C574C background.
This text has white color on #4C574C background.
Complementary color for #hex is #B3A8B3.