HEX: #963463
RGB: (150,52,99)
#963463 contains mainly red and blue colors. Web safe color of #963463 is #993366 (or #936).
#963463 color RGB value is (150,52,99).
RGB: (150,52,99)
(59%, 20%, 39%)
R 150 of 255 = 59%
G 52 of 255 = 20%
B 99 of 255 = 39%
R + G + B ~ 39%. #963463 is quite dark color.
R + G + B = 150 + 52 + 99 = 301 (100%)
R 150 of 301 ~ 49.83%
G 52 of 301 ~ 17.28%
B 99 of 301 ~ 32.89'%
#963463 color CMYK value is (0,65,34,41).
CMYK: (0,65,34,41)
C0M65Y34K41 (0%, 65%, 34%, 41%)
(0.00 / 0.65 / 0.34 / 0.41)
Color #963463 in popluar color models
96 | 34 | 63 | |
---|---|---|---|
RGB | 150 | 52 | 99 |
HSL | 331° | 48.51% | 39.61% |
HSB/HSV | 331° | 65.33% | 58.82% |
CMYK | 0.00% | 65.33% | 34.00% |
41.18% |
Color #963463 in popluar number systems.
HEX | 96 | 34 | 63 |
Decimal | 150 | 52 | 99 |
Binary | 10010110 | 110100 | 1100011 |
Octal | 226 | 64 | 143 |
Shades of #963463
Tints of #963463
Examples of css and html codes for elements with #963463 color. Also use rgb(150,52,99) instead hex code.
.myTextColor { color: #963463; }
<p style="color:#963463">This sample text font color is #963463.</p>
This text font color is #963463.
.myBgColor { background-color: #963463; }
<div style="background-color:#963463">Inner text</div>
This div background color is #963463.
.myBorderColor { border: 1px solid #963463; }
<div style="border:3px solid #963463">Div</div>
This div border color is #963463.
.myOpacity80 { color: #963463; opacity: 0.8; }
<p style="color:#963463;opacity:0.8;">80%</p>
Text with #963463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #963463;}
<p style="text-shadow: 3px 3px 1px #963463">Text here.</p>
This text has shadow with #963463 color.
.textShadow {text-shadow: 3px 3px 1px #963463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #963463, 5px 5px 20px red">Text here.</p>
This text has shadow with #963463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#963463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#963463, Direction=45, Strength=4)">Text</p>
This text has shadow with #963463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #963463;
-webkit-box-shadow: 1px 1px 3px 2px #963463;
box-shadow: 1px 1px 3px 2px #963463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #963463; -webkit-box-shadow: 1px 1px 3px 2px #963463; box-shadow:1px 1px 3px 2px #963463;">
Div content here
</div>
This text has color #963463 on black background.
This text has color #963463 on white background.
This text has black color on #963463 background.
This text has white color on #963463 background.
Complementary color for #hex is #69CB9C.