COLOR #965D79

HEX: #965D79
RGB: (150,93,121)

Color info

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

RGB color model

#965D79 color RGB value is (150,93,121).

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

RGB channels and saturation

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

150
93
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 121 = 364 (100%)
R 150 of 364 ~ 41.21%
G 93 of 364 ~ 25.55%
B 121 of 364 ~ 33.24%

%41.21
%25.55
%33.24

CMYK color model

#965D79 color CMYK value is (0,38,19,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(0,38,19,41)
C0M38Y19K41 
(0%,38%,19%,41%)
(0.00/0.38/0.19/0.41)	

CMYK percentages

%0
%38
%19.33
%41.18

Codes

Color #965D79 in popluar color models

965D79
RGB15093121
HSL331°23.46%47.65%
HSB/HSV331°38.00%58.82%
CMYK0.00%38.00%19.33%
41.18%

Color #965D79 in popluar number systems.

HEX965D79
Decimal15093121
Binary1001011010111011111001
Octal226135171

Shades and tints

Shades of #965D79

#965D79
(150,93,121)
#89556E
(137,85,110)
#7C4D63
(124,77,99)
#6F4558
(111,69,88)
#623D4D
(98,61,77)
#553542
(85,53,66)
#482D37
(72,45,55)
#3B252C
(59,37,44)
#2E1D21
(46,29,33)
#211516
(33,21,22)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #965D79

#965D79
(150,93,121)
#9F6B85
(159,107,133)
#A87991
(168,121,145)
#B1879D
(177,135,157)
#BA95A9
(186,149,169)
#C3A3B5
(195,163,181)
#CCB1C1
(204,177,193)
#D5BFCD
(213,191,205)
#DECDD9
(222,205,217)
#E7DBE5
(231,219,229)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D79; }

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

This text font color is #965D79.


Background Color

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

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

This div background color is #965D79.


Border color

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

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

This div border color is #965D79.


Opacity

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

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

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

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

This text has shadow with #965D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D79 on black background.


Color preview on white background

This text has color #965D79 on white background.



Black color preview on #965D79 background

This text has black color on #965D79 background.


White color preview on #965D79 background

This text has white color on #965D79 background.