COLOR #965C60

HEX: #965C60
RGB: (150,92,96)

Color info

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

RGB color model

#965C60 color RGB value is (150,92,96).

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

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 96 of 255 = 38%

150
92
96

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

Portions of RGB colors in percentages

R + G + B =
150 + 92 + 96 = 338 (100%)
R 150 of 338 ~ 44.38%
G 92 of 338 ~ 27.22%
B 96 of 338 ~ 28.4%

%44.38
%27.22
%28.4

CMYK color model

#965C60 color CMYK value is (0,39,36,41).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 36.00%
  • key color value is 41.18%
CMYK:
(0,39,36,41)
C0M39Y36K41 
(0%,39%,36%,41%)
(0.00/0.39/0.36/0.41)	

CMYK percentages

%0
%38.67
%36
%41.18

Codes

Color #965C60 in popluar color models

965C60
RGB1509296
HSL356°23.97%47.45%
HSB/HSV356°38.67%58.82%
CMYK0.00%38.67%36.00%
41.18%

Color #965C60 in popluar number systems.

HEX965C60
Decimal1509296
Binary1001011010111001100000
Octal226134140

Shades and tints

Shades of #965C60

#965C60
(150,92,96)
#895458
(137,84,88)
#7C4C50
(124,76,80)
#6F4448
(111,68,72)
#623C40
(98,60,64)
#553438
(85,52,56)
#482C30
(72,44,48)
#3B2428
(59,36,40)
#2E1C20
(46,28,32)
#211418
(33,20,24)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #965C60

#965C60
(150,92,96)
#9F6A6E
(159,106,110)
#A8787C
(168,120,124)
#B1868A
(177,134,138)
#BA9498
(186,148,152)
#C3A2A6
(195,162,166)
#CCB0B4
(204,176,180)
#D5BEC2
(213,190,194)
#DECCD0
(222,204,208)
#E7DADE
(231,218,222)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965C60; }

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

This text font color is #965C60.


Background Color

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

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

This div background color is #965C60.


Border color

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

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

This div border color is #965C60.


Opacity

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

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

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

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

This text has shadow with #965C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965C60 on black background.


Color preview on white background

This text has color #965C60 on white background.



Black color preview on #965C60 background

This text has black color on #965C60 background.


White color preview on #965C60 background

This text has white color on #965C60 background.