COLOR #969091

HEX: #969091 RGB: (150,144,145)

Color info

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

RGB color model

#969091 color RGB value is (150,144,145).

RGB: (150,144,145) (59%, 56%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 145 of 255 = 57%

150
144
145

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

Portions of RGB colors in percentages

R + G + B = 150 + 144 + 145 = 439 (100%)
R 150 of 439 ~ 34.17%
G 144 of 439 ~ 32.8%
B 145 of 439 ~ 33.03'%

%34.17
%32.8
%33.03

CMYK color model

#969091 color CMYK value is (0,4,3,41).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 3.33%
  • key color value is 41.18%

CMYK: (0,4,3,41)
C0M4Y3K41 (0%, 4%, 3%, 41%)
(0.00 / 0.04 / 0.03 / 0.41)

CMYK percentages

%0
%4
%3.33
%41.18

Codes

Color #969091 in popluar color models

96 90 91
RGB 150 144 145
HSL 350° 2.78% 57.65%
HSB/HSV 350° 4.00% 58.82%
CMYK 0.00% 4.00% 3.33%
41.18%

Color #969091 in popluar number systems.

HEX 96 90 91
Decimal 150 144 145
Binary 10010110 10010000 10010001
Octal 226 220 221

Shades and tints

Shades of #969091

#969091
(150,144,145)
#898384
(137,131,132)
#7C7677
(124,118,119)
#6F696A
(111,105,106)
#625C5D
(98,92,93)
#554F50
(85,79,80)
#484243
(72,66,67)
#3B3536
(59,53,54)
#2E2829
(46,40,41)
#211B1C
(33,27,28)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #969091

#969091
(150,144,145)
#9F9A9B
(159,154,155)
#A8A4A5
(168,164,165)
#B1AEAF
(177,174,175)
#BAB8B9
(186,184,185)
#C3C2C3
(195,194,195)
#CCCCCD
(204,204,205)
#D5D6D7
(213,214,215)
#DEE0E1
(222,224,225)
#E7EAEB
(231,234,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969091; }

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

This text font color is #969091.

Background Color

.myBgColor { background-color: #969091; }

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

This div background color is #969091.

Border color

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

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

This div border color is #969091.

Opacity

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

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

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

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

This text has shadow with #969091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969091.

Preview

Color preview on black background

This text has color #969091 on black background.


Color preview on white background

This text has color #969091 on white background.


Black color preview on #969091 background

This text has black color on #969091 background.


White color preview on #969091 background

This text has white color on #969091 background.


Related colors

Complementary color

Complementary color for #hex is #696F6E.


I love getcolorcode.com

Triadic colors

1 #919690 and #909196 with #969091 are triadic colors.

2 #919096 and #909691 with #969091 are triadic colors.