COLOR #959287

HEX: #959287
RGB: (149,146,135)

Color info

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

RGB color model

#959287 color RGB value is (149,146,135).

  • red value is 149;
  • green value is 146;
  • blue value is 135.
RGB:
(149,146,135)
(58%,57%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 135 of 255 = 53%

149
146
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 135 = 430 (100%)
R 149 of 430 ~ 34.65%
G 146 of 430 ~ 33.95%
B 135 of 430 ~ 31.4%

%34.65
%33.95
%31.4

CMYK color model

#959287 color CMYK value is (0,2,9,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(0,2,9,42)
C0M2Y9K42 
(0%,2%,9%,42%)
(0.00/0.02/0.09/0.42)	

CMYK percentages

%0
%2.01
%9.4
%41.57

Codes

Color #959287 in popluar color models

959287
RGB149146135
HSL47°6.19%55.69%
HSB/HSV47°9.40%58.43%
CMYK0.00%2.01%9.40%
41.57%

Color #959287 in popluar number systems.

HEX959287
Decimal149146135
Binary100101011001001010000111
Octal225222207

Shades and tints

Shades of #959287

#959287
(149,146,135)
#88857B
(136,133,123)
#7B786F
(123,120,111)
#6E6B63
(110,107,99)
#615E57
(97,94,87)
#54514B
(84,81,75)
#47443F
(71,68,63)
#3A3733
(58,55,51)
#2D2A27
(45,42,39)
#201D1B
(32,29,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #959287

#959287
(149,146,135)
#9E9B91
(158,155,145)
#A7A49B
(167,164,155)
#B0ADA5
(176,173,165)
#B9B6AF
(185,182,175)
#C2BFB9
(194,191,185)
#CBC8C3
(203,200,195)
#D4D1CD
(212,209,205)
#DDDAD7
(221,218,215)
#E6E3E1
(230,227,225)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959287 color. Also use rgb(149,146,135) instead hex code.

Text Font Color

.myTextColor { color: #959287; }

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

This text font color is #959287.


Background Color

.myBgColor { background-color: #959287; }

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

This div background color is #959287.


Border color

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

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

This div border color is #959287.


Opacity

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

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

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

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

This text has shadow with #959287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959287 on black background.


Color preview on white background

This text has color #959287 on white background.



Black color preview on #959287 background

This text has black color on #959287 background.


White color preview on #959287 background

This text has white color on #959287 background.