COLOR #8CB862

HEX: #8CB862
RGB: (140,184,98)

Color info

#8CB862 contains mainly red and green colors. Web safe color of #8CB862 is #99CC66 (or #9C6).

RGB color model

#8CB862 color RGB value is (140,184,98).

  • red value is 140;
  • green value is 184;
  • blue value is 98.
RGB:
(140,184,98)
(55%,72%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 98 of 255 = 38%

140
184
98

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

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 98 = 422 (100%)
R 140 of 422 ~ 33.18%
G 184 of 422 ~ 43.6%
B 98 of 422 ~ 23.22%

%33.18
%43.6
%23.22

CMYK color model

#8CB862 color CMYK value is (24,0,47,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(24,0,47,28)
C24M0Y47K28 
(24%,0%,47%,28%)
(0.24/0.00/0.47/0.28)	

CMYK percentages

%23.91
%0
%46.74
%27.84

Codes

Color #8CB862 in popluar color models

8CB862
RGB14018498
HSL91°37.72%55.29%
HSB/HSV91°46.74%72.16%
CMYK23.91%0.00%46.74%
27.84%

Color #8CB862 in popluar number systems.

HEX8CB862
Decimal14018498
Binary10001100101110001100010
Octal214270142

Shades and tints

Shades of #8CB862

#8CB862
(140,184,98)
#80A85A
(128,168,90)
#749852
(116,152,82)
#68884A
(104,136,74)
#5C7842
(92,120,66)
#50683A
(80,104,58)
#445832
(68,88,50)
#38482A
(56,72,42)
#2C3822
(44,56,34)
#20281A
(32,40,26)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #8CB862

#8CB862
(140,184,98)
#96BE70
(150,190,112)
#A0C47E
(160,196,126)
#AACA8C
(170,202,140)
#B4D09A
(180,208,154)
#BED6A8
(190,214,168)
#C8DCB6
(200,220,182)
#D2E2C4
(210,226,196)
#DCE8D2
(220,232,210)
#E6EEE0
(230,238,224)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB862 color. Also use rgb(140,184,98) instead hex code.

Text Font Color

.myTextColor { color: #8CB862; }

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

This text font color is #8CB862.


Background Color

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

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

This div background color is #8CB862.


Border color

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

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

This div border color is #8CB862.


Opacity

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

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

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

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

This text has shadow with #8CB862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB862 on black background.


Color preview on white background

This text has color #8CB862 on white background.



Black color preview on #8CB862 background

This text has black color on #8CB862 background.


White color preview on #8CB862 background

This text has white color on #8CB862 background.