COLOR #959498

HEX: #959498
RGB: (149,148,152)

Color info

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

RGB color model

#959498 color RGB value is (149,148,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 152 of 255 = 60%

149
148
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 148 + 152 = 449 (100%)
R 149 of 449 ~ 33.18%
G 148 of 449 ~ 32.96%
B 152 of 449 ~ 33.85%

%33.18
%32.96
%33.85

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(2,3,0,40)
C2M3Y0K40 
(2%,3%,0%,40%)
(0.02/0.03/0.00/0.40)	

CMYK percentages

%1.97
%2.63
%0
%40.39

Codes

Color #959498 in popluar color models

959498
RGB149148152
HSL255°1.90%58.82%
HSB/HSV255°2.63%59.61%
CMYK1.97%2.63%0.00%
40.39%

Color #959498 in popluar number systems.

HEX959498
Decimal149148152
Binary100101011001010010011000
Octal225224230

Shades and tints

Shades of #959498

#959498
(149,148,152)
#88878B
(136,135,139)
#7B7A7E
(123,122,126)
#6E6D71
(110,109,113)
#616064
(97,96,100)
#545357
(84,83,87)
#47464A
(71,70,74)
#3A393D
(58,57,61)
#2D2C30
(45,44,48)
#201F23
(32,31,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #959498

#959498
(149,148,152)
#9E9DA1
(158,157,161)
#A7A6AA
(167,166,170)
#B0AFB3
(176,175,179)
#B9B8BC
(185,184,188)
#C2C1C5
(194,193,197)
#CBCACE
(203,202,206)
#D4D3D7
(212,211,215)
#DDDCE0
(221,220,224)
#E6E5E9
(230,229,233)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959498; }

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

This text font color is #959498.


Background Color

.myBgColor { background-color: #959498; }

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

This div background color is #959498.


Border color

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

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

This div border color is #959498.


Opacity

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

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

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

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

This text has shadow with #959498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959498 on black background.


Color preview on white background

This text has color #959498 on white background.



Black color preview on #959498 background

This text has black color on #959498 background.


White color preview on #959498 background

This text has white color on #959498 background.