COLOR #959E90

HEX: #959E90
RGB: (149,158,144)

Color info

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

RGB color model

#959E90 color RGB value is (149,158,144).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 144 of 255 = 56%

149
158
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 144 = 451 (100%)
R 149 of 451 ~ 33.04%
G 158 of 451 ~ 35.03%
B 144 of 451 ~ 31.93%

%33.04
%35.03
%31.93

CMYK color model

#959E90 color CMYK value is (6,0,9,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK:
(6,0,9,38)
C6M0Y9K38 
(6%,0%,9%,38%)
(0.06/0.00/0.09/0.38)	

CMYK percentages

%5.7
%0
%8.86
%38.04

Codes

Color #959E90 in popluar color models

959E90
RGB149158144
HSL99°6.73%59.22%
HSB/HSV99°8.86%61.96%
CMYK5.70%0.00%8.86%
38.04%

Color #959E90 in popluar number systems.

HEX959E90
Decimal149158144
Binary100101011001111010010000
Octal225236220

Shades and tints

Shades of #959E90

#959E90
(149,158,144)
#889083
(136,144,131)
#7B8276
(123,130,118)
#6E7469
(110,116,105)
#61665C
(97,102,92)
#54584F
(84,88,79)
#474A42
(71,74,66)
#3A3C35
(58,60,53)
#2D2E28
(45,46,40)
#20201B
(32,32,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #959E90

#959E90
(149,158,144)
#9EA69A
(158,166,154)
#A7AEA4
(167,174,164)
#B0B6AE
(176,182,174)
#B9BEB8
(185,190,184)
#C2C6C2
(194,198,194)
#CBCECC
(203,206,204)
#D4D6D6
(212,214,214)
#DDDEE0
(221,222,224)
#E6E6EA
(230,230,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959E90; }

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

This text font color is #959E90.


Background Color

.myBgColor { background-color: #959E90; }

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

This div background color is #959E90.


Border color

.myBorderColor { border: 1px solid #959E90; }

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

This div border color is #959E90.


Opacity

.myOpacity80 { color: #959E90; opacity: 0.8; }

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

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

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

This text has shadow with #959E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959E90 on black background.


Color preview on white background

This text has color #959E90 on white background.



Black color preview on #959E90 background

This text has black color on #959E90 background.


White color preview on #959E90 background

This text has white color on #959E90 background.