HEX: #63325E
RGB: (99,50,94)
#63325E contains red, green and blue colors in about the same proportion. Web safe color of #63325E is #663366 (or #636).
#63325E color RGB value is (99,50,94).
RGB: (99,50,94)
(39%, 20%, 37%)
R 99 of 255 = 39%
G 50 of 255 = 20%
B 94 of 255 = 37%
R + G + B ~ 32%. #63325E is quite dark color.
R + G + B = 99 + 50 + 94 = 243 (100%)
R 99 of 243 ~ 40.74%
G 50 of 243 ~ 20.58%
B 94 of 243 ~ 38.68'%
#63325E color CMYK value is (0,49,5,61).
CMYK: (0,49,5,61)
C0M49Y5K61 (0%, 49%, 5%, 61%)
(0.00 / 0.49 / 0.05 / 0.61)
Color #63325E in popluar color models
63 | 32 | 5E | |
---|---|---|---|
RGB | 99 | 50 | 94 |
HSL | 306° | 32.89% | 29.22% |
HSB/HSV | 306° | 49.49% | 38.82% |
CMYK | 0.00% | 49.49% | 5.05% |
61.18% |
Color #63325E in popluar number systems.
HEX | 63 | 32 | 5E |
Decimal | 99 | 50 | 94 |
Binary | 1100011 | 110010 | 1011110 |
Octal | 143 | 62 | 136 |
Shades of #63325E
Tints of #63325E
Examples of css and html codes for elements with #63325E color. Also use rgb(99,50,94) instead hex code.
.myTextColor { color: #63325E; }
<p style="color:#63325E">This sample text font color is #63325E.</p>
This text font color is #63325E.
.myBgColor { background-color: #63325E; }
<div style="background-color:#63325E">Inner text</div>
This div background color is #63325E.
.myBorderColor { border: 1px solid #63325E; }
<div style="border:3px solid #63325E">Div</div>
This div border color is #63325E.
.myOpacity80 { color: #63325E; opacity: 0.8; }
<p style="color:#63325E;opacity:0.8;">80%</p>
Text with #63325E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63325E;}
<p style="text-shadow: 3px 3px 1px #63325E">Text here.</p>
This text has shadow with #63325E color.
.textShadow {text-shadow: 3px 3px 1px #63325E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63325E, 5px 5px 20px red">Text here.</p>
This text has shadow with #63325E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63325E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63325E, Direction=45, Strength=4)">Text</p>
This text has shadow with #63325E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63325E;
-webkit-box-shadow: 1px 1px 3px 2px #63325E;
box-shadow: 1px 1px 3px 2px #63325E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63325E; -webkit-box-shadow: 1px 1px 3px 2px #63325E; box-shadow:1px 1px 3px 2px #63325E;">
Div content here
</div>
This text has color #63325E on black background.
This text has color #63325E on white background.
This text has black color on #63325E background.
This text has white color on #63325E background.
Complementary color for #hex is #9CCDA1.