HEX: #63587E
RGB: (99,88,126)
#63587E contains red, green and blue colors in about the same proportion. Web safe color of #63587E is #666666 (or #666).
#63587E color RGB value is (99,88,126).
RGB: (99,88,126)
(39%, 35%, 49%)
R 99 of 255 = 39%
G 88 of 255 = 35%
B 126 of 255 = 49%
R + G + B ~ 41%. #63587E is middle color (not dark and not light).
R + G + B = 99 + 88 + 126 = 313 (100%)
R 99 of 313 ~ 31.63%
G 88 of 313 ~ 28.12%
B 126 of 313 ~ 40.26'%
#63587E color CMYK value is (21,30,0,51).
CMYK: (21,30,0,51) C21M30Y0K51 (21%,30%,0%,51%) (0.21/0.30/0.00/0.51)
Color #63587E in popluar color models
63 | 58 | 7E | |
---|---|---|---|
RGB | 99 | 88 | 126 |
HSL | 257° | 17.76% | 41.96% |
HSB/HSV | 257° | 30.16% | 49.41% |
CMYK | 21.43% | 30.16% | 0.00% |
50.59% |
Color #63587E in popluar number systems.
HEX | 63 | 58 | 7E |
Decimal | 99 | 88 | 126 |
Binary | 1100011 | 1011000 | 1111110 |
Octal | 143 | 130 | 176 |
Shades of #63587E
Tints of #63587E
Examples of css and html codes for elements with #63587E color. Also use rgb(99,88,126) instead hex code.
.myTextColor { color: #63587E; }
<p style="color:#63587E">This sample text font color is #63587E.</p>
This text font color is #63587E.
.myBgColor { background-color: #63587E; }
<div style="background-color:#63587E">Inner text</div>
This div background color is #63587E.
.myBorderColor { border: 1px solid #63587E; }
<div style="border:3px solid #63587E">Div</div>
This div border color is #63587E.
.myOpacity80 { color: #63587E; opacity: 0.8; }
<p style="color:#63587E;opacity:0.8;">80%</p>
Text with #63587E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63587E;}
<p style="text-shadow: 3px 3px 1px #63587E">Text here.</p>
This text has shadow with #63587E color.
.textShadow {text-shadow: 3px 3px 1px #63587E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63587E, 5px 5px 20px red">Text here.</p>
This text has shadow with #63587E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63587E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63587E, Direction=45, Strength=4)">Text</p>
This text has shadow with #63587E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63587E;
-webkit-box-shadow: 1px 1px 3px 2px #63587E;
box-shadow: 1px 1px 3px 2px #63587E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63587E; -webkit-box-shadow: 1px 1px 3px 2px #63587E; box-shadow:1px 1px 3px 2px #63587E;">
Div content here
</div>
This text has color #63587E on black background.
This text has color #63587E on white background.
This text has black color on #63587E background.
This text has white color on #63587E background.
Complementary color for #hex is #9CA781.