HEX: #4C374F
RGB: (76,55,79)
#4C374F contains red, green and blue colors in about the same proportion. Web safe color of #4C374F is #333366 (or #336).
#4C374F color RGB value is (76,55,79).
RGB: (76,55,79)
(30%, 22%, 31%)
R 76 of 255 = 30%
G 55 of 255 = 22%
B 79 of 255 = 31%
R + G + B ~ 28%. #4C374F is quite dark color.
R + G + B = 76 + 55 + 79 = 210 (100%)
R 76 of 210 ~ 36.19%
G 55 of 210 ~ 26.19%
B 79 of 210 ~ 37.62'%
#4C374F color CMYK value is (4,30,0,69).
CMYK: (4,30,0,69) C4M30Y0K69 (4%,30%,0%,69%) (0.04/0.30/0.00/0.69)
Color #4C374F in popluar color models
4C | 37 | 4F | |
---|---|---|---|
RGB | 76 | 55 | 79 |
HSL | 293° | 17.91% | 26.27% |
HSB/HSV | 293° | 30.38% | 30.98% |
CMYK | 3.80% | 30.38% | 0.00% |
69.02% |
Color #4C374F in popluar number systems.
HEX | 4C | 37 | 4F |
Decimal | 76 | 55 | 79 |
Binary | 1001100 | 110111 | 1001111 |
Octal | 114 | 67 | 117 |
Shades of #4C374F
Tints of #4C374F
Examples of css and html codes for elements with #4C374F color. Also use rgb(76,55,79) instead hex code.
.myTextColor { color: #4C374F; }
<p style="color:#4C374F">This sample text font color is #4C374F.</p>
This text font color is #4C374F.
.myBgColor { background-color: #4C374F; }
<div style="background-color:#4C374F">Inner text</div>
This div background color is #4C374F.
.myBorderColor { border: 1px solid #4C374F; }
<div style="border:3px solid #4C374F">Div</div>
This div border color is #4C374F.
.myOpacity80 { color: #4C374F; opacity: 0.8; }
<p style="color:#4C374F;opacity:0.8;">80%</p>
Text with #4C374F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C374F;}
<p style="text-shadow: 3px 3px 1px #4C374F">Text here.</p>
This text has shadow with #4C374F color.
.textShadow {text-shadow: 3px 3px 1px #4C374F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C374F, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C374F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C374F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C374F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C374F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C374F;
-webkit-box-shadow: 1px 1px 3px 2px #4C374F;
box-shadow: 1px 1px 3px 2px #4C374F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C374F; -webkit-box-shadow: 1px 1px 3px 2px #4C374F; box-shadow:1px 1px 3px 2px #4C374F;">
Div content here
</div>
This text has color #4C374F on black background.
This text has color #4C374F on white background.
This text has black color on #4C374F background.
This text has white color on #4C374F background.
Complementary color for #hex is #B3C8B0.