HEX: #4C616D
RGB: (76,97,109)
#4C616D contains red, green and blue colors in about the same proportion. Web safe color of #4C616D is #336666 (or #366).
#4C616D color RGB value is (76,97,109).
RGB: (76,97,109)
(30%, 38%, 43%)
R 76 of 255 = 30%
G 97 of 255 = 38%
B 109 of 255 = 43%
R + G + B ~ 37%. #4C616D is quite dark color.
R + G + B = 76 + 97 + 109 = 282 (100%)
R 76 of 282 ~ 26.95%
G 97 of 282 ~ 34.4%
B 109 of 282 ~ 38.65'%
#4C616D color CMYK value is (30,11,0,57).
CMYK: (30,11,0,57) C30M11Y0K57 (30%,11%,0%,57%) (0.30/0.11/0.00/0.57)
Color #4C616D in popluar color models
4C | 61 | 6D | |
---|---|---|---|
RGB | 76 | 97 | 109 |
HSL | 202° | 17.84% | 36.27% |
HSB/HSV | 202° | 30.28% | 42.75% |
CMYK | 30.28% | 11.01% | 0.00% |
57.25% |
Color #4C616D in popluar number systems.
HEX | 4C | 61 | 6D |
Decimal | 76 | 97 | 109 |
Binary | 1001100 | 1100001 | 1101101 |
Octal | 114 | 141 | 155 |
Shades of #4C616D
Tints of #4C616D
Examples of css and html codes for elements with #4C616D color. Also use rgb(76,97,109) instead hex code.
.myTextColor { color: #4C616D; }
<p style="color:#4C616D">This sample text font color is #4C616D.</p>
This text font color is #4C616D.
.myBgColor { background-color: #4C616D; }
<div style="background-color:#4C616D">Inner text</div>
This div background color is #4C616D.
.myBorderColor { border: 1px solid #4C616D; }
<div style="border:3px solid #4C616D">Div</div>
This div border color is #4C616D.
.myOpacity80 { color: #4C616D; opacity: 0.8; }
<p style="color:#4C616D;opacity:0.8;">80%</p>
Text with #4C616D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C616D;}
<p style="text-shadow: 3px 3px 1px #4C616D">Text here.</p>
This text has shadow with #4C616D color.
.textShadow {text-shadow: 3px 3px 1px #4C616D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C616D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C616D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C616D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C616D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C616D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C616D;
-webkit-box-shadow: 1px 1px 3px 2px #4C616D;
box-shadow: 1px 1px 3px 2px #4C616D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C616D; -webkit-box-shadow: 1px 1px 3px 2px #4C616D; box-shadow:1px 1px 3px 2px #4C616D;">
Div content here
</div>
This text has color #4C616D on black background.
This text has color #4C616D on white background.
This text has black color on #4C616D background.
This text has white color on #4C616D background.
Complementary color for #hex is #B39E92.