COLOR #966577

HEX: #966577
RGB: (150,101,119)

Color info

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

RGB color model

#966577 color RGB value is (150,101,119).

  • red value is 150;
  • green value is 101;
  • blue value is 119.
RGB:
(150,101,119)
(59%,40%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 119 of 255 = 47%

150
101
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 119 = 370 (100%)
R 150 of 370 ~ 40.54%
G 101 of 370 ~ 27.3%
B 119 of 370 ~ 32.16%

%40.54
%27.3
%32.16

CMYK color model

#966577 color CMYK value is (0,33,21,41).

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,33,21,41)
C0M33Y21K41 
(0%,33%,21%,41%)
(0.00/0.33/0.21/0.41)	

CMYK percentages

%0
%32.67
%20.67
%41.18

Codes

Color #966577 in popluar color models

966577
RGB150101119
HSL338°19.52%49.22%
HSB/HSV338°32.67%58.82%
CMYK0.00%32.67%20.67%
41.18%

Color #966577 in popluar number systems.

HEX966577
Decimal150101119
Binary1001011011001011110111
Octal226145167

Shades and tints

Shades of #966577

#966577
(150,101,119)
#895C6D
(137,92,109)
#7C5363
(124,83,99)
#6F4A59
(111,74,89)
#62414F
(98,65,79)
#553845
(85,56,69)
#482F3B
(72,47,59)
#3B2631
(59,38,49)
#2E1D27
(46,29,39)
#21141D
(33,20,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #966577

#966577
(150,101,119)
#9F7383
(159,115,131)
#A8818F
(168,129,143)
#B18F9B
(177,143,155)
#BA9DA7
(186,157,167)
#C3ABB3
(195,171,179)
#CCB9BF
(204,185,191)
#D5C7CB
(213,199,203)
#DED5D7
(222,213,215)
#E7E3E3
(231,227,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966577 color. Also use rgb(150,101,119) instead hex code.

Text Font Color

.myTextColor { color: #966577; }

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

This text font color is #966577.


Background Color

.myBgColor { background-color: #966577; }

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

This div background color is #966577.


Border color

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

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

This div border color is #966577.


Opacity

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

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

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

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

This text has shadow with #966577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966577 on black background.


Color preview on white background

This text has color #966577 on white background.



Black color preview on #966577 background

This text has black color on #966577 background.


White color preview on #966577 background

This text has white color on #966577 background.