HEX: #426449
RGB: (66,100,73)
#426449 contains red, green and blue colors in about the same proportion. Web safe color of #426449 is #336633 (or #363).
#426449 color RGB value is (66,100,73).
RGB: (66,100,73)
(26%, 39%, 29%)
R 66 of 255 = 26%
G 100 of 255 = 39%
B 73 of 255 = 29%
R + G + B ~ 31%. #426449 is quite dark color.
R + G + B = 66 + 100 + 73 = 239 (100%)
R 66 of 239 ~ 27.62%
G 100 of 239 ~ 41.84%
B 73 of 239 ~ 30.54'%
#426449 color CMYK value is (34,0,27,61).
CMYK: (34,0,27,61)
C34M0Y27K61 (34%, 0%, 27%, 61%)
(0.34 / 0.00 / 0.27 / 0.61)
Color #426449 in popluar color models
42 | 64 | 49 | |
---|---|---|---|
RGB | 66 | 100 | 73 |
HSL | 132° | 20.48% | 32.55% |
HSB/HSV | 132° | 34.00% | 39.22% |
CMYK | 34.00% | 0.00% | 27.00% |
60.78% |
Color #426449 in popluar number systems.
HEX | 42 | 64 | 49 |
Decimal | 66 | 100 | 73 |
Binary | 1000010 | 1100100 | 1001001 |
Octal | 102 | 144 | 111 |
Shades of #426449
Tints of #426449
Examples of css and html codes for elements with #426449 color. Also use rgb(66,100,73) instead hex code.
.myTextColor { color: #426449; }
<p style="color:#426449">This sample text font color is #426449.</p>
This text font color is #426449.
.myBgColor { background-color: #426449; }
<div style="background-color:#426449">Inner text</div>
This div background color is #426449.
.myBorderColor { border: 1px solid #426449; }
<div style="border:3px solid #426449">Div</div>
This div border color is #426449.
.myOpacity80 { color: #426449; opacity: 0.8; }
<p style="color:#426449;opacity:0.8;">80%</p>
Text with #426449 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #426449;}
<p style="text-shadow: 3px 3px 1px #426449">Text here.</p>
This text has shadow with #426449 color.
.textShadow {text-shadow: 3px 3px 1px #426449', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #426449, 5px 5px 20px red">Text here.</p>
This text has shadow with #426449 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#426449, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#426449, Direction=45, Strength=4)">Text</p>
This text has shadow with #426449 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #426449;
-webkit-box-shadow: 1px 1px 3px 2px #426449;
box-shadow: 1px 1px 3px 2px #426449;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #426449; -webkit-box-shadow: 1px 1px 3px 2px #426449; box-shadow:1px 1px 3px 2px #426449;">
Div content here
</div>
This text has color #426449 on black background.
This text has color #426449 on white background.
This text has black color on #426449 background.
This text has white color on #426449 background.
Complementary color for #hex is #BD9BB6.