COLOR #9C9E77

HEX: #9C9E77
RGB: (156,158,119)

Color info

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

RGB color model

#9C9E77 color RGB value is (156,158,119).

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

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 119 of 255 = 47%

156
158
119

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

Portions of RGB colors in percentages

R + G + B =
156 + 158 + 119 = 433 (100%)
R 156 of 433 ~ 36.03%
G 158 of 433 ~ 36.49%
B 119 of 433 ~ 27.48%

%36.03
%36.49
%27.48

CMYK color model

#9C9E77 color CMYK value is (1,0,25,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(1,0,25,38)
C1M0Y25K38 
(1%,0%,25%,38%)
(0.01/0.00/0.25/0.38)	

CMYK percentages

%1.27
%0
%24.68
%38.04

Codes

Color #9C9E77 in popluar color models

9C9E77
RGB156158119
HSL63°16.74%54.31%
HSB/HSV63°24.68%61.96%
CMYK1.27%0.00%24.68%
38.04%

Color #9C9E77 in popluar number systems.

HEX9C9E77
Decimal156158119
Binary10011100100111101110111
Octal234236167

Shades and tints

Shades of #9C9E77

#9C9E77
(156,158,119)
#8E906D
(142,144,109)
#808263
(128,130,99)
#727459
(114,116,89)
#64664F
(100,102,79)
#565845
(86,88,69)
#484A3B
(72,74,59)
#3A3C31
(58,60,49)
#2C2E27
(44,46,39)
#1E201D
(30,32,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #9C9E77

#9C9E77
(156,158,119)
#A5A683
(165,166,131)
#AEAE8F
(174,174,143)
#B7B69B
(183,182,155)
#C0BEA7
(192,190,167)
#C9C6B3
(201,198,179)
#D2CEBF
(210,206,191)
#DBD6CB
(219,214,203)
#E4DED7
(228,222,215)
#EDE6E3
(237,230,227)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9E77 color. Also use rgb(156,158,119) instead hex code.

Text Font Color

.myTextColor { color: #9C9E77; }

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

This text font color is #9C9E77.


Background Color

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

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

This div background color is #9C9E77.


Border color

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

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

This div border color is #9C9E77.


Opacity

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

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

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

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

This text has shadow with #9C9E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9E77 on black background.


Color preview on white background

This text has color #9C9E77 on white background.



Black color preview on #9C9E77 background

This text has black color on #9C9E77 background.


White color preview on #9C9E77 background

This text has white color on #9C9E77 background.