HEX: #428063
RGB: (66,128,99)
#428063 contains mainly green and blue colors. Web safe color of #428063 is #336666 (or #366).
#428063 color RGB value is (66,128,99).
RGB: (66,128,99) (26%,50%,39%)
R 66 of 255 = 26%
G 128 of 255 = 50%
B 99 of 255 = 39%
R + G + B ~ 38%. #428063 is quite dark color.
R + G + B =
66 + 128 + 99 = 293 (100%)
R 66 of 293 ~ 22.53%
G 128 of 293 ~ 43.69%
B 99 of 293 ~ 33.79%
#428063 color CMYK value is (48,0,23,50).
CMYK: (48,0,23,50) C48M0Y23K50 (48%,0%,23%,50%) (0.48/0.00/0.23/0.50)
42 | 80 | 63 | |
---|---|---|---|
RGB | 66 | 128 | 99 |
HSL | 152° | 31.96% | 38.04% |
HSB/HSV | 152° | 48.44% | 50.20% |
CMYK | 48.44% | 0.00% | 22.66% |
49.80% |
HEX | 42 | 80 | 63 |
Decimal | 66 | 128 | 99 |
Binary | 1000010 | 10000000 | 1100011 |
Octal | 102 | 200 | 143 |
Examples of css and html codes for elements with #428063 color. Also use rgb(66,128,99) instead hex code.
.myTextColor { color: #428063; }
<p style="color:#428063">This sample text font color is #428063.</p>
This text font color is #428063.
.myBgColor { background-color: #428063; }
<div style="background-color:#428063">Inner text</div>
This div background color is #428063.
.myBorderColor { border: 1px solid #428063; }
<div style="border:3px solid #428063">Div</div>
This div border color is #428063.
.myOpacity80 { color: #428063; opacity: 0.8; }
<p style="color:#428063;opacity:0.8;">80%</p>
Text with #428063 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #428063;}
<p style="text-shadow: 3px 3px 1px #428063">Text here.</p>
This text has shadow with #428063 color.
.textShadow {text-shadow: 3px 3px 1px #428063, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #428063, 5px 5px 20px red">Text here.</p>
This text has shadow with #428063 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#428063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#428063, Direction=45, Strength=4)">Text</p>
This text has shadow with #428063 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #428063; -webkit-box-shadow: 1px 1px 3px 2px #428063; box-shadow: 1px 1px 3px 2px #428063; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #428063; -webkit-box-shadow: 1px 1px 3px 2px #428063; box-shadow:1px 1px 3px 2px #428063;">
Div content here</div>
This text has color #428063 on black background.
This text has color #428063 on white background.
This text has black color on #428063 background.
This text has white color on #428063 background.