COLOR #95977C

HEX: #95977C RGB: (149,151,124)

Color info

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

RGB color model

#95977C color RGB value is (149,151,124).

RGB: (149,151,124) (58%, 59%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 124 of 255 = 49%

149
151
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 151 + 124 = 424 (100%)
R 149 of 424 ~ 35.14%
G 151 of 424 ~ 35.61%
B 124 of 424 ~ 29.25'%

%35.14
%35.61
%29.25

CMYK color model

#95977C color CMYK value is (1,0,18,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK: (1,0,18,41) C1M0Y18K41 (1%,0%,18%,41%) (0.01/0.00/0.18/0.41) 

CMYK percentages

%1.32
%0
%17.88
%40.78

Codes

Color #95977C in popluar color models

95 97 7C
RGB 149 151 124
HSL 64° 11.49% 53.92%
HSB/HSV 64° 17.88% 59.22%
CMYK 1.32% 0.00% 17.88%
40.78%

Color #95977C in popluar number systems.

HEX 95 97 7C
Decimal 149 151 124
Binary 10010101 10010111 1111100
Octal 225 227 174

Shades and tints

Shades of #95977C

#95977C
(149,151,124)
#888A71
(136,138,113)
#7B7D66
(123,125,102)
#6E705B
(110,112,91)
#616350
(97,99,80)
#545645
(84,86,69)
#47493A
(71,73,58)
#3A3C2F
(58,60,47)
#2D2F24
(45,47,36)
#202219
(32,34,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #95977C

#95977C
(149,151,124)
#9EA087
(158,160,135)
#A7A992
(167,169,146)
#B0B29D
(176,178,157)
#B9BBA8
(185,187,168)
#C2C4B3
(194,196,179)
#CBCDBE
(203,205,190)
#D4D6C9
(212,214,201)
#DDDFD4
(221,223,212)
#E6E8DF
(230,232,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95977C color. Also use rgb(149,151,124) instead hex code.

Text Font Color

.myTextColor { color: #95977C; }

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

This text font color is #95977C.

Background Color

.myBgColor { background-color: #95977C; }

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

This div background color is #95977C.

Border color

.myBorderColor { border: 1px solid #95977C; }

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

This div border color is #95977C.

Opacity

.myOpacity80 { color: #95977C; opacity: 0.8; }

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

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

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

This text has shadow with #95977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95977C.

Preview

Color preview on black background

This text has color #95977C on black background.


Color preview on white background

This text has color #95977C on white background.


Black color preview on #95977C background

This text has black color on #95977C background.


White color preview on #95977C background

This text has white color on #95977C background.


Related colors

Complementary color

Complementary color for #hex is #6A6883.


I love getcolorcode.com

Triadic colors

1 #7C9597 and #977C95 with #95977C are triadic colors.

2 #7C9795 and #97957C with #95977C are triadic colors.