COLOR #959091

HEX: #959091
RGB: (149,144,145)

Color info

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

RGB color model

#959091 color RGB value is (149,144,145).

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

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 145 of 255 = 57%

149
144
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 145 = 438 (100%)
R 149 of 438 ~ 34.02%
G 144 of 438 ~ 32.88%
B 145 of 438 ~ 33.11%

%34.02
%32.88
%33.11

CMYK color model

#959091 color CMYK value is (0,3,3,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,3,3,42)
C0M3Y3K42 
(0%,3%,3%,42%)
(0.00/0.03/0.03/0.42)	

CMYK percentages

%0
%3.36
%2.68
%41.57

Codes

Color #959091 in popluar color models

959091
RGB149144145
HSL348°2.30%57.45%
HSB/HSV348°3.36%58.43%
CMYK0.00%3.36%2.68%
41.57%

Color #959091 in popluar number systems.

HEX959091
Decimal149144145
Binary100101011001000010010001
Octal225220221

Shades and tints

Shades of #959091

#959091
(149,144,145)
#888384
(136,131,132)
#7B7677
(123,118,119)
#6E696A
(110,105,106)
#615C5D
(97,92,93)
#544F50
(84,79,80)
#474243
(71,66,67)
#3A3536
(58,53,54)
#2D2829
(45,40,41)
#201B1C
(32,27,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #959091

#959091
(149,144,145)
#9E9A9B
(158,154,155)
#A7A4A5
(167,164,165)
#B0AEAF
(176,174,175)
#B9B8B9
(185,184,185)
#C2C2C3
(194,194,195)
#CBCCCD
(203,204,205)
#D4D6D7
(212,214,215)
#DDE0E1
(221,224,225)
#E6EAEB
(230,234,235)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959091; }

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

This text font color is #959091.


Background Color

.myBgColor { background-color: #959091; }

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

This div background color is #959091.


Border color

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

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

This div border color is #959091.


Opacity

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

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

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

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

This text has shadow with #959091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959091 on black background.


Color preview on white background

This text has color #959091 on white background.



Black color preview on #959091 background

This text has black color on #959091 background.


White color preview on #959091 background

This text has white color on #959091 background.