COLOR #965C7A

HEX: #965C7A
RGB: (150,92,122)

Color info

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

RGB color model

#965C7A color RGB value is (150,92,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 122 of 255 = 48%

150
92
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 92 + 122 = 364 (100%)
R 150 of 364 ~ 41.21%
G 92 of 364 ~ 25.27%
B 122 of 364 ~ 33.52%

%41.21
%25.27
%33.52

CMYK color model

#965C7A color CMYK value is (0,39,19,41).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(0,39,19,41)
C0M39Y19K41 
(0%,39%,19%,41%)
(0.00/0.39/0.19/0.41)	

CMYK percentages

%0
%38.67
%18.67
%41.18

Codes

Color #965C7A in popluar color models

965C7A
RGB15092122
HSL329°23.97%47.45%
HSB/HSV329°38.67%58.82%
CMYK0.00%38.67%18.67%
41.18%

Color #965C7A in popluar number systems.

HEX965C7A
Decimal15092122
Binary1001011010111001111010
Octal226134172

Shades and tints

Shades of #965C7A

#965C7A
(150,92,122)
#89546F
(137,84,111)
#7C4C64
(124,76,100)
#6F4459
(111,68,89)
#623C4E
(98,60,78)
#553443
(85,52,67)
#482C38
(72,44,56)
#3B242D
(59,36,45)
#2E1C22
(46,28,34)
#211417
(33,20,23)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #965C7A

#965C7A
(150,92,122)
#9F6A86
(159,106,134)
#A87892
(168,120,146)
#B1869E
(177,134,158)
#BA94AA
(186,148,170)
#C3A2B6
(195,162,182)
#CCB0C2
(204,176,194)
#D5BECE
(213,190,206)
#DECCDA
(222,204,218)
#E7DAE6
(231,218,230)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965C7A; }

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

This text font color is #965C7A.


Background Color

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

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

This div background color is #965C7A.


Border color

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

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

This div border color is #965C7A.


Opacity

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

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

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

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

This text has shadow with #965C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965C7A on black background.


Color preview on white background

This text has color #965C7A on white background.



Black color preview on #965C7A background

This text has black color on #965C7A background.


White color preview on #965C7A background

This text has white color on #965C7A background.