COLOR #959093

HEX: #959093
RGB: (149,144,147)

Color info

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

RGB color model

#959093 color RGB value is (149,144,147).

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

RGB channels and saturation

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

149
144
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 147 = 440 (100%)
R 149 of 440 ~ 33.86%
G 144 of 440 ~ 32.73%
B 147 of 440 ~ 33.41%

%33.86
%32.73
%33.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 1.34%
  • 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
%1.34
%41.57

Codes

Color #959093 in popluar color models

959093
RGB149144147
HSL324°2.30%57.45%
HSB/HSV324°3.36%58.43%
CMYK0.00%3.36%1.34%
41.57%

Color #959093 in popluar number systems.

HEX959093
Decimal149144147
Binary100101011001000010010011
Octal225220223

Shades and tints

Shades of #959093

#959093
(149,144,147)
#888386
(136,131,134)
#7B7679
(123,118,121)
#6E696C
(110,105,108)
#615C5F
(97,92,95)
#544F52
(84,79,82)
#474245
(71,66,69)
#3A3538
(58,53,56)
#2D282B
(45,40,43)
#201B1E
(32,27,30)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #959093

#959093
(149,144,147)
#9E9A9C
(158,154,156)
#A7A4A5
(167,164,165)
#B0AEAE
(176,174,174)
#B9B8B7
(185,184,183)
#C2C2C0
(194,194,192)
#CBCCC9
(203,204,201)
#D4D6D2
(212,214,210)
#DDE0DB
(221,224,219)
#E6EAE4
(230,234,228)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959093; }

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

This text font color is #959093.


Background Color

.myBgColor { background-color: #959093; }

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

This div background color is #959093.


Border color

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

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

This div border color is #959093.


Opacity

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

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

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

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

This text has shadow with #959093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959093 on black background.


Color preview on white background

This text has color #959093 on white background.



Black color preview on #959093 background

This text has black color on #959093 background.


White color preview on #959093 background

This text has white color on #959093 background.