COLOR #959999

HEX: #959999
RGB: (149,153,153)

Color info

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

RGB color model

#959999 color RGB value is (149,153,153).

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

RGB channels and saturation

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

149
153
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 153 = 455 (100%)
R 149 of 455 ~ 32.75%
G 153 of 455 ~ 33.63%
B 153 of 455 ~ 33.63%

%32.75
%33.63
%33.63

CMYK color model

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

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

CMYK percentages

%2.61
%0
%0
%40

Codes

Color #959999 in popluar color models

959999
RGB149153153
HSL180°1.92%59.22%
HSB/HSV180°2.61%60.00%
CMYK2.61%0.00%0.00%
40.00%

Color #959999 in popluar number systems.

HEX959999
Decimal149153153
Binary100101011001100110011001
Octal225231231

Shades and tints

Shades of #959999

#959999
(149,153,153)
#888C8C
(136,140,140)
#7B7F7F
(123,127,127)
#6E7272
(110,114,114)
#616565
(97,101,101)
#545858
(84,88,88)
#474B4B
(71,75,75)
#3A3E3E
(58,62,62)
#2D3131
(45,49,49)
#202424
(32,36,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #959999

#959999
(149,153,153)
#9EA2A2
(158,162,162)
#A7ABAB
(167,171,171)
#B0B4B4
(176,180,180)
#B9BDBD
(185,189,189)
#C2C6C6
(194,198,198)
#CBCFCF
(203,207,207)
#D4D8D8
(212,216,216)
#DDE1E1
(221,225,225)
#E6EAEA
(230,234,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959999; }

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

This text font color is #959999.


Background Color

.myBgColor { background-color: #959999; }

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

This div background color is #959999.


Border color

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

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

This div border color is #959999.


Opacity

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

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

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

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

This text has shadow with #959999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959999 on black background.


Color preview on white background

This text has color #959999 on white background.



Black color preview on #959999 background

This text has black color on #959999 background.


White color preview on #959999 background

This text has white color on #959999 background.