HEX: #4C675D
RGB: (76,103,93)
#4C675D contains red, green and blue colors in about the same proportion. Web safe color of #4C675D is #336666 (or #366).
#4C675D color RGB value is (76,103,93).
RGB: (76,103,93)
(30%, 40%, 36%)
R 76 of 255 = 30%
G 103 of 255 = 40%
B 93 of 255 = 36%
R + G + B ~ 35%. #4C675D is quite dark color.
R + G + B = 76 + 103 + 93 = 272 (100%)
R 76 of 272 ~ 27.94%
G 103 of 272 ~ 37.87%
B 93 of 272 ~ 34.19'%
#4C675D color CMYK value is (26,0,10,60).
CMYK: (26,0,10,60) C26M0Y10K60 (26%,0%,10%,60%) (0.26/0.00/0.10/0.60)
Color #4C675D in popluar color models
4C | 67 | 5D | |
---|---|---|---|
RGB | 76 | 103 | 93 |
HSL | 158° | 15.08% | 35.10% |
HSB/HSV | 158° | 26.21% | 40.39% |
CMYK | 26.21% | 0.00% | 9.71% |
59.61% |
Color #4C675D in popluar number systems.
HEX | 4C | 67 | 5D |
Decimal | 76 | 103 | 93 |
Binary | 1001100 | 1100111 | 1011101 |
Octal | 114 | 147 | 135 |
Shades of #4C675D
Tints of #4C675D
Examples of css and html codes for elements with #4C675D color. Also use rgb(76,103,93) instead hex code.
.myTextColor { color: #4C675D; }
<p style="color:#4C675D">This sample text font color is #4C675D.</p>
This text font color is #4C675D.
.myBgColor { background-color: #4C675D; }
<div style="background-color:#4C675D">Inner text</div>
This div background color is #4C675D.
.myBorderColor { border: 1px solid #4C675D; }
<div style="border:3px solid #4C675D">Div</div>
This div border color is #4C675D.
.myOpacity80 { color: #4C675D; opacity: 0.8; }
<p style="color:#4C675D;opacity:0.8;">80%</p>
Text with #4C675D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C675D;}
<p style="text-shadow: 3px 3px 1px #4C675D">Text here.</p>
This text has shadow with #4C675D color.
.textShadow {text-shadow: 3px 3px 1px #4C675D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C675D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C675D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C675D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C675D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C675D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C675D;
-webkit-box-shadow: 1px 1px 3px 2px #4C675D;
box-shadow: 1px 1px 3px 2px #4C675D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C675D; -webkit-box-shadow: 1px 1px 3px 2px #4C675D; box-shadow:1px 1px 3px 2px #4C675D;">
Div content here
</div>
This text has color #4C675D on black background.
This text has color #4C675D on white background.
This text has black color on #4C675D background.
This text has white color on #4C675D background.
Complementary color for #hex is #B398A2.