COLOR #959A7C

HEX: #959A7C RGB: (149,154,124)

Color info

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

RGB color model

#959A7C color RGB value is (149,154,124).

RGB: (149,154,124) (58%, 60%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 124 of 255 = 49%

149
154
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 154 + 124 = 427 (100%)
R 149 of 427 ~ 34.89%
G 154 of 427 ~ 36.07%
B 124 of 427 ~ 29.04'%

%34.89
%36.07
%29.04

CMYK color model

#959A7C color CMYK value is (3,0,19,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 39.61%

CMYK: (3,0,19,40)
C3M0Y19K40 (3%, 0%, 19%, 40%)
(0.03 / 0.00 / 0.19 / 0.40)

CMYK percentages

%3.25
%0
%19.48
%39.61

Codes

Color #959A7C in popluar color models

95 9A 7C
RGB 149 154 124
HSL 70° 12.93% 54.51%
HSB/HSV 70° 19.48% 60.39%
CMYK 3.25% 0.00% 19.48%
39.61%

Color #959A7C in popluar number systems.

HEX 95 9A 7C
Decimal 149 154 124
Binary 10010101 10011010 1111100
Octal 225 232 174

Shades and tints

Shades of #959A7C

#959A7C
(149,154,124)
#888C71
(136,140,113)
#7B7E66
(123,126,102)
#6E705B
(110,112,91)
#616250
(97,98,80)
#545445
(84,84,69)
#47463A
(71,70,58)
#3A382F
(58,56,47)
#2D2A24
(45,42,36)
#201C19
(32,28,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #959A7C

#959A7C
(149,154,124)
#9EA387
(158,163,135)
#A7AC92
(167,172,146)
#B0B59D
(176,181,157)
#B9BEA8
(185,190,168)
#C2C7B3
(194,199,179)
#CBD0BE
(203,208,190)
#D4D9C9
(212,217,201)
#DDE2D4
(221,226,212)
#E6EBDF
(230,235,223)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A7C; }

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

This text font color is #959A7C.

Background Color

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

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

This div background color is #959A7C.

Border color

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

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

This div border color is #959A7C.

Opacity

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

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

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

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

This text has shadow with #959A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959A7C.

Preview

Color preview on black background

This text has color #959A7C on black background.


Color preview on white background

This text has color #959A7C on white background.


Black color preview on #959A7C background

This text has black color on #959A7C background.


White color preview on #959A7C background

This text has white color on #959A7C background.


Related colors

Complementary color

Complementary color for #hex is #6A6583.


I love getcolorcode.com

Triadic colors

1 #7C959A and #9A7C95 with #959A7C are triadic colors.

2 #7C9A95 and #9A957C with #959A7C are triadic colors.