COLOR #8CBA2F

HEX: #8CBA2F
RGB: (140,186,47)

Color info

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

RGB color model

#8CBA2F color RGB value is (140,186,47).

  • red value is 140;
  • green value is 186;
  • blue value is 47.
RGB:
(140,186,47)
(55%,73%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 186 of 255 = 73%
B 47 of 255 = 18%

140
186
47

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

Portions of RGB colors in percentages

R + G + B =
140 + 186 + 47 = 373 (100%)
R 140 of 373 ~ 37.53%
G 186 of 373 ~ 49.87%
B 47 of 373 ~ 12.6%

%37.53
%49.87
%12.6

CMYK color model

#8CBA2F color CMYK value is (25,0,75,27).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 27.06%
CMYK:
(25,0,75,27)
C25M0Y75K27 
(25%,0%,75%,27%)
(0.25/0.00/0.75/0.27)	

CMYK percentages

%24.73
%0
%74.73
%27.06

Codes

Color #8CBA2F in popluar color models

8CBA2F
RGB14018647
HSL80°59.66%45.69%
HSB/HSV80°74.73%72.94%
CMYK24.73%0.00%74.73%
27.06%

Color #8CBA2F in popluar number systems.

HEX8CBA2F
Decimal14018647
Binary1000110010111010101111
Octal21427257

Shades and tints

Shades of #8CBA2F

#8CBA2F
(140,186,47)
#80AA2B
(128,170,43)
#749A27
(116,154,39)
#688A23
(104,138,35)
#5C7A1F
(92,122,31)
#506A1B
(80,106,27)
#445A17
(68,90,23)
#384A13
(56,74,19)
#2C3A0F
(44,58,15)
#202A0B
(32,42,11)
#141A07
(20,26,7)
#000000
(0,0,0)

Tints of #8CBA2F

#8CBA2F
(140,186,47)
#96C041
(150,192,65)
#A0C653
(160,198,83)
#AACC65
(170,204,101)
#B4D277
(180,210,119)
#BED889
(190,216,137)
#C8DE9B
(200,222,155)
#D2E4AD
(210,228,173)
#DCEABF
(220,234,191)
#E6F0D1
(230,240,209)
#F0F6E3
(240,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBA2F color. Also use rgb(140,186,47) instead hex code.

Text Font Color

.myTextColor { color: #8CBA2F; }

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

This text font color is #8CBA2F.


Background Color

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

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

This div background color is #8CBA2F.


Border color

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

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

This div border color is #8CBA2F.


Opacity

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

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

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

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

This text has shadow with #8CBA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBA2F on black background.


Color preview on white background

This text has color #8CBA2F on white background.



Black color preview on #8CBA2F background

This text has black color on #8CBA2F background.


White color preview on #8CBA2F background

This text has white color on #8CBA2F background.