COLOR #9C9B70

HEX: #9C9B70
RGB: (156,155,112)

Color info

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

RGB color model

#9C9B70 color RGB value is (156,155,112).

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

RGB channels and saturation

R 156 of 255 = 61%
G 155 of 255 = 61%
B 112 of 255 = 44%

156
155
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 155 + 112 = 423 (100%)
R 156 of 423 ~ 36.88%
G 155 of 423 ~ 36.64%
B 112 of 423 ~ 26.48%

%36.88
%36.64
%26.48

CMYK color model

#9C9B70 color CMYK value is (0,1,28,39).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,1,28,39)
C0M1Y28K39 
(0%,1%,28%,39%)
(0.00/0.01/0.28/0.39)	

CMYK percentages

%0
%0.64
%28.21
%38.82

Codes

Color #9C9B70 in popluar color models

9C9B70
RGB156155112
HSL59°18.18%52.55%
HSB/HSV59°28.21%61.18%
CMYK0.00%0.64%28.21%
38.82%

Color #9C9B70 in popluar number systems.

HEX9C9B70
Decimal156155112
Binary10011100100110111110000
Octal234233160

Shades and tints

Shades of #9C9B70

#9C9B70
(156,155,112)
#8E8D66
(142,141,102)
#807F5C
(128,127,92)
#727152
(114,113,82)
#646348
(100,99,72)
#56553E
(86,85,62)
#484734
(72,71,52)
#3A392A
(58,57,42)
#2C2B20
(44,43,32)
#1E1D16
(30,29,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #9C9B70

#9C9B70
(156,155,112)
#A5A47D
(165,164,125)
#AEAD8A
(174,173,138)
#B7B697
(183,182,151)
#C0BFA4
(192,191,164)
#C9C8B1
(201,200,177)
#D2D1BE
(210,209,190)
#DBDACB
(219,218,203)
#E4E3D8
(228,227,216)
#EDECE5
(237,236,229)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9B70; }

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

This text font color is #9C9B70.


Background Color

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

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

This div background color is #9C9B70.


Border color

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

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

This div border color is #9C9B70.


Opacity

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

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

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

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

This text has shadow with #9C9B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9B70 on black background.


Color preview on white background

This text has color #9C9B70 on white background.



Black color preview on #9C9B70 background

This text has black color on #9C9B70 background.


White color preview on #9C9B70 background

This text has white color on #9C9B70 background.