COLOR #965B79

HEX: #965B79
RGB: (150,91,121)

Color info

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

RGB color model

#965B79 color RGB value is (150,91,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 91 of 255 = 36%
B 121 of 255 = 47%

150
91
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 91 + 121 = 362 (100%)
R 150 of 362 ~ 41.44%
G 91 of 362 ~ 25.14%
B 121 of 362 ~ 33.43%

%41.44
%25.14
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.33%
  • yellow value is 19.33%
  • 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
%39.33
%19.33
%41.18

Codes

Color #965B79 in popluar color models

965B79
RGB15091121
HSL329°24.48%47.25%
HSB/HSV329°39.33%58.82%
CMYK0.00%39.33%19.33%
41.18%

Color #965B79 in popluar number systems.

HEX965B79
Decimal15091121
Binary1001011010110111111001
Octal226133171

Shades and tints

Shades of #965B79

#965B79
(150,91,121)
#89536E
(137,83,110)
#7C4B63
(124,75,99)
#6F4358
(111,67,88)
#623B4D
(98,59,77)
#553342
(85,51,66)
#482B37
(72,43,55)
#3B232C
(59,35,44)
#2E1B21
(46,27,33)
#211316
(33,19,22)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #965B79

#965B79
(150,91,121)
#9F6985
(159,105,133)
#A87791
(168,119,145)
#B1859D
(177,133,157)
#BA93A9
(186,147,169)
#C3A1B5
(195,161,181)
#CCAFC1
(204,175,193)
#D5BDCD
(213,189,205)
#DECBD9
(222,203,217)
#E7D9E5
(231,217,229)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965B79 color. Also use rgb(150,91,121) instead hex code.

Text Font Color

.myTextColor { color: #965B79; }

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

This text font color is #965B79.


Background Color

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

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

This div background color is #965B79.


Border color

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

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

This div border color is #965B79.


Opacity

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

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

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

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

This text has shadow with #965B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965B79 on black background.


Color preview on white background

This text has color #965B79 on white background.



Black color preview on #965B79 background

This text has black color on #965B79 background.


White color preview on #965B79 background

This text has white color on #965B79 background.