COLOR #9C9E74

HEX: #9C9E74
RGB: (156,158,116)

Color info

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

RGB color model

#9C9E74 color RGB value is (156,158,116).

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

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 116 of 255 = 45%

156
158
116

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

Portions of RGB colors in percentages

R + G + B =
156 + 158 + 116 = 430 (100%)
R 156 of 430 ~ 36.28%
G 158 of 430 ~ 36.74%
B 116 of 430 ~ 26.98%

%36.28
%36.74
%26.98

CMYK color model

#9C9E74 color CMYK value is (1,0,27,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(1,0,27,38)
C1M0Y27K38 
(1%,0%,27%,38%)
(0.01/0.00/0.27/0.38)	

CMYK percentages

%1.27
%0
%26.58
%38.04

Codes

Color #9C9E74 in popluar color models

9C9E74
RGB156158116
HSL63°17.80%53.73%
HSB/HSV63°26.58%61.96%
CMYK1.27%0.00%26.58%
38.04%

Color #9C9E74 in popluar number systems.

HEX9C9E74
Decimal156158116
Binary10011100100111101110100
Octal234236164

Shades and tints

Shades of #9C9E74

#9C9E74
(156,158,116)
#8E906A
(142,144,106)
#808260
(128,130,96)
#727456
(114,116,86)
#64664C
(100,102,76)
#565842
(86,88,66)
#484A38
(72,74,56)
#3A3C2E
(58,60,46)
#2C2E24
(44,46,36)
#1E201A
(30,32,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #9C9E74

#9C9E74
(156,158,116)
#A5A680
(165,166,128)
#AEAE8C
(174,174,140)
#B7B698
(183,182,152)
#C0BEA4
(192,190,164)
#C9C6B0
(201,198,176)
#D2CEBC
(210,206,188)
#DBD6C8
(219,214,200)
#E4DED4
(228,222,212)
#EDE6E0
(237,230,224)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9E74; }

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

This text font color is #9C9E74.


Background Color

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

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

This div background color is #9C9E74.


Border color

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

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

This div border color is #9C9E74.


Opacity

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

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

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

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

This text has shadow with #9C9E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9E74 on black background.


Color preview on white background

This text has color #9C9E74 on white background.



Black color preview on #9C9E74 background

This text has black color on #9C9E74 background.


White color preview on #9C9E74 background

This text has white color on #9C9E74 background.