COLOR #9C9970

HEX: #9C9970
RGB: (156,153,112)

Color info

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

RGB color model

#9C9970 color RGB value is (156,153,112).

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

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 112 of 255 = 44%

156
153
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 112 = 421 (100%)
R 156 of 421 ~ 37.05%
G 153 of 421 ~ 36.34%
B 112 of 421 ~ 26.6%

%37.05
%36.34
%26.6

CMYK color model

#9C9970 color CMYK value is (0,2,28,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,2,28,39)
C0M2Y28K39 
(0%,2%,28%,39%)
(0.00/0.02/0.28/0.39)	

CMYK percentages

%0
%1.92
%28.21
%38.82

Codes

Color #9C9970 in popluar color models

9C9970
RGB156153112
HSL56°18.18%52.55%
HSB/HSV56°28.21%61.18%
CMYK0.00%1.92%28.21%
38.82%

Color #9C9970 in popluar number systems.

HEX9C9970
Decimal156153112
Binary10011100100110011110000
Octal234231160

Shades and tints

Shades of #9C9970

#9C9970
(156,153,112)
#8E8C66
(142,140,102)
#807F5C
(128,127,92)
#727252
(114,114,82)
#646548
(100,101,72)
#56583E
(86,88,62)
#484B34
(72,75,52)
#3A3E2A
(58,62,42)
#2C3120
(44,49,32)
#1E2416
(30,36,22)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #9C9970

#9C9970
(156,153,112)
#A5A27D
(165,162,125)
#AEAB8A
(174,171,138)
#B7B497
(183,180,151)
#C0BDA4
(192,189,164)
#C9C6B1
(201,198,177)
#D2CFBE
(210,207,190)
#DBD8CB
(219,216,203)
#E4E1D8
(228,225,216)
#EDEAE5
(237,234,229)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9970; }

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

This text font color is #9C9970.


Background Color

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

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

This div background color is #9C9970.


Border color

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

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

This div border color is #9C9970.


Opacity

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

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

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

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

This text has shadow with #9C9970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9970 on black background.


Color preview on white background

This text has color #9C9970 on white background.



Black color preview on #9C9970 background

This text has black color on #9C9970 background.


White color preview on #9C9970 background

This text has white color on #9C9970 background.