COLOR #9C957C

HEX: #9C957C RGB: (156,149,124)

Color info

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

RGB color model

#9C957C color RGB value is (156,149,124).

RGB: (156,149,124) (61%, 58%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 124 of 255 = 49%

156
149
124

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

Portions of RGB colors in percentages

R + G + B = 156 + 149 + 124 = 429 (100%)
R 156 of 429 ~ 36.36%
G 149 of 429 ~ 34.73%
B 124 of 429 ~ 28.9'%

%36.36
%34.73
%28.9

CMYK color model

#9C957C color CMYK value is (0,4,21,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 20.51%
  • key color value is 38.82%

CMYK: (0,4,21,39)
C0M4Y21K39 (0%, 4%, 21%, 39%)
(0.00 / 0.04 / 0.21 / 0.39)

CMYK percentages

%0
%4.49
%20.51
%38.82

Codes

Color #9C957C in popluar color models

9C 95 7C
RGB 156 149 124
HSL 47° 13.91% 54.90%
HSB/HSV 47° 20.51% 61.18%
CMYK 0.00% 4.49% 20.51%
38.82%

Color #9C957C in popluar number systems.

HEX 9C 95 7C
Decimal 156 149 124
Binary 10011100 10010101 1111100
Octal 234 225 174

Shades and tints

Shades of #9C957C

#9C957C
(156,149,124)
#8E8871
(142,136,113)
#807B66
(128,123,102)
#726E5B
(114,110,91)
#646150
(100,97,80)
#565445
(86,84,69)
#48473A
(72,71,58)
#3A3A2F
(58,58,47)
#2C2D24
(44,45,36)
#1E2019
(30,32,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C957C

#9C957C
(156,149,124)
#A59E87
(165,158,135)
#AEA792
(174,167,146)
#B7B09D
(183,176,157)
#C0B9A8
(192,185,168)
#C9C2B3
(201,194,179)
#D2CBBE
(210,203,190)
#DBD4C9
(219,212,201)
#E4DDD4
(228,221,212)
#EDE6DF
(237,230,223)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C957C color. Also use rgb(156,149,124) instead hex code.

Text Font Color

.myTextColor { color: #9C957C; }

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

This text font color is #9C957C.

Background Color

.myBgColor { background-color: #9C957C; }

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

This div background color is #9C957C.

Border color

.myBorderColor { border: 1px solid #9C957C; }

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

This div border color is #9C957C.

Opacity

.myOpacity80 { color: #9C957C; opacity: 0.8; }

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

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

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

This text has shadow with #9C957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C957C.

Preview

Color preview on black background

This text has color #9C957C on black background.


Color preview on white background

This text has color #9C957C on white background.


Black color preview on #9C957C background

This text has black color on #9C957C background.


White color preview on #9C957C background

This text has white color on #9C957C background.


Related colors

Complementary color

Complementary color for #hex is #636A83.


I love getcolorcode.com

Triadic colors

1 #7C9C95 and #957C9C with #9C957C are triadic colors.

2 #7C959C and #959C7C with #9C957C are triadic colors.