HEX: #425688
RGB: (66,86,136)
#425688 contains mainly green and blue colors. Web safe color of #425688 is #336699 (or #369).
#425688 color RGB value is (66,86,136).
RGB: (66,86,136) (26%,34%,53%)
R 66 of 255 = 26%
G 86 of 255 = 34%
B 136 of 255 = 53%
R + G + B ~ 38%. #425688 is quite dark color.
R + G + B =
66 + 86 + 136 = 288 (100%)
R 66 of 288 ~ 22.92%
G 86 of 288 ~ 29.86%
B 136 of 288 ~ 47.22%
#425688 color CMYK value is (51,37,0,47).
CMYK: (51,37,0,47) C51M37Y0K47 (51%,37%,0%,47%) (0.51/0.37/0.00/0.47)
42 | 56 | 88 | |
---|---|---|---|
RGB | 66 | 86 | 136 |
HSL | 223° | 34.65% | 39.61% |
HSB/HSV | 223° | 51.47% | 53.33% |
CMYK | 51.47% | 36.76% | 0.00% |
46.67% |
HEX | 42 | 56 | 88 |
Decimal | 66 | 86 | 136 |
Binary | 1000010 | 1010110 | 10001000 |
Octal | 102 | 126 | 210 |
Examples of css and html codes for elements with #425688 color. Also use rgb(66,86,136) instead hex code.
.myTextColor { color: #425688; }
<p style="color:#425688">This sample text font color is #425688.</p>
This text font color is #425688.
.myBgColor { background-color: #425688; }
<div style="background-color:#425688">Inner text</div>
This div background color is #425688.
.myBorderColor { border: 1px solid #425688; }
<div style="border:3px solid #425688">Div</div>
This div border color is #425688.
.myOpacity80 { color: #425688; opacity: 0.8; }
<p style="color:#425688;opacity:0.8;">80%</p>
Text with #425688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #425688;}
<p style="text-shadow: 3px 3px 1px #425688">Text here.</p>
This text has shadow with #425688 color.
.textShadow {text-shadow: 3px 3px 1px #425688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #425688, 5px 5px 20px red">Text here.</p>
This text has shadow with #425688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#425688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#425688, Direction=45, Strength=4)">Text</p>
This text has shadow with #425688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #425688; -webkit-box-shadow: 1px 1px 3px 2px #425688; box-shadow: 1px 1px 3px 2px #425688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #425688; -webkit-box-shadow: 1px 1px 3px 2px #425688; box-shadow:1px 1px 3px 2px #425688;">
Div content here</div>
This text has color #425688 on black background.
This text has color #425688 on white background.
This text has black color on #425688 background.
This text has white color on #425688 background.