COLOR #959188

HEX: #959188
RGB: (149,145,136)

Color info

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

RGB color model

#959188 color RGB value is (149,145,136).

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

RGB channels and saturation

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

149
145
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 136 = 430 (100%)
R 149 of 430 ~ 34.65%
G 145 of 430 ~ 33.72%
B 136 of 430 ~ 31.63%

%34.65
%33.72
%31.63

CMYK color model

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

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

Codes

Color #959188 in popluar color models

959188
RGB149145136
HSL42°5.78%55.88%
HSB/HSV42°8.72%58.43%
CMYK0.00%2.68%8.72%
41.57%

Color #959188 in popluar number systems.

HEX959188
Decimal149145136
Binary100101011001000110001000
Octal225221210

Shades and tints

Shades of #959188

#959188
(149,145,136)
#88847C
(136,132,124)
#7B7770
(123,119,112)
#6E6A64
(110,106,100)
#615D58
(97,93,88)
#54504C
(84,80,76)
#474340
(71,67,64)
#3A3634
(58,54,52)
#2D2928
(45,41,40)
#201C1C
(32,28,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #959188

#959188
(149,145,136)
#9E9B92
(158,155,146)
#A7A59C
(167,165,156)
#B0AFA6
(176,175,166)
#B9B9B0
(185,185,176)
#C2C3BA
(194,195,186)
#CBCDC4
(203,205,196)
#D4D7CE
(212,215,206)
#DDE1D8
(221,225,216)
#E6EBE2
(230,235,226)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959188; }

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

This text font color is #959188.


Background Color

.myBgColor { background-color: #959188; }

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

This div background color is #959188.


Border color

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

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

This div border color is #959188.


Opacity

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

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

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

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

This text has shadow with #959188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959188 on black background.


Color preview on white background

This text has color #959188 on white background.



Black color preview on #959188 background

This text has black color on #959188 background.


White color preview on #959188 background

This text has white color on #959188 background.