COLOR #8C9863

HEX: #8C9863
RGB: (140,152,99)

Color info

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

RGB color model

#8C9863 color RGB value is (140,152,99).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 99 of 255 = 39%

140
152
99

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 99 = 391 (100%)
R 140 of 391 ~ 35.81%
G 152 of 391 ~ 38.87%
B 99 of 391 ~ 25.32%

%35.81
%38.87
%25.32

CMYK color model

#8C9863 color CMYK value is (8,0,35,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(8,0,35,40)
C8M0Y35K40 
(8%,0%,35%,40%)
(0.08/0.00/0.35/0.40)	

CMYK percentages

%7.89
%0
%34.87
%40.39

Codes

Color #8C9863 in popluar color models

8C9863
RGB14015299
HSL74°21.12%49.22%
HSB/HSV74°34.87%59.61%
CMYK7.89%0.00%34.87%
40.39%

Color #8C9863 in popluar number systems.

HEX8C9863
Decimal14015299
Binary10001100100110001100011
Octal214230143

Shades and tints

Shades of #8C9863

#8C9863
(140,152,99)
#808B5A
(128,139,90)
#747E51
(116,126,81)
#687148
(104,113,72)
#5C643F
(92,100,63)
#505736
(80,87,54)
#444A2D
(68,74,45)
#383D24
(56,61,36)
#2C301B
(44,48,27)
#202312
(32,35,18)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #8C9863

#8C9863
(140,152,99)
#96A171
(150,161,113)
#A0AA7F
(160,170,127)
#AAB38D
(170,179,141)
#B4BC9B
(180,188,155)
#BEC5A9
(190,197,169)
#C8CEB7
(200,206,183)
#D2D7C5
(210,215,197)
#DCE0D3
(220,224,211)
#E6E9E1
(230,233,225)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9863; }

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

This text font color is #8C9863.


Background Color

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

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

This div background color is #8C9863.


Border color

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

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

This div border color is #8C9863.


Opacity

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

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

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

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

This text has shadow with #8C9863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9863 on black background.


Color preview on white background

This text has color #8C9863 on white background.



Black color preview on #8C9863 background

This text has black color on #8C9863 background.


White color preview on #8C9863 background

This text has white color on #8C9863 background.