COLOR #999976

HEX: #999976
RGB: (153,153,118)

Color info

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

RGB color model

#999976 color RGB value is (153,153,118).

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

RGB channels and saturation

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

153
153
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 118 = 424 (100%)
R 153 of 424 ~ 36.08%
G 153 of 424 ~ 36.08%
B 118 of 424 ~ 27.83%

%36.08
%36.08
%27.83

CMYK color model

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

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

CMYK percentages

%0
%0
%22.88
%40

Codes

Color #999976 in popluar color models

999976
RGB153153118
HSL60°14.64%53.14%
HSB/HSV60°22.88%60.00%
CMYK0.00%0.00%22.88%
40.00%

Color #999976 in popluar number systems.

HEX999976
Decimal153153118
Binary10011001100110011110110
Octal231231166

Shades and tints

Shades of #999976

#999976
(153,153,118)
#8C8C6C
(140,140,108)
#7F7F62
(127,127,98)
#727258
(114,114,88)
#65654E
(101,101,78)
#585844
(88,88,68)
#4B4B3A
(75,75,58)
#3E3E30
(62,62,48)
#313126
(49,49,38)
#24241C
(36,36,28)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #999976

#999976
(153,153,118)
#A2A282
(162,162,130)
#ABAB8E
(171,171,142)
#B4B49A
(180,180,154)
#BDBDA6
(189,189,166)
#C6C6B2
(198,198,178)
#CFCFBE
(207,207,190)
#D8D8CA
(216,216,202)
#E1E1D6
(225,225,214)
#EAEAE2
(234,234,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999976; }

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

This text font color is #999976.


Background Color

.myBgColor { background-color: #999976; }

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

This div background color is #999976.


Border color

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

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

This div border color is #999976.


Opacity

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

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

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

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

This text has shadow with #999976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999976 on black background.


Color preview on white background

This text has color #999976 on white background.



Black color preview on #999976 background

This text has black color on #999976 background.


White color preview on #999976 background

This text has white color on #999976 background.