COLOR #966D79

HEX: #966D79 RGB: (150,109,121)

Color info

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

RGB color model

#966D79 color RGB value is (150,109,121).

RGB: (150,109,121) (59%, 43%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 121 of 255 = 47%

150
109
121

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 121 = 380 (100%)
R 150 of 380 ~ 39.47%
G 109 of 380 ~ 28.68%
B 121 of 380 ~ 31.84'%

%39.47
%28.68
%31.84

CMYK color model

#966D79 color CMYK value is (0,27,19,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 19.33%
  • key color value is 41.18%

CMYK: (0,27,19,41)
C0M27Y19K41 (0%, 27%, 19%, 41%)
(0.00 / 0.27 / 0.19 / 0.41)

CMYK percentages

%0
%27.33
%19.33
%41.18

Codes

Color #966D79 in popluar color models

96 6D 79
RGB 150 109 121
HSL 342° 16.33% 50.78%
HSB/HSV 342° 27.33% 58.82%
CMYK 0.00% 27.33% 19.33%
41.18%

Color #966D79 in popluar number systems.

HEX 96 6D 79
Decimal 150 109 121
Binary 10010110 1101101 1111001
Octal 226 155 171

Shades and tints

Shades of #966D79

#966D79
(150,109,121)
#89646E
(137,100,110)
#7C5B63
(124,91,99)
#6F5258
(111,82,88)
#62494D
(98,73,77)
#554042
(85,64,66)
#483737
(72,55,55)
#3B2E2C
(59,46,44)
#2E2521
(46,37,33)
#211C16
(33,28,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #966D79

#966D79
(150,109,121)
#9F7A85
(159,122,133)
#A88791
(168,135,145)
#B1949D
(177,148,157)
#BAA1A9
(186,161,169)
#C3AEB5
(195,174,181)
#CCBBC1
(204,187,193)
#D5C8CD
(213,200,205)
#DED5D9
(222,213,217)
#E7E2E5
(231,226,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D79; }

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

This text font color is #966D79.

Background Color

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

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

This div background color is #966D79.

Border color

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

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

This div border color is #966D79.

Opacity

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

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

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

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

This text has shadow with #966D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966D79.

Preview

Color preview on black background

This text has color #966D79 on black background.


Color preview on white background

This text has color #966D79 on white background.


Black color preview on #966D79 background

This text has black color on #966D79 background.


White color preview on #966D79 background

This text has white color on #966D79 background.


Related colors

Complementary color

Complementary color for #hex is #699286.


I love getcolorcode.com

Triadic colors

1 #79966D and #6D7996 with #966D79 are triadic colors.

2 #796D96 and #6D9679 with #966D79 are triadic colors.