COLOR #8CB64D

HEX: #8CB64D
RGB: (140,182,77)

Color info

#8CB64D contains mainly red and green colors. Web safe color of #8CB64D is #99CC33 (or #9C3).

RGB color model

#8CB64D color RGB value is (140,182,77).

  • red value is 140;
  • green value is 182;
  • blue value is 77.
RGB:
(140,182,77)
(55%,71%,30%)

RGB channels and saturation

R 140 of 255 = 55%
G 182 of 255 = 71%
B 77 of 255 = 30%

140
182
77

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

Portions of RGB colors in percentages

R + G + B =
140 + 182 + 77 = 399 (100%)
R 140 of 399 ~ 35.09%
G 182 of 399 ~ 45.61%
B 77 of 399 ~ 19.3%

%35.09
%45.61
%19.3

CMYK color model

#8CB64D color CMYK value is (23,0,58,29).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 28.63%
CMYK:
(23,0,58,29)
C23M0Y58K29 
(23%,0%,58%,29%)
(0.23/0.00/0.58/0.29)	

CMYK percentages

%23.08
%0
%57.69
%28.63

Codes

Color #8CB64D in popluar color models

8CB64D
RGB14018277
HSL84°41.83%50.78%
HSB/HSV84°57.69%71.37%
CMYK23.08%0.00%57.69%
28.63%

Color #8CB64D in popluar number systems.

HEX8CB64D
Decimal14018277
Binary10001100101101101001101
Octal214266115

Shades and tints

Shades of #8CB64D

#8CB64D
(140,182,77)
#80A646
(128,166,70)
#74963F
(116,150,63)
#688638
(104,134,56)
#5C7631
(92,118,49)
#50662A
(80,102,42)
#445623
(68,86,35)
#38461C
(56,70,28)
#2C3615
(44,54,21)
#20260E
(32,38,14)
#141607
(20,22,7)
#000000
(0,0,0)

Tints of #8CB64D

#8CB64D
(140,182,77)
#96BC5D
(150,188,93)
#A0C26D
(160,194,109)
#AAC87D
(170,200,125)
#B4CE8D
(180,206,141)
#BED49D
(190,212,157)
#C8DAAD
(200,218,173)
#D2E0BD
(210,224,189)
#DCE6CD
(220,230,205)
#E6ECDD
(230,236,221)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB64D color. Also use rgb(140,182,77) instead hex code.

Text Font Color

.myTextColor { color: #8CB64D; }

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

This text font color is #8CB64D.


Background Color

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

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

This div background color is #8CB64D.


Border color

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

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

This div border color is #8CB64D.


Opacity

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

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

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

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

This text has shadow with #8CB64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB64D on black background.


Color preview on white background

This text has color #8CB64D on white background.



Black color preview on #8CB64D background

This text has black color on #8CB64D background.


White color preview on #8CB64D background

This text has white color on #8CB64D background.