COLOR #959893

HEX: #959893
RGB: (149,152,147)

Color info

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

RGB color model

#959893 color RGB value is (149,152,147).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 147 of 255 = 58%

149
152
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 147 = 448 (100%)
R 149 of 448 ~ 33.26%
G 152 of 448 ~ 33.93%
B 147 of 448 ~ 32.81%

%33.26
%33.93
%32.81

CMYK color model

#959893 color CMYK value is (2,0,3,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(2,0,3,40)
C2M0Y3K40 
(2%,0%,3%,40%)
(0.02/0.00/0.03/0.40)	

CMYK percentages

%1.97
%0
%3.29
%40.39

Codes

Color #959893 in popluar color models

959893
RGB149152147
HSL96°2.37%58.63%
HSB/HSV96°3.29%59.61%
CMYK1.97%0.00%3.29%
40.39%

Color #959893 in popluar number systems.

HEX959893
Decimal149152147
Binary100101011001100010010011
Octal225230223

Shades and tints

Shades of #959893

#959893
(149,152,147)
#888B86
(136,139,134)
#7B7E79
(123,126,121)
#6E716C
(110,113,108)
#61645F
(97,100,95)
#545752
(84,87,82)
#474A45
(71,74,69)
#3A3D38
(58,61,56)
#2D302B
(45,48,43)
#20231E
(32,35,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #959893

#959893
(149,152,147)
#9EA19C
(158,161,156)
#A7AAA5
(167,170,165)
#B0B3AE
(176,179,174)
#B9BCB7
(185,188,183)
#C2C5C0
(194,197,192)
#CBCEC9
(203,206,201)
#D4D7D2
(212,215,210)
#DDE0DB
(221,224,219)
#E6E9E4
(230,233,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959893; }

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

This text font color is #959893.


Background Color

.myBgColor { background-color: #959893; }

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

This div background color is #959893.


Border color

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

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

This div border color is #959893.


Opacity

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

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

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

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

This text has shadow with #959893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959893 on black background.


Color preview on white background

This text has color #959893 on white background.



Black color preview on #959893 background

This text has black color on #959893 background.


White color preview on #959893 background

This text has white color on #959893 background.