COLOR #964063

HEX: #964063
RGB: (150,64,99)

Color info

#964063 contains mainly red and blue colors. Web safe color of #964063 is #993366 (or #936).

RGB color model

#964063 color RGB value is (150,64,99).

  • red value is 150;
  • green value is 64;
  • blue value is 99.
RGB:
(150,64,99)
(59%,25%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 64 of 255 = 25%
B 99 of 255 = 39%

150
64
99

R + G + B ~ 41%. #964063 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 64 + 99 = 313 (100%)
R 150 of 313 ~ 47.92%
G 64 of 313 ~ 20.45%
B 99 of 313 ~ 31.63%

%47.92
%20.45
%31.63

CMYK color model

#964063 color CMYK value is (0,57,34,41).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 34.00%
  • key color value is 41.18%
CMYK:
(0,57,34,41)
C0M57Y34K41 
(0%,57%,34%,41%)
(0.00/0.57/0.34/0.41)	

CMYK percentages

%0
%57.33
%34
%41.18

Codes

Color #964063 in popluar color models

964063
RGB1506499
HSL336°40.19%41.96%
HSB/HSV336°57.33%58.82%
CMYK0.00%57.33%34.00%
41.18%

Color #964063 in popluar number systems.

HEX964063
Decimal1506499
Binary1001011010000001100011
Octal226100143

Shades and tints

Shades of #964063

#964063
(150,64,99)
#893B5A
(137,59,90)
#7C3651
(124,54,81)
#6F3148
(111,49,72)
#622C3F
(98,44,63)
#552736
(85,39,54)
#48222D
(72,34,45)
#3B1D24
(59,29,36)
#2E181B
(46,24,27)
#211312
(33,19,18)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #964063

#964063
(150,64,99)
#9F5171
(159,81,113)
#A8627F
(168,98,127)
#B1738D
(177,115,141)
#BA849B
(186,132,155)
#C395A9
(195,149,169)
#CCA6B7
(204,166,183)
#D5B7C5
(213,183,197)
#DEC8D3
(222,200,211)
#E7D9E1
(231,217,225)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964063 color. Also use rgb(150,64,99) instead hex code.

Text Font Color

.myTextColor { color: #964063; }

<p style="color:#964063">This sample text font color is #964063.</p>

This text font color is #964063.


Background Color

.myBgColor { background-color: #964063; }

<div style="background-color:#964063">Inner text</div>

This div background color is #964063.


Border color

.myBorderColor { border: 1px solid #964063; }

<div style="border:3px solid #964063">Div</div>

This div border color is #964063.


Opacity

.myOpacity80 { color: #964063; opacity: 0.8; }

<p style="color:#964063;opacity:0.8;">80%</p>

Text with #964063 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #964063;}

<p style="text-shadow: 3px 3px 1px #964063">Text here.</p>

This text has shadow with #964063 color.

.textShadow {text-shadow: 3px 3px 1px #964063, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #964063, 5px 5px 20px red">Text here.</p>

This text has shadow with #964063 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#964063, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#964063, Direction=45, Strength=4)">Text</p>

This text has shadow with #964063 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #964063;
  -webkit-box-shadow:	1px 1px 3px 2px #964063;
  box-shadow:		1px 1px 3px 2px #964063;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #964063;
-webkit-box-shadow: 1px 1px 3px 2px #964063;
box-shadow:1px 1px 3px 2px #964063;">
Div content here</div>
This div box has shadow with color #964063.

Preview

Color preview on black background

This text has color #964063 on black background.


Color preview on white background

This text has color #964063 on white background.



Black color preview on #964063 background

This text has black color on #964063 background.


White color preview on #964063 background

This text has white color on #964063 background.