COLOR #8C9C78

HEX: #8C9C78
RGB: (140,156,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
156
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 120 = 416 (100%)
R 140 of 416 ~ 33.65%
G 156 of 416 ~ 37.5%
B 120 of 416 ~ 28.85%

%33.65
%37.5
%28.85

CMYK color model

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

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

CMYK percentages

%10.26
%0
%23.08
%38.82

Codes

Color #8C9C78 in popluar color models

8C9C78
RGB140156120
HSL87°15.38%54.12%
HSB/HSV87°23.08%61.18%
CMYK10.26%0.00%23.08%
38.82%

Color #8C9C78 in popluar number systems.

HEX8C9C78
Decimal140156120
Binary10001100100111001111000
Octal214234170

Shades and tints

Shades of #8C9C78

#8C9C78
(140,156,120)
#808E6E
(128,142,110)
#748064
(116,128,100)
#68725A
(104,114,90)
#5C6450
(92,100,80)
#505646
(80,86,70)
#44483C
(68,72,60)
#383A32
(56,58,50)
#2C2C28
(44,44,40)
#201E1E
(32,30,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8C9C78

#8C9C78
(140,156,120)
#96A584
(150,165,132)
#A0AE90
(160,174,144)
#AAB79C
(170,183,156)
#B4C0A8
(180,192,168)
#BEC9B4
(190,201,180)
#C8D2C0
(200,210,192)
#D2DBCC
(210,219,204)
#DCE4D8
(220,228,216)
#E6EDE4
(230,237,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9C78; }

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

This text font color is #8C9C78.


Background Color

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

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

This div background color is #8C9C78.


Border color

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

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

This div border color is #8C9C78.


Opacity

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

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

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

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

This text has shadow with #8C9C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9C78 on black background.


Color preview on white background

This text has color #8C9C78 on white background.



Black color preview on #8C9C78 background

This text has black color on #8C9C78 background.


White color preview on #8C9C78 background

This text has white color on #8C9C78 background.