COLOR #8CBA5D

HEX: #8CBA5D
RGB: (140,186,93)

Color info

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

RGB color model

#8CBA5D color RGB value is (140,186,93).

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

RGB channels and saturation

R 140 of 255 = 55%
G 186 of 255 = 73%
B 93 of 255 = 36%

140
186
93

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

Portions of RGB colors in percentages

R + G + B =
140 + 186 + 93 = 419 (100%)
R 140 of 419 ~ 33.41%
G 186 of 419 ~ 44.39%
B 93 of 419 ~ 22.2%

%33.41
%44.39
%22.2

CMYK color model

#8CBA5D color CMYK value is (25,0,50,27).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 27.06%
CMYK:
(25,0,50,27)
C25M0Y50K27 
(25%,0%,50%,27%)
(0.25/0.00/0.50/0.27)	

CMYK percentages

%24.73
%0
%50
%27.06

Codes

Color #8CBA5D in popluar color models

8CBA5D
RGB14018693
HSL90°40.26%54.71%
HSB/HSV90°50.00%72.94%
CMYK24.73%0.00%50.00%
27.06%

Color #8CBA5D in popluar number systems.

HEX8CBA5D
Decimal14018693
Binary10001100101110101011101
Octal214272135

Shades and tints

Shades of #8CBA5D

#8CBA5D
(140,186,93)
#80AA55
(128,170,85)
#749A4D
(116,154,77)
#688A45
(104,138,69)
#5C7A3D
(92,122,61)
#506A35
(80,106,53)
#445A2D
(68,90,45)
#384A25
(56,74,37)
#2C3A1D
(44,58,29)
#202A15
(32,42,21)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #8CBA5D

#8CBA5D
(140,186,93)
#96C06B
(150,192,107)
#A0C679
(160,198,121)
#AACC87
(170,204,135)
#B4D295
(180,210,149)
#BED8A3
(190,216,163)
#C8DEB1
(200,222,177)
#D2E4BF
(210,228,191)
#DCEACD
(220,234,205)
#E6F0DB
(230,240,219)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBA5D; }

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

This text font color is #8CBA5D.


Background Color

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

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

This div background color is #8CBA5D.


Border color

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

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

This div border color is #8CBA5D.


Opacity

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

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

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

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

This text has shadow with #8CBA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBA5D on black background.


Color preview on white background

This text has color #8CBA5D on white background.



Black color preview on #8CBA5D background

This text has black color on #8CBA5D background.


White color preview on #8CBA5D background

This text has white color on #8CBA5D background.