COLOR #9C9470

HEX: #9C9470
RGB: (156,148,112)

Color info

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

RGB color model

#9C9470 color RGB value is (156,148,112).

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

RGB channels and saturation

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

156
148
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 112 = 416 (100%)
R 156 of 416 ~ 37.5%
G 148 of 416 ~ 35.58%
B 112 of 416 ~ 26.92%

%37.5
%35.58
%26.92

CMYK color model

#9C9470 color CMYK value is (0,5,28,39).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,5,28,39)
C0M5Y28K39 
(0%,5%,28%,39%)
(0.00/0.05/0.28/0.39)	

CMYK percentages

%0
%5.13
%28.21
%38.82

Codes

Color #9C9470 in popluar color models

9C9470
RGB156148112
HSL49°18.18%52.55%
HSB/HSV49°28.21%61.18%
CMYK0.00%5.13%28.21%
38.82%

Color #9C9470 in popluar number systems.

HEX9C9470
Decimal156148112
Binary10011100100101001110000
Octal234224160

Shades and tints

Shades of #9C9470

#9C9470
(156,148,112)
#8E8766
(142,135,102)
#807A5C
(128,122,92)
#726D52
(114,109,82)
#646048
(100,96,72)
#56533E
(86,83,62)
#484634
(72,70,52)
#3A392A
(58,57,42)
#2C2C20
(44,44,32)
#1E1F16
(30,31,22)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9C9470

#9C9470
(156,148,112)
#A59D7D
(165,157,125)
#AEA68A
(174,166,138)
#B7AF97
(183,175,151)
#C0B8A4
(192,184,164)
#C9C1B1
(201,193,177)
#D2CABE
(210,202,190)
#DBD3CB
(219,211,203)
#E4DCD8
(228,220,216)
#EDE5E5
(237,229,229)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9470; }

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

This text font color is #9C9470.


Background Color

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

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

This div background color is #9C9470.


Border color

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

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

This div border color is #9C9470.


Opacity

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

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

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

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

This text has shadow with #9C9470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9470 on black background.


Color preview on white background

This text has color #9C9470 on white background.



Black color preview on #9C9470 background

This text has black color on #9C9470 background.


White color preview on #9C9470 background

This text has white color on #9C9470 background.