COLOR #964066

HEX: #964066
RGB: (150,64,102)

Color info

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

RGB color model

#964066 color RGB value is (150,64,102).

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

RGB channels and saturation

R 150 of 255 = 59%
G 64 of 255 = 25%
B 102 of 255 = 40%

150
64
102

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

Portions of RGB colors in percentages

R + G + B =
150 + 64 + 102 = 316 (100%)
R 150 of 316 ~ 47.47%
G 64 of 316 ~ 20.25%
B 102 of 316 ~ 32.28%

%47.47
%20.25
%32.28

CMYK color model

#964066 color CMYK value is (0,57,32,41).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 32.00%
  • key color value is 41.18%
CMYK:
(0,57,32,41)
C0M57Y32K41 
(0%,57%,32%,41%)
(0.00/0.57/0.32/0.41)	

CMYK percentages

%0
%57.33
%32
%41.18

Codes

Color #964066 in popluar color models

964066
RGB15064102
HSL333°40.19%41.96%
HSB/HSV333°57.33%58.82%
CMYK0.00%57.33%32.00%
41.18%

Color #964066 in popluar number systems.

HEX964066
Decimal15064102
Binary1001011010000001100110
Octal226100146

Shades and tints

Shades of #964066

#964066
(150,64,102)
#893B5D
(137,59,93)
#7C3654
(124,54,84)
#6F314B
(111,49,75)
#622C42
(98,44,66)
#552739
(85,39,57)
#482230
(72,34,48)
#3B1D27
(59,29,39)
#2E181E
(46,24,30)
#211315
(33,19,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #964066

#964066
(150,64,102)
#9F5173
(159,81,115)
#A86280
(168,98,128)
#B1738D
(177,115,141)
#BA849A
(186,132,154)
#C395A7
(195,149,167)
#CCA6B4
(204,166,180)
#D5B7C1
(213,183,193)
#DEC8CE
(222,200,206)
#E7D9DB
(231,217,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964066; }

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

This text font color is #964066.


Background Color

.myBgColor { background-color: #964066; }

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

This div background color is #964066.


Border color

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

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

This div border color is #964066.


Opacity

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

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

Text with #964066 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 #964066;}

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

This text has shadow with #964066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964066 on black background.


Color preview on white background

This text has color #964066 on white background.



Black color preview on #964066 background

This text has black color on #964066 background.


White color preview on #964066 background

This text has white color on #964066 background.