COLOR #969595

HEX: #969595
RGB: (150,149,149)

Color info

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

RGB color model

#969595 color RGB value is (150,149,149).

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

RGB channels and saturation

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

150
149
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 149 = 448 (100%)
R 150 of 448 ~ 33.48%
G 149 of 448 ~ 33.26%
B 149 of 448 ~ 33.26%

%33.48
%33.26
%33.26

CMYK color model

#969595 color CMYK value is (0,1,1,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,1,1,41)
C0M1Y1K41 
(0%,1%,1%,41%)
(0.00/0.01/0.01/0.41)	

CMYK percentages

%0
%0.67
%0.67
%41.18

Codes

Color #969595 in popluar color models

969595
RGB150149149
HSL0.47%58.63%
HSB/HSV0.67%58.82%
CMYK0.00%0.67%0.67%
41.18%

Color #969595 in popluar number systems.

HEX969595
Decimal150149149
Binary100101101001010110010101
Octal226225225

Shades and tints

Shades of #969595

#969595
(150,149,149)
#898888
(137,136,136)
#7C7B7B
(124,123,123)
#6F6E6E
(111,110,110)
#626161
(98,97,97)
#555454
(85,84,84)
#484747
(72,71,71)
#3B3A3A
(59,58,58)
#2E2D2D
(46,45,45)
#212020
(33,32,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #969595

#969595
(150,149,149)
#9F9E9E
(159,158,158)
#A8A7A7
(168,167,167)
#B1B0B0
(177,176,176)
#BAB9B9
(186,185,185)
#C3C2C2
(195,194,194)
#CCCBCB
(204,203,203)
#D5D4D4
(213,212,212)
#DEDDDD
(222,221,221)
#E7E6E6
(231,230,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969595; }

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

This text font color is #969595.


Background Color

.myBgColor { background-color: #969595; }

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

This div background color is #969595.


Border color

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

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

This div border color is #969595.


Opacity

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

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

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

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

This text has shadow with #969595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969595 on black background.


Color preview on white background

This text has color #969595 on white background.



Black color preview on #969595 background

This text has black color on #969595 background.


White color preview on #969595 background

This text has white color on #969595 background.