COLOR #996576

HEX: #996576
RGB: (153,101,118)

Color info

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

RGB color model

#996576 color RGB value is (153,101,118).

  • red value is 153;
  • green value is 101;
  • blue value is 118.
RGB:
(153,101,118)
(60%,40%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 101 of 255 = 40%
B 118 of 255 = 46%

153
101
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 101 + 118 = 372 (100%)
R 153 of 372 ~ 41.13%
G 101 of 372 ~ 27.15%
B 118 of 372 ~ 31.72%

%41.13
%27.15
%31.72

CMYK color model

#996576 color CMYK value is (0,34,23,40).

  • cyan value is 0.00%
  • magenta value is 33.99%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,34,23,40)
C0M34Y23K40 
(0%,34%,23%,40%)
(0.00/0.34/0.23/0.40)	

CMYK percentages

%0
%33.99
%22.88
%40

Codes

Color #996576 in popluar color models

996576
RGB153101118
HSL340°20.47%49.80%
HSB/HSV340°33.99%60.00%
CMYK0.00%33.99%22.88%
40.00%

Color #996576 in popluar number systems.

HEX996576
Decimal153101118
Binary1001100111001011110110
Octal231145166

Shades and tints

Shades of #996576

#996576
(153,101,118)
#8C5C6C
(140,92,108)
#7F5362
(127,83,98)
#724A58
(114,74,88)
#65414E
(101,65,78)
#583844
(88,56,68)
#4B2F3A
(75,47,58)
#3E2630
(62,38,48)
#311D26
(49,29,38)
#24141C
(36,20,28)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #996576

#996576
(153,101,118)
#A27382
(162,115,130)
#AB818E
(171,129,142)
#B48F9A
(180,143,154)
#BD9DA6
(189,157,166)
#C6ABB2
(198,171,178)
#CFB9BE
(207,185,190)
#D8C7CA
(216,199,202)
#E1D5D6
(225,213,214)
#EAE3E2
(234,227,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996576 color. Also use rgb(153,101,118) instead hex code.

Text Font Color

.myTextColor { color: #996576; }

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

This text font color is #996576.


Background Color

.myBgColor { background-color: #996576; }

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

This div background color is #996576.


Border color

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

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

This div border color is #996576.


Opacity

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

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

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

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

This text has shadow with #996576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996576 on black background.


Color preview on white background

This text has color #996576 on white background.



Black color preview on #996576 background

This text has black color on #996576 background.


White color preview on #996576 background

This text has white color on #996576 background.