COLOR #8C9860

HEX: #8C9860
RGB: (140,152,96)

Color info

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

RGB color model

#8C9860 color RGB value is (140,152,96).

  • red value is 140;
  • green value is 152;
  • blue value is 96.
RGB:
(140,152,96)
(55%,60%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 96 of 255 = 38%

140
152
96

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 96 = 388 (100%)
R 140 of 388 ~ 36.08%
G 152 of 388 ~ 39.18%
B 96 of 388 ~ 24.74%

%36.08
%39.18
%24.74

CMYK color model

#8C9860 color CMYK value is (8,0,37,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 40.39%
CMYK:
(8,0,37,40)
C8M0Y37K40 
(8%,0%,37%,40%)
(0.08/0.00/0.37/0.40)	

CMYK percentages

%7.89
%0
%36.84
%40.39

Codes

Color #8C9860 in popluar color models

8C9860
RGB14015296
HSL73°22.58%48.63%
HSB/HSV73°36.84%59.61%
CMYK7.89%0.00%36.84%
40.39%

Color #8C9860 in popluar number systems.

HEX8C9860
Decimal14015296
Binary10001100100110001100000
Octal214230140

Shades and tints

Shades of #8C9860

#8C9860
(140,152,96)
#808B58
(128,139,88)
#747E50
(116,126,80)
#687148
(104,113,72)
#5C6440
(92,100,64)
#505738
(80,87,56)
#444A30
(68,74,48)
#383D28
(56,61,40)
#2C3020
(44,48,32)
#202318
(32,35,24)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #8C9860

#8C9860
(140,152,96)
#96A16E
(150,161,110)
#A0AA7C
(160,170,124)
#AAB38A
(170,179,138)
#B4BC98
(180,188,152)
#BEC5A6
(190,197,166)
#C8CEB4
(200,206,180)
#D2D7C2
(210,215,194)
#DCE0D0
(220,224,208)
#E6E9DE
(230,233,222)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9860 color. Also use rgb(140,152,96) instead hex code.

Text Font Color

.myTextColor { color: #8C9860; }

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

This text font color is #8C9860.


Background Color

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

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

This div background color is #8C9860.


Border color

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

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

This div border color is #8C9860.


Opacity

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

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

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

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

This text has shadow with #8C9860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9860 on black background.


Color preview on white background

This text has color #8C9860 on white background.



Black color preview on #8C9860 background

This text has black color on #8C9860 background.


White color preview on #8C9860 background

This text has white color on #8C9860 background.