COLOR #965C78

HEX: #965C78
RGB: (150,92,120)

Color info

#965C78 contains red, green and blue colors in about the same proportion. Web safe color of #965C78 is #996666 (or #966).

RGB color model

#965C78 color RGB value is (150,92,120).

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

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 120 of 255 = 47%

150
92
120

R + G + B ~ 47%. #965C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 92 + 120 = 362 (100%)
R 150 of 362 ~ 41.44%
G 92 of 362 ~ 25.41%
B 120 of 362 ~ 33.15%

%41.44
%25.41
%33.15

CMYK color model

#965C78 color CMYK value is (0,39,20,41).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,39,20,41)
C0M39Y20K41 
(0%,39%,20%,41%)
(0.00/0.39/0.20/0.41)	

CMYK percentages

%0
%38.67
%20
%41.18

Codes

Color #965C78 in popluar color models

965C78
RGB15092120
HSL331°23.97%47.45%
HSB/HSV331°38.67%58.82%
CMYK0.00%38.67%20.00%
41.18%

Color #965C78 in popluar number systems.

HEX965C78
Decimal15092120
Binary1001011010111001111000
Octal226134170

Shades and tints

Shades of #965C78

#965C78
(150,92,120)
#89546E
(137,84,110)
#7C4C64
(124,76,100)
#6F445A
(111,68,90)
#623C50
(98,60,80)
#553446
(85,52,70)
#482C3C
(72,44,60)
#3B2432
(59,36,50)
#2E1C28
(46,28,40)
#21141E
(33,20,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #965C78

#965C78
(150,92,120)
#9F6A84
(159,106,132)
#A87890
(168,120,144)
#B1869C
(177,134,156)
#BA94A8
(186,148,168)
#C3A2B4
(195,162,180)
#CCB0C0
(204,176,192)
#D5BECC
(213,190,204)
#DECCD8
(222,204,216)
#E7DAE4
(231,218,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965C78; }

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

This text font color is #965C78.


Background Color

.myBgColor { background-color: #965C78; }

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

This div background color is #965C78.


Border color

.myBorderColor { border: 1px solid #965C78; }

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

This div border color is #965C78.


Opacity

.myOpacity80 { color: #965C78; opacity: 0.8; }

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

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

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

This text has shadow with #965C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965C78 on black background.


Color preview on white background

This text has color #965C78 on white background.



Black color preview on #965C78 background

This text has black color on #965C78 background.


White color preview on #965C78 background

This text has white color on #965C78 background.