COLOR #959E84

HEX: #959E84 RGB: (149,158,132)

Color info

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

RGB color model

#959E84 color RGB value is (149,158,132).

RGB: (149,158,132) (58%, 62%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 132 of 255 = 52%

149
158
132

R + G + B ~ 57%. #959E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 158 + 132 = 439 (100%)
R 149 of 439 ~ 33.94%
G 158 of 439 ~ 35.99%
B 132 of 439 ~ 30.07'%

%33.94
%35.99
%30.07

CMYK color model

#959E84 color CMYK value is (6,0,16,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 38.04%
CMYK: (6,0,16,38) C6M0Y16K38 (6%,0%,16%,38%) (0.06/0.00/0.16/0.38) 

CMYK percentages

%5.7
%0
%16.46
%38.04

Codes

Color #959E84 in popluar color models

95 9E 84
RGB 149 158 132
HSL 81° 11.82% 56.86%
HSB/HSV 81° 16.46% 61.96%
CMYK 5.70% 0.00% 16.46%
38.04%

Color #959E84 in popluar number systems.

HEX 95 9E 84
Decimal 149 158 132
Binary 10010101 10011110 10000100
Octal 225 236 204

Shades and tints

Shades of #959E84

#959E84
(149,158,132)
#889078
(136,144,120)
#7B826C
(123,130,108)
#6E7460
(110,116,96)
#616654
(97,102,84)
#545848
(84,88,72)
#474A3C
(71,74,60)
#3A3C30
(58,60,48)
#2D2E24
(45,46,36)
#202018
(32,32,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #959E84

#959E84
(149,158,132)
#9EA68F
(158,166,143)
#A7AE9A
(167,174,154)
#B0B6A5
(176,182,165)
#B9BEB0
(185,190,176)
#C2C6BB
(194,198,187)
#CBCEC6
(203,206,198)
#D4D6D1
(212,214,209)
#DDDEDC
(221,222,220)
#E6E6E7
(230,230,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959E84; }

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

This text font color is #959E84.

Background Color

.myBgColor { background-color: #959E84; }

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

This div background color is #959E84.

Border color

.myBorderColor { border: 1px solid #959E84; }

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

This div border color is #959E84.

Opacity

.myOpacity80 { color: #959E84; opacity: 0.8; }

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

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

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

This text has shadow with #959E84 color.


.textShadow {text-shadow: 3px 3px 1px #959E84', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959E84; -webkit-box-shadow: 1px 1px 3px 2px #959E84; box-shadow:1px 1px 3px 2px #959E84;">
Div content here
</div>

This div box has shadow with color #959E84.

Preview

Color preview on black background

This text has color #959E84 on black background.


Color preview on white background

This text has color #959E84 on white background.


Black color preview on #959E84 background

This text has black color on #959E84 background.


White color preview on #959E84 background

This text has white color on #959E84 background.


Related colors

Complementary color

Complementary color for #hex is #6A617B.


I love getcolorcode.com

Triadic colors

1 #84959E and #9E8495 with #959E84 are triadic colors.

2 #849E95 and #9E9584 with #959E84 are triadic colors.