COLOR #996F76

HEX: #996F76
RGB: (153,111,118)

Color info

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

RGB color model

#996F76 color RGB value is (153,111,118).

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

RGB channels and saturation

R 153 of 255 = 60%
G 111 of 255 = 44%
B 118 of 255 = 46%

153
111
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 111 + 118 = 382 (100%)
R 153 of 382 ~ 40.05%
G 111 of 382 ~ 29.06%
B 118 of 382 ~ 30.89%

%40.05
%29.06
%30.89

CMYK color model

#996F76 color CMYK value is (0,27,23,40).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,27,23,40)
C0M27Y23K40 
(0%,27%,23%,40%)
(0.00/0.27/0.23/0.40)	

CMYK percentages

%0
%27.45
%22.88
%40

Codes

Color #996F76 in popluar color models

996F76
RGB153111118
HSL350°17.07%51.76%
HSB/HSV350°27.45%60.00%
CMYK0.00%27.45%22.88%
40.00%

Color #996F76 in popluar number systems.

HEX996F76
Decimal153111118
Binary1001100111011111110110
Octal231157166

Shades and tints

Shades of #996F76

#996F76
(153,111,118)
#8C656C
(140,101,108)
#7F5B62
(127,91,98)
#725158
(114,81,88)
#65474E
(101,71,78)
#583D44
(88,61,68)
#4B333A
(75,51,58)
#3E2930
(62,41,48)
#311F26
(49,31,38)
#24151C
(36,21,28)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #996F76

#996F76
(153,111,118)
#A27C82
(162,124,130)
#AB898E
(171,137,142)
#B4969A
(180,150,154)
#BDA3A6
(189,163,166)
#C6B0B2
(198,176,178)
#CFBDBE
(207,189,190)
#D8CACA
(216,202,202)
#E1D7D6
(225,215,214)
#EAE4E2
(234,228,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996F76; }

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

This text font color is #996F76.


Background Color

.myBgColor { background-color: #996F76; }

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

This div background color is #996F76.


Border color

.myBorderColor { border: 1px solid #996F76; }

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

This div border color is #996F76.


Opacity

.myOpacity80 { color: #996F76; opacity: 0.8; }

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

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

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

This text has shadow with #996F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F76 on black background.


Color preview on white background

This text has color #996F76 on white background.



Black color preview on #996F76 background

This text has black color on #996F76 background.


White color preview on #996F76 background

This text has white color on #996F76 background.