COLOR #8CA85B

HEX: #8CA85B
RGB: (140,168,91)

Color info

#8CA85B contains mainly red and green colors. Web safe color of #8CA85B is #999966 (or #996).

RGB color model

#8CA85B color RGB value is (140,168,91).

  • red value is 140;
  • green value is 168;
  • blue value is 91.
RGB:
(140,168,91)
(55%,66%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 91 of 255 = 36%

140
168
91

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 91 = 399 (100%)
R 140 of 399 ~ 35.09%
G 168 of 399 ~ 42.11%
B 91 of 399 ~ 22.81%

%35.09
%42.11
%22.81

CMYK color model

#8CA85B color CMYK value is (17,0,46,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 34.12%
CMYK:
(17,0,46,34)
C17M0Y46K34 
(17%,0%,46%,34%)
(0.17/0.00/0.46/0.34)	

CMYK percentages

%16.67
%0
%45.83
%34.12

Codes

Color #8CA85B in popluar color models

8CA85B
RGB14016891
HSL82°30.68%50.78%
HSB/HSV82°45.83%65.88%
CMYK16.67%0.00%45.83%
34.12%

Color #8CA85B in popluar number systems.

HEX8CA85B
Decimal14016891
Binary10001100101010001011011
Octal214250133

Shades and tints

Shades of #8CA85B

#8CA85B
(140,168,91)
#809953
(128,153,83)
#748A4B
(116,138,75)
#687B43
(104,123,67)
#5C6C3B
(92,108,59)
#505D33
(80,93,51)
#444E2B
(68,78,43)
#383F23
(56,63,35)
#2C301B
(44,48,27)
#202113
(32,33,19)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #8CA85B

#8CA85B
(140,168,91)
#96AF69
(150,175,105)
#A0B677
(160,182,119)
#AABD85
(170,189,133)
#B4C493
(180,196,147)
#BECBA1
(190,203,161)
#C8D2AF
(200,210,175)
#D2D9BD
(210,217,189)
#DCE0CB
(220,224,203)
#E6E7D9
(230,231,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA85B color. Also use rgb(140,168,91) instead hex code.

Text Font Color

.myTextColor { color: #8CA85B; }

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

This text font color is #8CA85B.


Background Color

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

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

This div background color is #8CA85B.


Border color

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

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

This div border color is #8CA85B.


Opacity

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

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

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

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

This text has shadow with #8CA85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA85B on black background.


Color preview on white background

This text has color #8CA85B on white background.



Black color preview on #8CA85B background

This text has black color on #8CA85B background.


White color preview on #8CA85B background

This text has white color on #8CA85B background.