HEX: #427550
RGB: (66,117,80)
#427550 contains red, green and blue colors in about the same proportion. Web safe color of #427550 is #336666 (or #366).
#427550 color RGB value is (66,117,80).
RGB: (66,117,80)
(26%, 46%, 31%)
R 66 of 255 = 26%
G 117 of 255 = 46%
B 80 of 255 = 31%
R + G + B ~ 34%. #427550 is quite dark color.
R + G + B = 66 + 117 + 80 = 263 (100%)
R 66 of 263 ~ 25.1%
G 117 of 263 ~ 44.49%
B 80 of 263 ~ 30.42'%
#427550 color CMYK value is (44,0,32,54).
CMYK: (44,0,32,54)
C44M0Y32K54 (44%, 0%, 32%, 54%)
(0.44 / 0.00 / 0.32 / 0.54)
Color #427550 in popluar color models
42 | 75 | 50 | |
---|---|---|---|
RGB | 66 | 117 | 80 |
HSL | 136° | 27.87% | 35.88% |
HSB/HSV | 136° | 43.59% | 45.88% |
CMYK | 43.59% | 0.00% | 31.62% |
54.12% |
Color #427550 in popluar number systems.
HEX | 42 | 75 | 50 |
Decimal | 66 | 117 | 80 |
Binary | 1000010 | 1110101 | 1010000 |
Octal | 102 | 165 | 120 |
Shades of #427550
Tints of #427550
Examples of css and html codes for elements with #427550 color. Also use rgb(66,117,80) instead hex code.
.myTextColor { color: #427550; }
<p style="color:#427550">This sample text font color is #427550.</p>
This text font color is #427550.
.myBgColor { background-color: #427550; }
<div style="background-color:#427550">Inner text</div>
This div background color is #427550.
.myBorderColor { border: 1px solid #427550; }
<div style="border:3px solid #427550">Div</div>
This div border color is #427550.
.myOpacity80 { color: #427550; opacity: 0.8; }
<p style="color:#427550;opacity:0.8;">80%</p>
Text with #427550 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427550;}
<p style="text-shadow: 3px 3px 1px #427550">Text here.</p>
This text has shadow with #427550 color.
.textShadow {text-shadow: 3px 3px 1px #427550', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427550, 5px 5px 20px red">Text here.</p>
This text has shadow with #427550 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427550, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427550, Direction=45, Strength=4)">Text</p>
This text has shadow with #427550 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #427550;
-webkit-box-shadow: 1px 1px 3px 2px #427550;
box-shadow: 1px 1px 3px 2px #427550;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #427550; -webkit-box-shadow: 1px 1px 3px 2px #427550; box-shadow:1px 1px 3px 2px #427550;">
Div content here
</div>
This text has color #427550 on black background.
This text has color #427550 on white background.
This text has black color on #427550 background.
This text has white color on #427550 background.
Complementary color for #hex is #BD8AAF.