COLOR #959595

HEX: #959595
RGB: (149,149,149)

Color info

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

RGB color model

#959595 color RGB value is (149,149,149).

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

RGB channels and saturation

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

149
149
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 149 = 447 (100%)
R 149 of 447 ~ 33.33%
G 149 of 447 ~ 33.33%
B 149 of 447 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#959595 color CMYK value is (0,0,0,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(0,0,0,42)
C0M0Y0K42 
(0%,0%,0%,42%)
(0.00/0.00/0.00/0.42)	

CMYK percentages

%0
%0
%0
%41.57

Codes

Color #959595 in popluar color models

959595
RGB149149149
HSL0.00%0.58%
HSB/HSV0.00%0.58%
CMYK0.00%0.00%0.00%
41.57%

Color #959595 in popluar number systems.

HEX959595
Decimal149149149
Binary100101011001010110010101
Octal225225225

Shades and tints

Shades of #959595

#959595
(149,149,149)
#888888
(136,136,136)
#7B7B7B
(123,123,123)
#6E6E6E
(110,110,110)
#616161
(97,97,97)
#545454
(84,84,84)
#474747
(71,71,71)
#3A3A3A
(58,58,58)
#2D2D2D
(45,45,45)
#202020
(32,32,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #959595

#959595
(149,149,149)
#9E9E9E
(158,158,158)
#A7A7A7
(167,167,167)
#B0B0B0
(176,176,176)
#B9B9B9
(185,185,185)
#C2C2C2
(194,194,194)
#CBCBCB
(203,203,203)
#D4D4D4
(212,212,212)
#DDDDDD
(221,221,221)
#E6E6E6
(230,230,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959595; }

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

This text font color is #959595.


Background Color

.myBgColor { background-color: #959595; }

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

This div background color is #959595.


Border color

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

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

This div border color is #959595.


Opacity

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

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

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

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

This text has shadow with #959595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959595 on black background.


Color preview on white background

This text has color #959595 on white background.



Black color preview on #959595 background

This text has black color on #959595 background.


White color preview on #959595 background

This text has white color on #959595 background.