HEX: #63367E
RGB: (99,54,126)
#63367E contains mainly red and blue colors. Web safe color of #63367E is #663366 (or #636).
#63367E color RGB value is (99,54,126).
RGB: (99,54,126)
(39%, 21%, 49%)
R 99 of 255 = 39%
G 54 of 255 = 21%
B 126 of 255 = 49%
R + G + B ~ 36%. #63367E is quite dark color.
R + G + B = 99 + 54 + 126 = 279 (100%)
R 99 of 279 ~ 35.48%
G 54 of 279 ~ 19.35%
B 126 of 279 ~ 45.16'%
#63367E color CMYK value is (21,57,0,51).
CMYK: (21,57,0,51)
C21M57Y0K51 (21%, 57%, 0%, 51%)
(0.21 / 0.57 / 0.00 / 0.51)
Color #63367E in popluar color models
63 | 36 | 7E | |
---|---|---|---|
RGB | 99 | 54 | 126 |
HSL | 278° | 40.00% | 35.29% |
HSB/HSV | 278° | 57.14% | 49.41% |
CMYK | 21.43% | 57.14% | 0.00% |
50.59% |
Color #63367E in popluar number systems.
HEX | 63 | 36 | 7E |
Decimal | 99 | 54 | 126 |
Binary | 1100011 | 110110 | 1111110 |
Octal | 143 | 66 | 176 |
Shades of #63367E
Tints of #63367E
Examples of css and html codes for elements with #63367E color. Also use rgb(99,54,126) instead hex code.
.myTextColor { color: #63367E; }
<p style="color:#63367E">This sample text font color is #63367E.</p>
This text font color is #63367E.
.myBgColor { background-color: #63367E; }
<div style="background-color:#63367E">Inner text</div>
This div background color is #63367E.
.myBorderColor { border: 1px solid #63367E; }
<div style="border:3px solid #63367E">Div</div>
This div border color is #63367E.
.myOpacity80 { color: #63367E; opacity: 0.8; }
<p style="color:#63367E;opacity:0.8;">80%</p>
Text with #63367E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63367E;}
<p style="text-shadow: 3px 3px 1px #63367E">Text here.</p>
This text has shadow with #63367E color.
.textShadow {text-shadow: 3px 3px 1px #63367E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63367E, 5px 5px 20px red">Text here.</p>
This text has shadow with #63367E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63367E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63367E, Direction=45, Strength=4)">Text</p>
This text has shadow with #63367E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63367E;
-webkit-box-shadow: 1px 1px 3px 2px #63367E;
box-shadow: 1px 1px 3px 2px #63367E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63367E; -webkit-box-shadow: 1px 1px 3px 2px #63367E; box-shadow:1px 1px 3px 2px #63367E;">
Div content here
</div>
This text has color #63367E on black background.
This text has color #63367E on white background.
This text has black color on #63367E background.
This text has white color on #63367E background.
Complementary color for #hex is #9CC981.