COLOR #959598

HEX: #959598
RGB: (149,149,152)

Color info

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

RGB color model

#959598 color RGB value is (149,149,152).

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

RGB channels and saturation

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

149
149
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 152 = 450 (100%)
R 149 of 450 ~ 33.11%
G 149 of 450 ~ 33.11%
B 152 of 450 ~ 33.78%

%33.11
%33.11
%33.78

CMYK color model

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

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

CMYK percentages

%1.97
%1.97
%0
%40.39

Codes

Color #959598 in popluar color models

959598
RGB149149152
HSL240°1.44%59.02%
HSB/HSV240°1.97%59.61%
CMYK1.97%1.97%0.00%
40.39%

Color #959598 in popluar number systems.

HEX959598
Decimal149149152
Binary100101011001010110011000
Octal225225230

Shades and tints

Shades of #959598

#959598
(149,149,152)
#88888B
(136,136,139)
#7B7B7E
(123,123,126)
#6E6E71
(110,110,113)
#616164
(97,97,100)
#545457
(84,84,87)
#47474A
(71,71,74)
#3A3A3D
(58,58,61)
#2D2D30
(45,45,48)
#202023
(32,32,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #959598

#959598
(149,149,152)
#9E9EA1
(158,158,161)
#A7A7AA
(167,167,170)
#B0B0B3
(176,176,179)
#B9B9BC
(185,185,188)
#C2C2C5
(194,194,197)
#CBCBCE
(203,203,206)
#D4D4D7
(212,212,215)
#DDDDE0
(221,221,224)
#E6E6E9
(230,230,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959598; }

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

This text font color is #959598.


Background Color

.myBgColor { background-color: #959598; }

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

This div background color is #959598.


Border color

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

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

This div border color is #959598.


Opacity

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

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

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

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

This text has shadow with #959598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959598 on black background.


Color preview on white background

This text has color #959598 on white background.



Black color preview on #959598 background

This text has black color on #959598 background.


White color preview on #959598 background

This text has white color on #959598 background.