COLOR #959E7C

HEX: #959E7C RGB: (149,158,124)

Color info

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

RGB color model

#959E7C color RGB value is (149,158,124).

RGB: (149,158,124) (58%, 62%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 124 of 255 = 49%

149
158
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 158 + 124 = 431 (100%)
R 149 of 431 ~ 34.57%
G 158 of 431 ~ 36.66%
B 124 of 431 ~ 28.77'%

%34.57
%36.66
%28.77

CMYK color model

#959E7C color CMYK value is (6,0,22,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%

CMYK: (6,0,22,38)
C6M0Y22K38 (6%, 0%, 22%, 38%)
(0.06 / 0.00 / 0.22 / 0.38)

CMYK percentages

%5.7
%0
%21.52
%38.04

Codes

Color #959E7C in popluar color models

95 9E 7C
RGB 149 158 124
HSL 76° 14.91% 55.29%
HSB/HSV 76° 21.52% 61.96%
CMYK 5.70% 0.00% 21.52%
38.04%

Color #959E7C in popluar number systems.

HEX 95 9E 7C
Decimal 149 158 124
Binary 10010101 10011110 1111100
Octal 225 236 174

Shades and tints

Shades of #959E7C

#959E7C
(149,158,124)
#889071
(136,144,113)
#7B8266
(123,130,102)
#6E745B
(110,116,91)
#616650
(97,102,80)
#545845
(84,88,69)
#474A3A
(71,74,58)
#3A3C2F
(58,60,47)
#2D2E24
(45,46,36)
#202019
(32,32,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #959E7C

#959E7C
(149,158,124)
#9EA687
(158,166,135)
#A7AE92
(167,174,146)
#B0B69D
(176,182,157)
#B9BEA8
(185,190,168)
#C2C6B3
(194,198,179)
#CBCEBE
(203,206,190)
#D4D6C9
(212,214,201)
#DDDED4
(221,222,212)
#E6E6DF
(230,230,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959E7C; }

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

This text font color is #959E7C.

Background Color

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

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

This div background color is #959E7C.

Border color

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

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

This div border color is #959E7C.

Opacity

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

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

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

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

This text has shadow with #959E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959E7C.

Preview

Color preview on black background

This text has color #959E7C on black background.


Color preview on white background

This text has color #959E7C on white background.


Black color preview on #959E7C background

This text has black color on #959E7C background.


White color preview on #959E7C background

This text has white color on #959E7C background.


Related colors

Complementary color

Complementary color for #hex is #6A6183.


I love getcolorcode.com

Triadic colors

1 #7C959E and #9E7C95 with #959E7C are triadic colors.

2 #7C9E95 and #9E957C with #959E7C are triadic colors.