COLOR #999999

HEX: #999999
RGB: (153,153,153)

Color info

#999999 contains red, green and blue colors in about the same proportion. #999999 color is web safe color. It maybe written shortly as #999.

RGB color model

#999999 color RGB value is (153,153,153).

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

RGB channels and saturation

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

153
153
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 153 = 459 (100%)
R 153 of 459 ~ 33.33%
G 153 of 459 ~ 33.33%
B 153 of 459 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#999999 color CMYK value is (0,0,0,40).

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

CMYK percentages

%0
%0
%0
%40

Codes

Color #999999 in popluar color models

999999
RGB153153153
HSL0.00%0.60%
HSB/HSV0.00%0.60%
CMYK0.00%0.00%0.00%
40.00%

Color #999999 in popluar number systems.

HEX999999
Decimal153153153
Binary100110011001100110011001
Octal231231231

Shades and tints

Shades of #999999

#999999
(153,153,153)
#8C8C8C
(140,140,140)
#7F7F7F
(127,127,127)
#727272
(114,114,114)
#656565
(101,101,101)
#585858
(88,88,88)
#4B4B4B
(75,75,75)
#3E3E3E
(62,62,62)
#313131
(49,49,49)
#242424
(36,36,36)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #999999

#999999
(153,153,153)
#A2A2A2
(162,162,162)
#ABABAB
(171,171,171)
#B4B4B4
(180,180,180)
#BDBDBD
(189,189,189)
#C6C6C6
(198,198,198)
#CFCFCF
(207,207,207)
#D8D8D8
(216,216,216)
#E1E1E1
(225,225,225)
#EAEAEA
(234,234,234)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999999; }

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

This text font color is #999999.


Background Color

.myBgColor { background-color: #999999; }

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

This div background color is #999999.


Border color

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

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

This div border color is #999999.


Opacity

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

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

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

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

This text has shadow with #999999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999999 on black background.


Color preview on white background

This text has color #999999 on white background.



Black color preview on #999999 background

This text has black color on #999999 background.


White color preview on #999999 background

This text has white color on #999999 background.