COLOR #9C9C78

HEX: #9C9C78
RGB: (156,156,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
156
120

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

Portions of RGB colors in percentages

R + G + B =
156 + 156 + 120 = 432 (100%)
R 156 of 432 ~ 36.11%
G 156 of 432 ~ 36.11%
B 120 of 432 ~ 27.78%

%36.11
%36.11
%27.78

CMYK color model

#9C9C78 color CMYK value is (0,0,23,39).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 38.82%
CMYK:
(0,0,23,39)
C0M0Y23K39 
(0%,0%,23%,39%)
(0.00/0.00/0.23/0.39)	

CMYK percentages

%0
%0
%23.08
%38.82

Codes

Color #9C9C78 in popluar color models

9C9C78
RGB156156120
HSL60°15.38%54.12%
HSB/HSV60°23.08%61.18%
CMYK0.00%0.00%23.08%
38.82%

Color #9C9C78 in popluar number systems.

HEX9C9C78
Decimal156156120
Binary10011100100111001111000
Octal234234170

Shades and tints

Shades of #9C9C78

#9C9C78
(156,156,120)
#8E8E6E
(142,142,110)
#808064
(128,128,100)
#72725A
(114,114,90)
#646450
(100,100,80)
#565646
(86,86,70)
#48483C
(72,72,60)
#3A3A32
(58,58,50)
#2C2C28
(44,44,40)
#1E1E1E
(30,30,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #9C9C78

#9C9C78
(156,156,120)
#A5A584
(165,165,132)
#AEAE90
(174,174,144)
#B7B79C
(183,183,156)
#C0C0A8
(192,192,168)
#C9C9B4
(201,201,180)
#D2D2C0
(210,210,192)
#DBDBCC
(219,219,204)
#E4E4D8
(228,228,216)
#EDEDE4
(237,237,228)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9C78; }

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

This text font color is #9C9C78.


Background Color

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

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

This div background color is #9C9C78.


Border color

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

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

This div border color is #9C9C78.


Opacity

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

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

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

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

This text has shadow with #9C9C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9C78 on black background.


Color preview on white background

This text has color #9C9C78 on white background.



Black color preview on #9C9C78 background

This text has black color on #9C9C78 background.


White color preview on #9C9C78 background

This text has white color on #9C9C78 background.