COLOR #9C9570

HEX: #9C9570
RGB: (156,149,112)

Color info

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

RGB color model

#9C9570 color RGB value is (156,149,112).

  • red value is 156;
  • green value is 149;
  • blue value is 112.
RGB:
(156,149,112)
(61%,58%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 112 of 255 = 44%

156
149
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 112 = 417 (100%)
R 156 of 417 ~ 37.41%
G 149 of 417 ~ 35.73%
B 112 of 417 ~ 26.86%

%37.41
%35.73
%26.86

CMYK color model

#9C9570 color CMYK value is (0,4,28,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,4,28,39)
C0M4Y28K39 
(0%,4%,28%,39%)
(0.00/0.04/0.28/0.39)	

CMYK percentages

%0
%4.49
%28.21
%38.82

Codes

Color #9C9570 in popluar color models

9C9570
RGB156149112
HSL50°18.18%52.55%
HSB/HSV50°28.21%61.18%
CMYK0.00%4.49%28.21%
38.82%

Color #9C9570 in popluar number systems.

HEX9C9570
Decimal156149112
Binary10011100100101011110000
Octal234225160

Shades and tints

Shades of #9C9570

#9C9570
(156,149,112)
#8E8866
(142,136,102)
#807B5C
(128,123,92)
#726E52
(114,110,82)
#646148
(100,97,72)
#56543E
(86,84,62)
#484734
(72,71,52)
#3A3A2A
(58,58,42)
#2C2D20
(44,45,32)
#1E2016
(30,32,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #9C9570

#9C9570
(156,149,112)
#A59E7D
(165,158,125)
#AEA78A
(174,167,138)
#B7B097
(183,176,151)
#C0B9A4
(192,185,164)
#C9C2B1
(201,194,177)
#D2CBBE
(210,203,190)
#DBD4CB
(219,212,203)
#E4DDD8
(228,221,216)
#EDE6E5
(237,230,229)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9570; }

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

This text font color is #9C9570.


Background Color

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

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

This div background color is #9C9570.


Border color

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

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

This div border color is #9C9570.


Opacity

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

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

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

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

This text has shadow with #9C9570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9570 on black background.


Color preview on white background

This text has color #9C9570 on white background.



Black color preview on #9C9570 background

This text has black color on #9C9570 background.


White color preview on #9C9570 background

This text has white color on #9C9570 background.