COLOR #959883

HEX: #959883
RGB: (149,152,131)

Color info

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

RGB color model

#959883 color RGB value is (149,152,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 131 of 255 = 51%

149
152
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 131 = 432 (100%)
R 149 of 432 ~ 34.49%
G 152 of 432 ~ 35.19%
B 131 of 432 ~ 30.32%

%34.49
%35.19
%30.32

CMYK color model

#959883 color CMYK value is (2,0,14,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 40.39%
CMYK:
(2,0,14,40)
C2M0Y14K40 
(2%,0%,14%,40%)
(0.02/0.00/0.14/0.40)	

CMYK percentages

%1.97
%0
%13.82
%40.39

Codes

Color #959883 in popluar color models

959883
RGB149152131
HSL69°9.25%55.49%
HSB/HSV69°13.82%59.61%
CMYK1.97%0.00%13.82%
40.39%

Color #959883 in popluar number systems.

HEX959883
Decimal149152131
Binary100101011001100010000011
Octal225230203

Shades and tints

Shades of #959883

#959883
(149,152,131)
#888B78
(136,139,120)
#7B7E6D
(123,126,109)
#6E7162
(110,113,98)
#616457
(97,100,87)
#54574C
(84,87,76)
#474A41
(71,74,65)
#3A3D36
(58,61,54)
#2D302B
(45,48,43)
#202320
(32,35,32)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #959883

#959883
(149,152,131)
#9EA18E
(158,161,142)
#A7AA99
(167,170,153)
#B0B3A4
(176,179,164)
#B9BCAF
(185,188,175)
#C2C5BA
(194,197,186)
#CBCEC5
(203,206,197)
#D4D7D0
(212,215,208)
#DDE0DB
(221,224,219)
#E6E9E6
(230,233,230)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959883; }

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

This text font color is #959883.


Background Color

.myBgColor { background-color: #959883; }

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

This div background color is #959883.


Border color

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

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

This div border color is #959883.


Opacity

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

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

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

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

This text has shadow with #959883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959883 on black background.


Color preview on white background

This text has color #959883 on white background.



Black color preview on #959883 background

This text has black color on #959883 background.


White color preview on #959883 background

This text has white color on #959883 background.