HEX: #427775
RGB: (66,119,117)
#427775 contains red, green and blue colors in about the same proportion. Web safe color of #427775 is #336666 (or #366).
#427775 color RGB value is (66,119,117).
RGB: (66,119,117)
(26%, 47%, 46%)
R 66 of 255 = 26%
G 119 of 255 = 47%
B 117 of 255 = 46%
R + G + B ~ 40%. #427775 is middle color (not dark and not light).
R + G + B = 66 + 119 + 117 = 302 (100%)
R 66 of 302 ~ 21.85%
G 119 of 302 ~ 39.4%
B 117 of 302 ~ 38.74'%
#427775 color CMYK value is (45,0,2,53).
CMYK: (45,0,2,53) C45M0Y2K53 (45%,0%,2%,53%) (0.45/0.00/0.02/0.53)
Color #427775 in popluar color models
42 | 77 | 75 | |
---|---|---|---|
RGB | 66 | 119 | 117 |
HSL | 178° | 28.65% | 36.27% |
HSB/HSV | 178° | 44.54% | 46.67% |
CMYK | 44.54% | 0.00% | 1.68% |
53.33% |
Color #427775 in popluar number systems.
HEX | 42 | 77 | 75 |
Decimal | 66 | 119 | 117 |
Binary | 1000010 | 1110111 | 1110101 |
Octal | 102 | 167 | 165 |
Shades of #427775
Tints of #427775
Examples of css and html codes for elements with #427775 color. Also use rgb(66,119,117) instead hex code.
.myTextColor { color: #427775; }
<p style="color:#427775">This sample text font color is #427775.</p>
This text font color is #427775.
.myBgColor { background-color: #427775; }
<div style="background-color:#427775">Inner text</div>
This div background color is #427775.
.myBorderColor { border: 1px solid #427775; }
<div style="border:3px solid #427775">Div</div>
This div border color is #427775.
.myOpacity80 { color: #427775; opacity: 0.8; }
<p style="color:#427775;opacity:0.8;">80%</p>
Text with #427775 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427775;}
<p style="text-shadow: 3px 3px 1px #427775">Text here.</p>
This text has shadow with #427775 color.
.textShadow {text-shadow: 3px 3px 1px #427775', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427775, 5px 5px 20px red">Text here.</p>
This text has shadow with #427775 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427775, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427775, Direction=45, Strength=4)">Text</p>
This text has shadow with #427775 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #427775;
-webkit-box-shadow: 1px 1px 3px 2px #427775;
box-shadow: 1px 1px 3px 2px #427775;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #427775; -webkit-box-shadow: 1px 1px 3px 2px #427775; box-shadow:1px 1px 3px 2px #427775;">
Div content here
</div>
This text has color #427775 on black background.
This text has color #427775 on white background.
This text has black color on #427775 background.
This text has white color on #427775 background.
Complementary color for #hex is #BD888A.