COLOR #969491

HEX: #969491
RGB: (150,148,145)

Color info

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

RGB color model

#969491 color RGB value is (150,148,145).

  • red value is 150;
  • green value is 148;
  • blue value is 145.
RGB:
(150,148,145)
(59%,58%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 145 of 255 = 57%

150
148
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 145 = 443 (100%)
R 150 of 443 ~ 33.86%
G 148 of 443 ~ 33.41%
B 145 of 443 ~ 32.73%

%33.86
%33.41
%32.73

CMYK color model

#969491 color CMYK value is (0,1,3,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 3.33%
  • key color value is 41.18%
CMYK:
(0,1,3,41)
C0M1Y3K41 
(0%,1%,3%,41%)
(0.00/0.01/0.03/0.41)	

CMYK percentages

%0
%1.33
%3.33
%41.18

Codes

Color #969491 in popluar color models

969491
RGB150148145
HSL36°2.33%57.84%
HSB/HSV36°3.33%58.82%
CMYK0.00%1.33%3.33%
41.18%

Color #969491 in popluar number systems.

HEX969491
Decimal150148145
Binary100101101001010010010001
Octal226224221

Shades and tints

Shades of #969491

#969491
(150,148,145)
#898784
(137,135,132)
#7C7A77
(124,122,119)
#6F6D6A
(111,109,106)
#62605D
(98,96,93)
#555350
(85,83,80)
#484643
(72,70,67)
#3B3936
(59,57,54)
#2E2C29
(46,44,41)
#211F1C
(33,31,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #969491

#969491
(150,148,145)
#9F9D9B
(159,157,155)
#A8A6A5
(168,166,165)
#B1AFAF
(177,175,175)
#BAB8B9
(186,184,185)
#C3C1C3
(195,193,195)
#CCCACD
(204,202,205)
#D5D3D7
(213,211,215)
#DEDCE1
(222,220,225)
#E7E5EB
(231,229,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969491 color. Also use rgb(150,148,145) instead hex code.

Text Font Color

.myTextColor { color: #969491; }

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

This text font color is #969491.


Background Color

.myBgColor { background-color: #969491; }

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

This div background color is #969491.


Border color

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

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

This div border color is #969491.


Opacity

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

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

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

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

This text has shadow with #969491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969491 on black background.


Color preview on white background

This text has color #969491 on white background.



Black color preview on #969491 background

This text has black color on #969491 background.


White color preview on #969491 background

This text has white color on #969491 background.