COLOR #9C9D78

HEX: #9C9D78
RGB: (156,157,120)

Color info

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

RGB color model

#9C9D78 color RGB value is (156,157,120).

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

RGB channels and saturation

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

156
157
120

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

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 120 = 433 (100%)
R 156 of 433 ~ 36.03%
G 157 of 433 ~ 36.26%
B 120 of 433 ~ 27.71%

%36.03
%36.26
%27.71

CMYK color model

#9C9D78 color CMYK value is (1,0,24,38).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 38.43%
CMYK:
(1,0,24,38)
C1M0Y24K38 
(1%,0%,24%,38%)
(0.01/0.00/0.24/0.38)	

CMYK percentages

%0.64
%0
%23.57
%38.43

Codes

Color #9C9D78 in popluar color models

9C9D78
RGB156157120
HSL62°15.88%54.31%
HSB/HSV62°23.57%61.57%
CMYK0.64%0.00%23.57%
38.43%

Color #9C9D78 in popluar number systems.

HEX9C9D78
Decimal156157120
Binary10011100100111011111000
Octal234235170

Shades and tints

Shades of #9C9D78

#9C9D78
(156,157,120)
#8E8F6E
(142,143,110)
#808164
(128,129,100)
#72735A
(114,115,90)
#646550
(100,101,80)
#565746
(86,87,70)
#48493C
(72,73,60)
#3A3B32
(58,59,50)
#2C2D28
(44,45,40)
#1E1F1E
(30,31,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #9C9D78

#9C9D78
(156,157,120)
#A5A584
(165,165,132)
#AEAD90
(174,173,144)
#B7B59C
(183,181,156)
#C0BDA8
(192,189,168)
#C9C5B4
(201,197,180)
#D2CDC0
(210,205,192)
#DBD5CC
(219,213,204)
#E4DDD8
(228,221,216)
#EDE5E4
(237,229,228)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9D78; }

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

This text font color is #9C9D78.


Background Color

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

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

This div background color is #9C9D78.


Border color

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

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

This div border color is #9C9D78.


Opacity

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

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

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

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

This text has shadow with #9C9D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9D78 on black background.


Color preview on white background

This text has color #9C9D78 on white background.



Black color preview on #9C9D78 background

This text has black color on #9C9D78 background.


White color preview on #9C9D78 background

This text has white color on #9C9D78 background.