COLOR #959099

HEX: #959099
RGB: (149,144,153)

Color info

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

RGB color model

#959099 color RGB value is (149,144,153).

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

RGB channels and saturation

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

149
144
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 153 = 446 (100%)
R 149 of 446 ~ 33.41%
G 144 of 446 ~ 32.29%
B 153 of 446 ~ 34.3%

%33.41
%32.29
%34.3

CMYK color model

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

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

CMYK percentages

%2.61
%5.88
%0
%40

Codes

Color #959099 in popluar color models

959099
RGB149144153
HSL273°4.23%58.24%
HSB/HSV273°5.88%60.00%
CMYK2.61%5.88%0.00%
40.00%

Color #959099 in popluar number systems.

HEX959099
Decimal149144153
Binary100101011001000010011001
Octal225220231

Shades and tints

Shades of #959099

#959099
(149,144,153)
#88838C
(136,131,140)
#7B767F
(123,118,127)
#6E6972
(110,105,114)
#615C65
(97,92,101)
#544F58
(84,79,88)
#47424B
(71,66,75)
#3A353E
(58,53,62)
#2D2831
(45,40,49)
#201B24
(32,27,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #959099

#959099
(149,144,153)
#9E9AA2
(158,154,162)
#A7A4AB
(167,164,171)
#B0AEB4
(176,174,180)
#B9B8BD
(185,184,189)
#C2C2C6
(194,194,198)
#CBCCCF
(203,204,207)
#D4D6D8
(212,214,216)
#DDE0E1
(221,224,225)
#E6EAEA
(230,234,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959099; }

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

This text font color is #959099.


Background Color

.myBgColor { background-color: #959099; }

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

This div background color is #959099.


Border color

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

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

This div border color is #959099.


Opacity

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

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

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

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

This text has shadow with #959099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959099 on black background.


Color preview on white background

This text has color #959099 on white background.



Black color preview on #959099 background

This text has black color on #959099 background.


White color preview on #959099 background

This text has white color on #959099 background.