COLOR #959C9C

HEX: #959C9C RGB: (149,156,156)

Color info

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

RGB color model

#959C9C color RGB value is (149,156,156).

RGB: (149,156,156) (58%, 61%, 61%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 156 of 255 = 61%

149
156
156

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

Portions of RGB colors in percentages

R + G + B = 149 + 156 + 156 = 461 (100%)
R 149 of 461 ~ 32.32%
G 156 of 461 ~ 33.84%
B 156 of 461 ~ 33.84'%

%32.32
%33.84
%33.84

CMYK color model

#959C9C color CMYK value is (4,0,0,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,0,0,39)
C4M0Y0K39 (4%, 0%, 0%, 39%)
(0.04 / 0.00 / 0.00 / 0.39)

CMYK percentages

%4.49
%0
%0
%38.82

Codes

Color #959C9C in popluar color models

95 9C 9C
RGB 149 156 156
HSL 180° 3.41% 59.80%
HSB/HSV 180° 4.49% 61.18%
CMYK 4.49% 0.00% 0.00%
38.82%

Color #959C9C in popluar number systems.

HEX 95 9C 9C
Decimal 149 156 156
Binary 10010101 10011100 10011100
Octal 225 234 234

Shades and tints

Shades of #959C9C

#959C9C
(149,156,156)
#888E8E
(136,142,142)
#7B8080
(123,128,128)
#6E7272
(110,114,114)
#616464
(97,100,100)
#545656
(84,86,86)
#474848
(71,72,72)
#3A3A3A
(58,58,58)
#2D2C2C
(45,44,44)
#201E1E
(32,30,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #959C9C

#959C9C
(149,156,156)
#9EA5A5
(158,165,165)
#A7AEAE
(167,174,174)
#B0B7B7
(176,183,183)
#B9C0C0
(185,192,192)
#C2C9C9
(194,201,201)
#CBD2D2
(203,210,210)
#D4DBDB
(212,219,219)
#DDE4E4
(221,228,228)
#E6EDED
(230,237,237)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C9C; }

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

This text font color is #959C9C.

Background Color

.myBgColor { background-color: #959C9C; }

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

This div background color is #959C9C.

Border color

.myBorderColor { border: 1px solid #959C9C; }

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

This div border color is #959C9C.

Opacity

.myOpacity80 { color: #959C9C; opacity: 0.8; }

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

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

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

This text has shadow with #959C9C color.


.textShadow {text-shadow: 3px 3px 1px #959C9C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959C9C; -webkit-box-shadow: 1px 1px 3px 2px #959C9C; box-shadow:1px 1px 3px 2px #959C9C;">
Div content here
</div>

This div box has shadow with color #959C9C.

Preview

Color preview on black background

This text has color #959C9C on black background.


Color preview on white background

This text has color #959C9C on white background.


Black color preview on #959C9C background

This text has black color on #959C9C background.


White color preview on #959C9C background

This text has white color on #959C9C background.


Related colors

Complementary color

Complementary color for #hex is #6A6363.


I love getcolorcode.com