COLOR #959180

HEX: #959180
RGB: (149,145,128)

Color info

#959180 contains red, green and blue colors in about the same proportion. Web safe color of #959180 is #999966 (or #996).

RGB color model

#959180 color RGB value is (149,145,128).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 128 of 255 = 50%

149
145
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 128 = 422 (100%)
R 149 of 422 ~ 35.31%
G 145 of 422 ~ 34.36%
B 128 of 422 ~ 30.33%

%35.31
%34.36
%30.33

CMYK color model

#959180 color CMYK value is (0,3,14,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,3,14,42)
C0M3Y14K42 
(0%,3%,14%,42%)
(0.00/0.03/0.14/0.42)	

CMYK percentages

%0
%2.68
%14.09
%41.57

Codes

Color #959180 in popluar color models

959180
RGB149145128
HSL49°9.01%54.31%
HSB/HSV49°14.09%58.43%
CMYK0.00%2.68%14.09%
41.57%

Color #959180 in popluar number systems.

HEX959180
Decimal149145128
Binary100101011001000110000000
Octal225221200

Shades and tints

Shades of #959180

#959180
(149,145,128)
#888475
(136,132,117)
#7B776A
(123,119,106)
#6E6A5F
(110,106,95)
#615D54
(97,93,84)
#545049
(84,80,73)
#47433E
(71,67,62)
#3A3633
(58,54,51)
#2D2928
(45,41,40)
#201C1D
(32,28,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #959180

#959180
(149,145,128)
#9E9B8B
(158,155,139)
#A7A596
(167,165,150)
#B0AFA1
(176,175,161)
#B9B9AC
(185,185,172)
#C2C3B7
(194,195,183)
#CBCDC2
(203,205,194)
#D4D7CD
(212,215,205)
#DDE1D8
(221,225,216)
#E6EBE3
(230,235,227)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959180; }

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

This text font color is #959180.


Background Color

.myBgColor { background-color: #959180; }

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

This div background color is #959180.


Border color

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

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

This div border color is #959180.


Opacity

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

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

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

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

This text has shadow with #959180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959180 on black background.


Color preview on white background

This text has color #959180 on white background.



Black color preview on #959180 background

This text has black color on #959180 background.


White color preview on #959180 background

This text has white color on #959180 background.