COLOR #9C9179

HEX: #9C9179
RGB: (156,145,121)

Color info

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

RGB color model

#9C9179 color RGB value is (156,145,121).

  • red value is 156;
  • green value is 145;
  • blue value is 121.
RGB:
(156,145,121)
(61%,57%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 145 of 255 = 57%
B 121 of 255 = 47%

156
145
121

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

Portions of RGB colors in percentages

R + G + B =
156 + 145 + 121 = 422 (100%)
R 156 of 422 ~ 36.97%
G 145 of 422 ~ 34.36%
B 121 of 422 ~ 28.67%

%36.97
%34.36
%28.67

CMYK color model

#9C9179 color CMYK value is (0,7,22,39).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 22.44%
  • key color value is 38.82%
CMYK:
(0,7,22,39)
C0M7Y22K39 
(0%,7%,22%,39%)
(0.00/0.07/0.22/0.39)	

CMYK percentages

%0
%7.05
%22.44
%38.82

Codes

Color #9C9179 in popluar color models

9C9179
RGB156145121
HSL41°15.02%54.31%
HSB/HSV41°22.44%61.18%
CMYK0.00%7.05%22.44%
38.82%

Color #9C9179 in popluar number systems.

HEX9C9179
Decimal156145121
Binary10011100100100011111001
Octal234221171

Shades and tints

Shades of #9C9179

#9C9179
(156,145,121)
#8E846E
(142,132,110)
#807763
(128,119,99)
#726A58
(114,106,88)
#645D4D
(100,93,77)
#565042
(86,80,66)
#484337
(72,67,55)
#3A362C
(58,54,44)
#2C2921
(44,41,33)
#1E1C16
(30,28,22)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #9C9179

#9C9179
(156,145,121)
#A59B85
(165,155,133)
#AEA591
(174,165,145)
#B7AF9D
(183,175,157)
#C0B9A9
(192,185,169)
#C9C3B5
(201,195,181)
#D2CDC1
(210,205,193)
#DBD7CD
(219,215,205)
#E4E1D9
(228,225,217)
#EDEBE5
(237,235,229)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9179 color. Also use rgb(156,145,121) instead hex code.

Text Font Color

.myTextColor { color: #9C9179; }

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

This text font color is #9C9179.


Background Color

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

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

This div background color is #9C9179.


Border color

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

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

This div border color is #9C9179.


Opacity

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

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

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

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

This text has shadow with #9C9179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9179 on black background.


Color preview on white background

This text has color #9C9179 on white background.



Black color preview on #9C9179 background

This text has black color on #9C9179 background.


White color preview on #9C9179 background

This text has white color on #9C9179 background.