COLOR #8CB127

HEX: #8CB127
RGB: (140,177,39)

Color info

#8CB127 contains mainly red and green colors. Web safe color of #8CB127 is #999933 (or #993).

RGB color model

#8CB127 color RGB value is (140,177,39).

  • red value is 140;
  • green value is 177;
  • blue value is 39.
RGB:
(140,177,39)
(55%,69%,15%)

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 39 of 255 = 15%

140
177
39

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

Portions of RGB colors in percentages

R + G + B =
140 + 177 + 39 = 356 (100%)
R 140 of 356 ~ 39.33%
G 177 of 356 ~ 49.72%
B 39 of 356 ~ 10.96%

%39.33
%49.72
%10.96

CMYK color model

#8CB127 color CMYK value is (21,0,78,31).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 30.59%
CMYK:
(21,0,78,31)
C21M0Y78K31 
(21%,0%,78%,31%)
(0.21/0.00/0.78/0.31)	

CMYK percentages

%20.9
%0
%77.97
%30.59

Codes

Color #8CB127 in popluar color models

8CB127
RGB14017739
HSL76°63.89%42.35%
HSB/HSV76°77.97%69.41%
CMYK20.90%0.00%77.97%
30.59%

Color #8CB127 in popluar number systems.

HEX8CB127
Decimal14017739
Binary1000110010110001100111
Octal21426147

Shades and tints

Shades of #8CB127

#8CB127
(140,177,39)
#80A124
(128,161,36)
#749121
(116,145,33)
#68811E
(104,129,30)
#5C711B
(92,113,27)
#506118
(80,97,24)
#445115
(68,81,21)
#384112
(56,65,18)
#2C310F
(44,49,15)
#20210C
(32,33,12)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #8CB127

#8CB127
(140,177,39)
#96B83A
(150,184,58)
#A0BF4D
(160,191,77)
#AAC660
(170,198,96)
#B4CD73
(180,205,115)
#BED486
(190,212,134)
#C8DB99
(200,219,153)
#D2E2AC
(210,226,172)
#DCE9BF
(220,233,191)
#E6F0D2
(230,240,210)
#F0F7E5
(240,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB127 color. Also use rgb(140,177,39) instead hex code.

Text Font Color

.myTextColor { color: #8CB127; }

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

This text font color is #8CB127.


Background Color

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

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

This div background color is #8CB127.


Border color

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

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

This div border color is #8CB127.


Opacity

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

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

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

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

This text has shadow with #8CB127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB127 on black background.


Color preview on white background

This text has color #8CB127 on white background.



Black color preview on #8CB127 background

This text has black color on #8CB127 background.


White color preview on #8CB127 background

This text has white color on #8CB127 background.