COLOR #999596

HEX: #999596
RGB: (153,149,150)

Color info

#999596 contains red, green and blue colors in about the same proportion. Web safe color of #999596 is #999999 (or #999).

RGB color model

#999596 color RGB value is (153,149,150).

  • red value is 153;
  • green value is 149;
  • blue value is 150.
RGB:
(153,149,150)
(60%,58%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 150 of 255 = 59%

153
149
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 150 = 452 (100%)
R 153 of 452 ~ 33.85%
G 149 of 452 ~ 32.96%
B 150 of 452 ~ 33.19%

%33.85
%32.96
%33.19

CMYK color model

#999596 color CMYK value is (0,3,2,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,3,2,40)
C0M3Y2K40 
(0%,3%,2%,40%)
(0.00/0.03/0.02/0.40)	

CMYK percentages

%0
%2.61
%1.96
%40

Codes

Color #999596 in popluar color models

999596
RGB153149150
HSL345°1.92%59.22%
HSB/HSV345°2.61%60.00%
CMYK0.00%2.61%1.96%
40.00%

Color #999596 in popluar number systems.

HEX999596
Decimal153149150
Binary100110011001010110010110
Octal231225226

Shades and tints

Shades of #999596

#999596
(153,149,150)
#8C8889
(140,136,137)
#7F7B7C
(127,123,124)
#726E6F
(114,110,111)
#656162
(101,97,98)
#585455
(88,84,85)
#4B4748
(75,71,72)
#3E3A3B
(62,58,59)
#312D2E
(49,45,46)
#242021
(36,32,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #999596

#999596
(153,149,150)
#A29E9F
(162,158,159)
#ABA7A8
(171,167,168)
#B4B0B1
(180,176,177)
#BDB9BA
(189,185,186)
#C6C2C3
(198,194,195)
#CFCBCC
(207,203,204)
#D8D4D5
(216,212,213)
#E1DDDE
(225,221,222)
#EAE6E7
(234,230,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999596; }

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

This text font color is #999596.


Background Color

.myBgColor { background-color: #999596; }

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

This div background color is #999596.


Border color

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

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

This div border color is #999596.


Opacity

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

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

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

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

This text has shadow with #999596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999596 on black background.


Color preview on white background

This text has color #999596 on white background.



Black color preview on #999596 background

This text has black color on #999596 background.


White color preview on #999596 background

This text has white color on #999596 background.