COLOR #959094

HEX: #959094
RGB: (149,144,148)

Color info

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

RGB color model

#959094 color RGB value is (149,144,148).

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

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 148 of 255 = 58%

149
144
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 148 = 441 (100%)
R 149 of 441 ~ 33.79%
G 144 of 441 ~ 32.65%
B 148 of 441 ~ 33.56%

%33.79
%32.65
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,3,1,42)
C0M3Y1K42 
(0%,3%,1%,42%)
(0.00/0.03/0.01/0.42)	

CMYK percentages

%0
%3.36
%0.67
%41.57

Codes

Color #959094 in popluar color models

959094
RGB149144148
HSL312°2.30%57.45%
HSB/HSV312°3.36%58.43%
CMYK0.00%3.36%0.67%
41.57%

Color #959094 in popluar number systems.

HEX959094
Decimal149144148
Binary100101011001000010010100
Octal225220224

Shades and tints

Shades of #959094

#959094
(149,144,148)
#888387
(136,131,135)
#7B767A
(123,118,122)
#6E696D
(110,105,109)
#615C60
(97,92,96)
#544F53
(84,79,83)
#474246
(71,66,70)
#3A3539
(58,53,57)
#2D282C
(45,40,44)
#201B1F
(32,27,31)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #959094

#959094
(149,144,148)
#9E9A9D
(158,154,157)
#A7A4A6
(167,164,166)
#B0AEAF
(176,174,175)
#B9B8B8
(185,184,184)
#C2C2C1
(194,194,193)
#CBCCCA
(203,204,202)
#D4D6D3
(212,214,211)
#DDE0DC
(221,224,220)
#E6EAE5
(230,234,229)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959094; }

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

This text font color is #959094.


Background Color

.myBgColor { background-color: #959094; }

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

This div background color is #959094.


Border color

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

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

This div border color is #959094.


Opacity

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

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

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

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

This text has shadow with #959094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959094 on black background.


Color preview on white background

This text has color #959094 on white background.



Black color preview on #959094 background

This text has black color on #959094 background.


White color preview on #959094 background

This text has white color on #959094 background.