COLOR #959995

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
153
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 149 = 451 (100%)
R 149 of 451 ~ 33.04%
G 153 of 451 ~ 33.92%
B 149 of 451 ~ 33.04%

%33.04
%33.92
%33.04

CMYK color model

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

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

CMYK percentages

%2.61
%0
%2.61
%40

Codes

Color #959995 in popluar color models

959995
RGB149153149
HSL120°1.92%59.22%
HSB/HSV120°2.61%60.00%
CMYK2.61%0.00%2.61%
40.00%

Color #959995 in popluar number systems.

HEX959995
Decimal149153149
Binary100101011001100110010101
Octal225231225

Shades and tints

Shades of #959995

#959995
(149,153,149)
#888C88
(136,140,136)
#7B7F7B
(123,127,123)
#6E726E
(110,114,110)
#616561
(97,101,97)
#545854
(84,88,84)
#474B47
(71,75,71)
#3A3E3A
(58,62,58)
#2D312D
(45,49,45)
#202420
(32,36,32)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #959995

#959995
(149,153,149)
#9EA29E
(158,162,158)
#A7ABA7
(167,171,167)
#B0B4B0
(176,180,176)
#B9BDB9
(185,189,185)
#C2C6C2
(194,198,194)
#CBCFCB
(203,207,203)
#D4D8D4
(212,216,212)
#DDE1DD
(221,225,221)
#E6EAE6
(230,234,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959995; }

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

This text font color is #959995.


Background Color

.myBgColor { background-color: #959995; }

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

This div background color is #959995.


Border color

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

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

This div border color is #959995.


Opacity

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

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

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

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

This text has shadow with #959995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959995 on black background.


Color preview on white background

This text has color #959995 on white background.



Black color preview on #959995 background

This text has black color on #959995 background.


White color preview on #959995 background

This text has white color on #959995 background.