HEX: #427D8A
RGB: (66,125,138)
#427D8A contains mainly green and blue colors. Web safe color of #427D8A is #336699 (or #369).
#427D8A color RGB value is (66,125,138).
RGB: (66,125,138) (26%,49%,54%)
R 66 of 255 = 26%
G 125 of 255 = 49%
B 138 of 255 = 54%
R + G + B ~ 43%. #427D8A is middle color (not dark and not light).
R + G + B =
66 + 125 + 138 = 329 (100%)
R 66 of 329 ~ 20.06%
G 125 of 329 ~ 37.99%
B 138 of 329 ~ 41.95%
#427D8A color CMYK value is (52,9,0,46).
CMYK: (52,9,0,46) C52M9Y0K46 (52%,9%,0%,46%) (0.52/0.09/0.00/0.46)
42 | 7D | 8A | |
---|---|---|---|
RGB | 66 | 125 | 138 |
HSL | 191° | 35.29% | 40.00% |
HSB/HSV | 191° | 52.17% | 54.12% |
CMYK | 52.17% | 9.42% | 0.00% |
45.88% |
HEX | 42 | 7D | 8A |
Decimal | 66 | 125 | 138 |
Binary | 1000010 | 1111101 | 10001010 |
Octal | 102 | 175 | 212 |
Examples of css and html codes for elements with #427D8A color. Also use rgb(66,125,138) instead hex code.
.myTextColor { color: #427D8A; }
<p style="color:#427D8A">This sample text font color is #427D8A.</p>
This text font color is #427D8A.
.myBgColor { background-color: #427D8A; }
<div style="background-color:#427D8A">Inner text</div>
This div background color is #427D8A.
.myBorderColor { border: 1px solid #427D8A; }
<div style="border:3px solid #427D8A">Div</div>
This div border color is #427D8A.
.myOpacity80 { color: #427D8A; opacity: 0.8; }
<p style="color:#427D8A;opacity:0.8;">80%</p>
Text with #427D8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427D8A;}
<p style="text-shadow: 3px 3px 1px #427D8A">Text here.</p>
This text has shadow with #427D8A color.
.textShadow {text-shadow: 3px 3px 1px #427D8A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427D8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #427D8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427D8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427D8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #427D8A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427D8A; -webkit-box-shadow: 1px 1px 3px 2px #427D8A; box-shadow: 1px 1px 3px 2px #427D8A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427D8A; -webkit-box-shadow: 1px 1px 3px 2px #427D8A; box-shadow:1px 1px 3px 2px #427D8A;">
Div content here</div>
This text has color #427D8A on black background.
This text has color #427D8A on white background.
This text has black color on #427D8A background.
This text has white color on #427D8A background.