COLOR #959189

HEX: #959189
RGB: (149,145,137)

Color info

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

RGB color model

#959189 color RGB value is (149,145,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 137 of 255 = 54%

149
145
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 137 = 431 (100%)
R 149 of 431 ~ 34.57%
G 145 of 431 ~ 33.64%
B 137 of 431 ~ 31.79%

%34.57
%33.64
%31.79

CMYK color model

#959189 color CMYK value is (0,3,8,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,3,8,42)
C0M3Y8K42 
(0%,3%,8%,42%)
(0.00/0.03/0.08/0.42)	

CMYK percentages

%0
%2.68
%8.05
%41.57

Codes

Color #959189 in popluar color models

959189
RGB149145137
HSL40°5.36%56.08%
HSB/HSV40°8.05%58.43%
CMYK0.00%2.68%8.05%
41.57%

Color #959189 in popluar number systems.

HEX959189
Decimal149145137
Binary100101011001000110001001
Octal225221211

Shades and tints

Shades of #959189

#959189
(149,145,137)
#88847D
(136,132,125)
#7B7771
(123,119,113)
#6E6A65
(110,106,101)
#615D59
(97,93,89)
#54504D
(84,80,77)
#474341
(71,67,65)
#3A3635
(58,54,53)
#2D2929
(45,41,41)
#201C1D
(32,28,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #959189

#959189
(149,145,137)
#9E9B93
(158,155,147)
#A7A59D
(167,165,157)
#B0AFA7
(176,175,167)
#B9B9B1
(185,185,177)
#C2C3BB
(194,195,187)
#CBCDC5
(203,205,197)
#D4D7CF
(212,215,207)
#DDE1D9
(221,225,217)
#E6EBE3
(230,235,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959189; }

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

This text font color is #959189.


Background Color

.myBgColor { background-color: #959189; }

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

This div background color is #959189.


Border color

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

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

This div border color is #959189.


Opacity

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

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

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

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

This text has shadow with #959189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959189 on black background.


Color preview on white background

This text has color #959189 on white background.



Black color preview on #959189 background

This text has black color on #959189 background.


White color preview on #959189 background

This text has white color on #959189 background.