COLOR #959684

HEX: #959684
RGB: (149,150,132)

Color info

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

RGB color model

#959684 color RGB value is (149,150,132).

  • red value is 149;
  • green value is 150;
  • blue value is 132.
RGB:
(149,150,132)
(58%,59%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 132 of 255 = 52%

149
150
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 132 = 431 (100%)
R 149 of 431 ~ 34.57%
G 150 of 431 ~ 34.8%
B 132 of 431 ~ 30.63%

%34.57
%34.8
%30.63

CMYK color model

#959684 color CMYK value is (1,0,12,41).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(1,0,12,41)
C1M0Y12K41 
(1%,0%,12%,41%)
(0.01/0.00/0.12/0.41)	

CMYK percentages

%0.67
%0
%12
%41.18

Codes

Color #959684 in popluar color models

959684
RGB149150132
HSL63°7.89%55.29%
HSB/HSV63°12.00%58.82%
CMYK0.67%0.00%12.00%
41.18%

Color #959684 in popluar number systems.

HEX959684
Decimal149150132
Binary100101011001011010000100
Octal225226204

Shades and tints

Shades of #959684

#959684
(149,150,132)
#888978
(136,137,120)
#7B7C6C
(123,124,108)
#6E6F60
(110,111,96)
#616254
(97,98,84)
#545548
(84,85,72)
#47483C
(71,72,60)
#3A3B30
(58,59,48)
#2D2E24
(45,46,36)
#202118
(32,33,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #959684

#959684
(149,150,132)
#9E9F8F
(158,159,143)
#A7A89A
(167,168,154)
#B0B1A5
(176,177,165)
#B9BAB0
(185,186,176)
#C2C3BB
(194,195,187)
#CBCCC6
(203,204,198)
#D4D5D1
(212,213,209)
#DDDEDC
(221,222,220)
#E6E7E7
(230,231,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959684 color. Also use rgb(149,150,132) instead hex code.

Text Font Color

.myTextColor { color: #959684; }

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

This text font color is #959684.


Background Color

.myBgColor { background-color: #959684; }

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

This div background color is #959684.


Border color

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

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

This div border color is #959684.


Opacity

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

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

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

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

This text has shadow with #959684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959684 on black background.


Color preview on white background

This text has color #959684 on white background.



Black color preview on #959684 background

This text has black color on #959684 background.


White color preview on #959684 background

This text has white color on #959684 background.