COLOR #959187

HEX: #959187
RGB: (149,145,135)

Color info

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

RGB color model

#959187 color RGB value is (149,145,135).

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

RGB channels and saturation

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

149
145
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 135 = 429 (100%)
R 149 of 429 ~ 34.73%
G 145 of 429 ~ 33.8%
B 135 of 429 ~ 31.47%

%34.73
%33.8
%31.47

CMYK color model

#959187 color CMYK value is (0,3,9,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(0,3,9,42)
C0M3Y9K42 
(0%,3%,9%,42%)
(0.00/0.03/0.09/0.42)	

CMYK percentages

%0
%2.68
%9.4
%41.57

Codes

Color #959187 in popluar color models

959187
RGB149145135
HSL43°6.19%55.69%
HSB/HSV43°9.40%58.43%
CMYK0.00%2.68%9.40%
41.57%

Color #959187 in popluar number systems.

HEX959187
Decimal149145135
Binary100101011001000110000111
Octal225221207

Shades and tints

Shades of #959187

#959187
(149,145,135)
#88847B
(136,132,123)
#7B776F
(123,119,111)
#6E6A63
(110,106,99)
#615D57
(97,93,87)
#54504B
(84,80,75)
#47433F
(71,67,63)
#3A3633
(58,54,51)
#2D2927
(45,41,39)
#201C1B
(32,28,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #959187

#959187
(149,145,135)
#9E9B91
(158,155,145)
#A7A59B
(167,165,155)
#B0AFA5
(176,175,165)
#B9B9AF
(185,185,175)
#C2C3B9
(194,195,185)
#CBCDC3
(203,205,195)
#D4D7CD
(212,215,205)
#DDE1D7
(221,225,215)
#E6EBE1
(230,235,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959187; }

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

This text font color is #959187.


Background Color

.myBgColor { background-color: #959187; }

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

This div background color is #959187.


Border color

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

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

This div border color is #959187.


Opacity

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

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

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

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

This text has shadow with #959187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959187 on black background.


Color preview on white background

This text has color #959187 on white background.



Black color preview on #959187 background

This text has black color on #959187 background.


White color preview on #959187 background

This text has white color on #959187 background.