COLOR #966960

HEX: #966960
RGB: (150,105,96)

Color info

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

RGB color model

#966960 color RGB value is (150,105,96).

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

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 96 of 255 = 38%

150
105
96

R + G + B ~ 46%. #966960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 105 + 96 = 351 (100%)
R 150 of 351 ~ 42.74%
G 105 of 351 ~ 29.91%
B 96 of 351 ~ 27.35%

%42.74
%29.91
%27.35

CMYK color model

#966960 color CMYK value is (0,30,36,41).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 36.00%
  • key color value is 41.18%
CMYK:
(0,30,36,41)
C0M30Y36K41 
(0%,30%,36%,41%)
(0.00/0.30/0.36/0.41)	

CMYK percentages

%0
%30
%36
%41.18

Codes

Color #966960 in popluar color models

966960
RGB15010596
HSL10°21.95%48.24%
HSB/HSV10°36.00%58.82%
CMYK0.00%30.00%36.00%
41.18%

Color #966960 in popluar number systems.

HEX966960
Decimal15010596
Binary1001011011010011100000
Octal226151140

Shades and tints

Shades of #966960

#966960
(150,105,96)
#896058
(137,96,88)
#7C5750
(124,87,80)
#6F4E48
(111,78,72)
#624540
(98,69,64)
#553C38
(85,60,56)
#483330
(72,51,48)
#3B2A28
(59,42,40)
#2E2120
(46,33,32)
#211818
(33,24,24)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #966960

#966960
(150,105,96)
#9F766E
(159,118,110)
#A8837C
(168,131,124)
#B1908A
(177,144,138)
#BA9D98
(186,157,152)
#C3AAA6
(195,170,166)
#CCB7B4
(204,183,180)
#D5C4C2
(213,196,194)
#DED1D0
(222,209,208)
#E7DEDE
(231,222,222)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966960; }

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

This text font color is #966960.


Background Color

.myBgColor { background-color: #966960; }

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

This div background color is #966960.


Border color

.myBorderColor { border: 1px solid #966960; }

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

This div border color is #966960.


Opacity

.myOpacity80 { color: #966960; opacity: 0.8; }

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

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

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

This text has shadow with #966960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966960 on black background.


Color preview on white background

This text has color #966960 on white background.



Black color preview on #966960 background

This text has black color on #966960 background.


White color preview on #966960 background

This text has white color on #966960 background.