HEX: #427884
RGB: (66,120,132)
#427884 contains mainly green and blue colors. Web safe color of #427884 is #336699 (or #369).
#427884 color RGB value is (66,120,132).
RGB: (66,120,132)
(26%, 47%, 52%)
R 66 of 255 = 26%
G 120 of 255 = 47%
B 132 of 255 = 52%
R + G + B ~ 42%. #427884 is middle color (not dark and not light).
R + G + B = 66 + 120 + 132 = 318 (100%)
R 66 of 318 ~ 20.75%
G 120 of 318 ~ 37.74%
B 132 of 318 ~ 41.51'%
#427884 color CMYK value is (50,9,0,48).
CMYK: (50,9,0,48) C50M9Y0K48 (50%,9%,0%,48%) (0.50/0.09/0.00/0.48)
Color #427884 in popluar color models
42 | 78 | 84 | |
---|---|---|---|
RGB | 66 | 120 | 132 |
HSL | 191° | 33.33% | 38.82% |
HSB/HSV | 191° | 50.00% | 51.76% |
CMYK | 50.00% | 9.09% | 0.00% |
48.24% |
Color #427884 in popluar number systems.
HEX | 42 | 78 | 84 |
Decimal | 66 | 120 | 132 |
Binary | 1000010 | 1111000 | 10000100 |
Octal | 102 | 170 | 204 |
Shades of #427884
Tints of #427884
Examples of css and html codes for elements with #427884 color. Also use rgb(66,120,132) instead hex code.
.myTextColor { color: #427884; }
<p style="color:#427884">This sample text font color is #427884.</p>
This text font color is #427884.
.myBgColor { background-color: #427884; }
<div style="background-color:#427884">Inner text</div>
This div background color is #427884.
.myBorderColor { border: 1px solid #427884; }
<div style="border:3px solid #427884">Div</div>
This div border color is #427884.
.myOpacity80 { color: #427884; opacity: 0.8; }
<p style="color:#427884;opacity:0.8;">80%</p>
Text with #427884 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427884;}
<p style="text-shadow: 3px 3px 1px #427884">Text here.</p>
This text has shadow with #427884 color.
.textShadow {text-shadow: 3px 3px 1px #427884', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427884, 5px 5px 20px red">Text here.</p>
This text has shadow with #427884 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427884, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427884, Direction=45, Strength=4)">Text</p>
This text has shadow with #427884 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #427884;
-webkit-box-shadow: 1px 1px 3px 2px #427884;
box-shadow: 1px 1px 3px 2px #427884;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #427884; -webkit-box-shadow: 1px 1px 3px 2px #427884; box-shadow:1px 1px 3px 2px #427884;">
Div content here
</div>
This text has color #427884 on black background.
This text has color #427884 on white background.
This text has black color on #427884 background.
This text has white color on #427884 background.
Complementary color for #hex is #BD877B.