HEX: #426041
RGB: (66,96,65)
#426041 contains red, green and blue colors in about the same proportion. Web safe color of #426041 is #336633 (or #363).
#426041 color RGB value is (66,96,65).
RGB: (66,96,65) (26%,38%,25%)
R 66 of 255 = 26%
G 96 of 255 = 38%
B 65 of 255 = 25%
R + G + B ~ 30%. #426041 is quite dark color.
R + G + B =
66 + 96 + 65 = 227 (100%)
R 66 of 227 ~ 29.07%
G 96 of 227 ~ 42.29%
B 65 of 227 ~ 28.63%
#426041 color CMYK value is (31,0,32,62).
CMYK: (31,0,32,62) C31M0Y32K62 (31%,0%,32%,62%) (0.31/0.00/0.32/0.62)
42 | 60 | 41 | |
---|---|---|---|
RGB | 66 | 96 | 65 |
HSL | 118° | 19.25% | 31.57% |
HSB/HSV | 118° | 32.29% | 37.65% |
CMYK | 31.25% | 0.00% | 32.29% |
62.35% |
HEX | 42 | 60 | 41 |
Decimal | 66 | 96 | 65 |
Binary | 1000010 | 1100000 | 1000001 |
Octal | 102 | 140 | 101 |
Examples of css and html codes for elements with #426041 color. Also use rgb(66,96,65) instead hex code.
.myTextColor { color: #426041; }
<p style="color:#426041">This sample text font color is #426041.</p>
This text font color is #426041.
.myBgColor { background-color: #426041; }
<div style="background-color:#426041">Inner text</div>
This div background color is #426041.
.myBorderColor { border: 1px solid #426041; }
<div style="border:3px solid #426041">Div</div>
This div border color is #426041.
.myOpacity80 { color: #426041; opacity: 0.8; }
<p style="color:#426041;opacity:0.8;">80%</p>
Text with #426041 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #426041;}
<p style="text-shadow: 3px 3px 1px #426041">Text here.</p>
This text has shadow with #426041 color.
.textShadow {text-shadow: 3px 3px 1px #426041, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #426041, 5px 5px 20px red">Text here.</p>
This text has shadow with #426041 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#426041, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#426041, Direction=45, Strength=4)">Text</p>
This text has shadow with #426041 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #426041; -webkit-box-shadow: 1px 1px 3px 2px #426041; box-shadow: 1px 1px 3px 2px #426041; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #426041; -webkit-box-shadow: 1px 1px 3px 2px #426041; box-shadow:1px 1px 3px 2px #426041;">
Div content here</div>
This text has color #426041 on black background.
This text has color #426041 on white background.
This text has black color on #426041 background.
This text has white color on #426041 background.