COLOR #959790

HEX: #959790
RGB: (149,151,144)

Color info

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

RGB color model

#959790 color RGB value is (149,151,144).

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

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 144 of 255 = 56%

149
151
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 144 = 444 (100%)
R 149 of 444 ~ 33.56%
G 151 of 444 ~ 34.01%
B 144 of 444 ~ 32.43%

%33.56
%34.01
%32.43

CMYK color model

#959790 color CMYK value is (1,0,5,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK: (1,0,5,41) C1M0Y5K41 (1%,0%,5%,41%) (0.01/0.00/0.05/0.41)

CMYK percentages

%1.32
%0
%4.64
%40.78

Codes

Color #959790 in popluar color models

959790
RGB149151144
HSL77°3.26%57.84%
HSB/HSV77°4.64%59.22%
CMYK1.32%0.00%4.64%
40.78%

Color #959790 in popluar number systems.

HEX959790
Decimal149151144
Binary100101011001011110010000
Octal225227220

Shades and tints

Shades of #959790

#959790
(149,151,144)
#888A83
(136,138,131)
#7B7D76
(123,125,118)
#6E7069
(110,112,105)
#61635C
(97,99,92)
#54564F
(84,86,79)
#474942
(71,73,66)
#3A3C35
(58,60,53)
#2D2F28
(45,47,40)
#20221B
(32,34,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #959790

#959790
(149,151,144)
#9EA09A
(158,160,154)
#A7A9A4
(167,169,164)
#B0B2AE
(176,178,174)
#B9BBB8
(185,187,184)
#C2C4C2
(194,196,194)
#CBCDCC
(203,205,204)
#D4D6D6
(212,214,214)
#DDDFE0
(221,223,224)
#E6E8EA
(230,232,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959790; }

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

This text font color is #959790.


Background Color

.myBgColor { background-color: #959790; }

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

This div background color is #959790.


Border color

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

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

This div border color is #959790.


Opacity

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

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

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

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

This text has shadow with #959790 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #959790 on black background.


Color preview on white background

This text has color #959790 on white background.



Black color preview on #959790 background

This text has black color on #959790 background.


White color preview on #959790 background

This text has white color on #959790 background.