COLOR #966D7A

HEX: #966D7A RGB: (150,109,122)

Color info

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

RGB color model

#966D7A color RGB value is (150,109,122).

RGB: (150,109,122) (59%, 43%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 122 of 255 = 48%

150
109
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 122 = 381 (100%)
R 150 of 381 ~ 39.37%
G 109 of 381 ~ 28.61%
B 122 of 381 ~ 32.02'%

%39.37
%28.61
%32.02

CMYK color model

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

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

Codes

Color #966D7A in popluar color models

96 6D 7A
RGB 150 109 122
HSL 341° 16.33% 50.78%
HSB/HSV 341° 27.33% 58.82%
CMYK 0.00% 27.33% 18.67%
41.18%

Color #966D7A in popluar number systems.

HEX 96 6D 7A
Decimal 150 109 122
Binary 10010110 1101101 1111010
Octal 226 155 172

Shades and tints

Shades of #966D7A

#966D7A
(150,109,122)
#89646F
(137,100,111)
#7C5B64
(124,91,100)
#6F5259
(111,82,89)
#62494E
(98,73,78)
#554043
(85,64,67)
#483738
(72,55,56)
#3B2E2D
(59,46,45)
#2E2522
(46,37,34)
#211C17
(33,28,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #966D7A

#966D7A
(150,109,122)
#9F7A86
(159,122,134)
#A88792
(168,135,146)
#B1949E
(177,148,158)
#BAA1AA
(186,161,170)
#C3AEB6
(195,174,182)
#CCBBC2
(204,187,194)
#D5C8CE
(213,200,206)
#DED5DA
(222,213,218)
#E7E2E6
(231,226,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D7A; }

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

This text font color is #966D7A.

Background Color

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

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

This div background color is #966D7A.

Border color

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

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

This div border color is #966D7A.

Opacity

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

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

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

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

This text has shadow with #966D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966D7A.

Preview

Color preview on black background

This text has color #966D7A on black background.


Color preview on white background

This text has color #966D7A on white background.


Black color preview on #966D7A background

This text has black color on #966D7A background.


White color preview on #966D7A background

This text has white color on #966D7A background.


Related colors

Complementary color

Complementary color for #hex is #699285.


I love getcolorcode.com

Triadic colors

1 #7A966D and #6D7A96 with #966D7A are triadic colors.

2 #7A6D96 and #6D967A with #966D7A are triadic colors.