HEX: #4C576A
RGB: (76,87,106)
#4C576A contains red, green and blue colors in about the same proportion. Web safe color of #4C576A is #336666 (or #366).
#4C576A color RGB value is (76,87,106).
RGB: (76,87,106)
(30%, 34%, 42%)
R 76 of 255 = 30%
G 87 of 255 = 34%
B 106 of 255 = 42%
R + G + B ~ 35%. #4C576A is quite dark color.
R + G + B = 76 + 87 + 106 = 269 (100%)
R 76 of 269 ~ 28.25%
G 87 of 269 ~ 32.34%
B 106 of 269 ~ 39.41'%
#4C576A color CMYK value is (28,18,0,58).
CMYK: (28,18,0,58)
C28M18Y0K58 (28%, 18%, 0%, 58%)
(0.28 / 0.18 / 0.00 / 0.58)
Color #4C576A in popluar color models
4C | 57 | 6A | |
---|---|---|---|
RGB | 76 | 87 | 106 |
HSL | 218° | 16.48% | 35.69% |
HSB/HSV | 218° | 28.30% | 41.57% |
CMYK | 28.30% | 17.92% | 0.00% |
58.43% |
Color #4C576A in popluar number systems.
HEX | 4C | 57 | 6A |
Decimal | 76 | 87 | 106 |
Binary | 1001100 | 1010111 | 1101010 |
Octal | 114 | 127 | 152 |
Shades of #4C576A
Tints of #4C576A
Examples of css and html codes for elements with #4C576A color. Also use rgb(76,87,106) instead hex code.
.myTextColor { color: #4C576A; }
<p style="color:#4C576A">This sample text font color is #4C576A.</p>
This text font color is #4C576A.
.myBgColor { background-color: #4C576A; }
<div style="background-color:#4C576A">Inner text</div>
This div background color is #4C576A.
.myBorderColor { border: 1px solid #4C576A; }
<div style="border:3px solid #4C576A">Div</div>
This div border color is #4C576A.
.myOpacity80 { color: #4C576A; opacity: 0.8; }
<p style="color:#4C576A;opacity:0.8;">80%</p>
Text with #4C576A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C576A;}
<p style="text-shadow: 3px 3px 1px #4C576A">Text here.</p>
This text has shadow with #4C576A color.
.textShadow {text-shadow: 3px 3px 1px #4C576A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C576A, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C576A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C576A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C576A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C576A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C576A;
-webkit-box-shadow: 1px 1px 3px 2px #4C576A;
box-shadow: 1px 1px 3px 2px #4C576A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C576A; -webkit-box-shadow: 1px 1px 3px 2px #4C576A; box-shadow:1px 1px 3px 2px #4C576A;">
Div content here
</div>
This text has color #4C576A on black background.
This text has color #4C576A on white background.
This text has black color on #4C576A background.
This text has white color on #4C576A background.
Complementary color for #hex is #B3A895.