COLOR #964378

HEX: #964378
RGB: (150,67,120)

Color info

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

RGB color model

#964378 color RGB value is (150,67,120).

  • red value is 150;
  • green value is 67;
  • blue value is 120.
RGB:
(150,67,120)
(59%,26%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 67 of 255 = 26%
B 120 of 255 = 47%

150
67
120

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

Portions of RGB colors in percentages

R + G + B =
150 + 67 + 120 = 337 (100%)
R 150 of 337 ~ 44.51%
G 67 of 337 ~ 19.88%
B 120 of 337 ~ 35.61%

%44.51
%19.88
%35.61

CMYK color model

#964378 color CMYK value is (0,55,20,41).

  • cyan value is 0.00%
  • magenta value is 55.33%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,55,20,41)
C0M55Y20K41 
(0%,55%,20%,41%)
(0.00/0.55/0.20/0.41)	

CMYK percentages

%0
%55.33
%20
%41.18

Codes

Color #964378 in popluar color models

964378
RGB15067120
HSL322°38.25%42.55%
HSB/HSV322°55.33%58.82%
CMYK0.00%55.33%20.00%
41.18%

Color #964378 in popluar number systems.

HEX964378
Decimal15067120
Binary1001011010000111111000
Octal226103170

Shades and tints

Shades of #964378

#964378
(150,67,120)
#893D6E
(137,61,110)
#7C3764
(124,55,100)
#6F315A
(111,49,90)
#622B50
(98,43,80)
#552546
(85,37,70)
#481F3C
(72,31,60)
#3B1932
(59,25,50)
#2E1328
(46,19,40)
#210D1E
(33,13,30)
#140714
(20,7,20)
#000000
(0,0,0)

Tints of #964378

#964378
(150,67,120)
#9F5484
(159,84,132)
#A86590
(168,101,144)
#B1769C
(177,118,156)
#BA87A8
(186,135,168)
#C398B4
(195,152,180)
#CCA9C0
(204,169,192)
#D5BACC
(213,186,204)
#DECBD8
(222,203,216)
#E7DCE4
(231,220,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964378 color. Also use rgb(150,67,120) instead hex code.

Text Font Color

.myTextColor { color: #964378; }

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

This text font color is #964378.


Background Color

.myBgColor { background-color: #964378; }

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

This div background color is #964378.


Border color

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

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

This div border color is #964378.


Opacity

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

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

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

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

This text has shadow with #964378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964378 on black background.


Color preview on white background

This text has color #964378 on white background.



Black color preview on #964378 background

This text has black color on #964378 background.


White color preview on #964378 background

This text has white color on #964378 background.