COLOR #9C9D79

HEX: #9C9D79
RGB: (156,157,121)

Color info

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

RGB color model

#9C9D79 color RGB value is (156,157,121).

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

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 121 of 255 = 47%

156
157
121

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

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 121 = 434 (100%)
R 156 of 434 ~ 35.94%
G 157 of 434 ~ 36.18%
B 121 of 434 ~ 27.88%

%35.94
%36.18
%27.88

CMYK color model

#9C9D79 color CMYK value is (1,0,23,38).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK:
(1,0,23,38)
C1M0Y23K38 
(1%,0%,23%,38%)
(0.01/0.00/0.23/0.38)	

CMYK percentages

%0.64
%0
%22.93
%38.43

Codes

Color #9C9D79 in popluar color models

9C9D79
RGB156157121
HSL62°15.52%54.51%
HSB/HSV62°22.93%61.57%
CMYK0.64%0.00%22.93%
38.43%

Color #9C9D79 in popluar number systems.

HEX9C9D79
Decimal156157121
Binary10011100100111011111001
Octal234235171

Shades and tints

Shades of #9C9D79

#9C9D79
(156,157,121)
#8E8F6E
(142,143,110)
#808163
(128,129,99)
#727358
(114,115,88)
#64654D
(100,101,77)
#565742
(86,87,66)
#484937
(72,73,55)
#3A3B2C
(58,59,44)
#2C2D21
(44,45,33)
#1E1F16
(30,31,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #9C9D79

#9C9D79
(156,157,121)
#A5A585
(165,165,133)
#AEAD91
(174,173,145)
#B7B59D
(183,181,157)
#C0BDA9
(192,189,169)
#C9C5B5
(201,197,181)
#D2CDC1
(210,205,193)
#DBD5CD
(219,213,205)
#E4DDD9
(228,221,217)
#EDE5E5
(237,229,229)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9D79; }

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

This text font color is #9C9D79.


Background Color

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

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

This div background color is #9C9D79.


Border color

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

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

This div border color is #9C9D79.


Opacity

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

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

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

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

This text has shadow with #9C9D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9D79 on black background.


Color preview on white background

This text has color #9C9D79 on white background.



Black color preview on #9C9D79 background

This text has black color on #9C9D79 background.


White color preview on #9C9D79 background

This text has white color on #9C9D79 background.