COLOR #9C9A7C

HEX: #9C9A7C
RGB: (156,154,124)

Color info

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

RGB color model

#9C9A7C color RGB value is (156,154,124).

  • red value is 156;
  • green value is 154;
  • blue value is 124.
RGB:
(156,154,124)
(61%,60%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 154 of 255 = 60%
B 124 of 255 = 49%

156
154
124

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

Portions of RGB colors in percentages

R + G + B =
156 + 154 + 124 = 434 (100%)
R 156 of 434 ~ 35.94%
G 154 of 434 ~ 35.48%
B 124 of 434 ~ 28.57%

%35.94
%35.48
%28.57

CMYK color model

#9C9A7C color CMYK value is (0,1,21,39).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 20.51%
  • key color value is 38.82%
CMYK:
(0,1,21,39)
C0M1Y21K39 
(0%,1%,21%,39%)
(0.00/0.01/0.21/0.39)	

CMYK percentages

%0
%1.28
%20.51
%38.82

Codes

Color #9C9A7C in popluar color models

9C9A7C
RGB156154124
HSL56°13.91%54.90%
HSB/HSV56°20.51%61.18%
CMYK0.00%1.28%20.51%
38.82%

Color #9C9A7C in popluar number systems.

HEX9C9A7C
Decimal156154124
Binary10011100100110101111100
Octal234232174

Shades and tints

Shades of #9C9A7C

#9C9A7C
(156,154,124)
#8E8C71
(142,140,113)
#807E66
(128,126,102)
#72705B
(114,112,91)
#646250
(100,98,80)
#565445
(86,84,69)
#48463A
(72,70,58)
#3A382F
(58,56,47)
#2C2A24
(44,42,36)
#1E1C19
(30,28,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #9C9A7C

#9C9A7C
(156,154,124)
#A5A387
(165,163,135)
#AEAC92
(174,172,146)
#B7B59D
(183,181,157)
#C0BEA8
(192,190,168)
#C9C7B3
(201,199,179)
#D2D0BE
(210,208,190)
#DBD9C9
(219,217,201)
#E4E2D4
(228,226,212)
#EDEBDF
(237,235,223)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9A7C; }

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

This text font color is #9C9A7C.


Background Color

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

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

This div background color is #9C9A7C.


Border color

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

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

This div border color is #9C9A7C.


Opacity

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

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

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

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

This text has shadow with #9C9A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9A7C on black background.


Color preview on white background

This text has color #9C9A7C on white background.



Black color preview on #9C9A7C background

This text has black color on #9C9A7C background.


White color preview on #9C9A7C background

This text has white color on #9C9A7C background.