HEX: #426C4F
RGB: (66,108,79)
#426C4F contains red, green and blue colors in about the same proportion. Web safe color of #426C4F is #336666 (or #366).
#426C4F color RGB value is (66,108,79).
RGB: (66,108,79)
(26%, 42%, 31%)
R 66 of 255 = 26%
G 108 of 255 = 42%
B 79 of 255 = 31%
R + G + B ~ 33%. #426C4F is quite dark color.
R + G + B = 66 + 108 + 79 = 253 (100%)
R 66 of 253 ~ 26.09%
G 108 of 253 ~ 42.69%
B 79 of 253 ~ 31.23'%
#426C4F color CMYK value is (39,0,27,58).
CMYK: (39,0,27,58) C39M0Y27K58 (39%,0%,27%,58%) (0.39/0.00/0.27/0.58)
Color #426C4F in popluar color models
42 | 6C | 4F | |
---|---|---|---|
RGB | 66 | 108 | 79 |
HSL | 139° | 24.14% | 34.12% |
HSB/HSV | 139° | 38.89% | 42.35% |
CMYK | 38.89% | 0.00% | 26.85% |
57.65% |
Color #426C4F in popluar number systems.
HEX | 42 | 6C | 4F |
Decimal | 66 | 108 | 79 |
Binary | 1000010 | 1101100 | 1001111 |
Octal | 102 | 154 | 117 |
Shades of #426C4F
Tints of #426C4F
Examples of css and html codes for elements with #426C4F color. Also use rgb(66,108,79) instead hex code.
.myTextColor { color: #426C4F; }
<p style="color:#426C4F">This sample text font color is #426C4F.</p>
This text font color is #426C4F.
.myBgColor { background-color: #426C4F; }
<div style="background-color:#426C4F">Inner text</div>
This div background color is #426C4F.
.myBorderColor { border: 1px solid #426C4F; }
<div style="border:3px solid #426C4F">Div</div>
This div border color is #426C4F.
.myOpacity80 { color: #426C4F; opacity: 0.8; }
<p style="color:#426C4F;opacity:0.8;">80%</p>
Text with #426C4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #426C4F;}
<p style="text-shadow: 3px 3px 1px #426C4F">Text here.</p>
This text has shadow with #426C4F color.
.textShadow {text-shadow: 3px 3px 1px #426C4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #426C4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #426C4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#426C4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#426C4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #426C4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #426C4F;
-webkit-box-shadow: 1px 1px 3px 2px #426C4F;
box-shadow: 1px 1px 3px 2px #426C4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #426C4F; -webkit-box-shadow: 1px 1px 3px 2px #426C4F; box-shadow:1px 1px 3px 2px #426C4F;">
Div content here
</div>
This text has color #426C4F on black background.
This text has color #426C4F on white background.
This text has black color on #426C4F background.
This text has white color on #426C4F background.
Complementary color for #hex is #BD93B0.