COLOR #969590

HEX: #969590
RGB: (150,149,144)

Color info

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

RGB color model

#969590 color RGB value is (150,149,144).

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

RGB channels and saturation

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

150
149
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 144 = 443 (100%)
R 150 of 443 ~ 33.86%
G 149 of 443 ~ 33.63%
B 144 of 443 ~ 32.51%

%33.86
%33.63
%32.51

CMYK color model

#969590 color CMYK value is (0,1,4,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(0,1,4,41)
C0M1Y4K41 
(0%,1%,4%,41%)
(0.00/0.01/0.04/0.41)	

CMYK percentages

%0
%0.67
%4
%41.18

Codes

Color #969590 in popluar color models

969590
RGB150149144
HSL50°2.78%57.65%
HSB/HSV50°4.00%58.82%
CMYK0.00%0.67%4.00%
41.18%

Color #969590 in popluar number systems.

HEX969590
Decimal150149144
Binary100101101001010110010000
Octal226225220

Shades and tints

Shades of #969590

#969590
(150,149,144)
#898883
(137,136,131)
#7C7B76
(124,123,118)
#6F6E69
(111,110,105)
#62615C
(98,97,92)
#55544F
(85,84,79)
#484742
(72,71,66)
#3B3A35
(59,58,53)
#2E2D28
(46,45,40)
#21201B
(33,32,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #969590

#969590
(150,149,144)
#9F9E9A
(159,158,154)
#A8A7A4
(168,167,164)
#B1B0AE
(177,176,174)
#BAB9B8
(186,185,184)
#C3C2C2
(195,194,194)
#CCCBCC
(204,203,204)
#D5D4D6
(213,212,214)
#DEDDE0
(222,221,224)
#E7E6EA
(231,230,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969590; }

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

This text font color is #969590.


Background Color

.myBgColor { background-color: #969590; }

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

This div background color is #969590.


Border color

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

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

This div border color is #969590.


Opacity

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

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

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

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

This text has shadow with #969590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969590 on black background.


Color preview on white background

This text has color #969590 on white background.



Black color preview on #969590 background

This text has black color on #969590 background.


White color preview on #969590 background

This text has white color on #969590 background.