COLOR #8CA36F

HEX: #8CA36F RGB: (140,163,111)

Color info

#8CA36F contains red, green and blue colors in about the same proportion. Web safe color of #8CA36F is #999966 (or #996).

RGB color model

#8CA36F color RGB value is (140,163,111).

RGB: (140,163,111) (55%, 64%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 111 of 255 = 44%

140
163
111

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

Portions of RGB colors in percentages

R + G + B = 140 + 163 + 111 = 414 (100%)
R 140 of 414 ~ 33.82%
G 163 of 414 ~ 39.37%
B 111 of 414 ~ 26.81'%

%33.82
%39.37
%26.81

CMYK color model

#8CA36F color CMYK value is (14,0,32,36).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (14,0,32,36)
C14M0Y32K36 (14%, 0%, 32%, 36%)
(0.14 / 0.00 / 0.32 / 0.36)

CMYK percentages

%14.11
%0
%31.9
%36.08

Codes

Color #8CA36F in popluar color models

8C A3 6F
RGB 140 163 111
HSL 87° 22.03% 53.73%
HSB/HSV 87° 31.90% 63.92%
CMYK 14.11% 0.00% 31.90%
36.08%

Color #8CA36F in popluar number systems.

HEX 8C A3 6F
Decimal 140 163 111
Binary 10001100 10100011 1101111
Octal 214 243 157

Shades and tints

Shades of #8CA36F

#8CA36F
(140,163,111)
#809565
(128,149,101)
#74875B
(116,135,91)
#687951
(104,121,81)
#5C6B47
(92,107,71)
#505D3D
(80,93,61)
#444F33
(68,79,51)
#384129
(56,65,41)
#2C331F
(44,51,31)
#202515
(32,37,21)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #8CA36F

#8CA36F
(140,163,111)
#96AB7C
(150,171,124)
#A0B389
(160,179,137)
#AABB96
(170,187,150)
#B4C3A3
(180,195,163)
#BECBB0
(190,203,176)
#C8D3BD
(200,211,189)
#D2DBCA
(210,219,202)
#DCE3D7
(220,227,215)
#E6EBE4
(230,235,228)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA36F color. Also use rgb(140,163,111) instead hex code.

Text Font Color

.myTextColor { color: #8CA36F; }

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

This text font color is #8CA36F.

Background Color

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

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

This div background color is #8CA36F.

Border color

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

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

This div border color is #8CA36F.

Opacity

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

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

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

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

This text has shadow with #8CA36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA36F.

Preview

Color preview on black background

This text has color #8CA36F on black background.


Color preview on white background

This text has color #8CA36F on white background.


Black color preview on #8CA36F background

This text has black color on #8CA36F background.


White color preview on #8CA36F background

This text has white color on #8CA36F background.


Related colors

Complementary color

Complementary color for #hex is #735C90.


I love getcolorcode.com

Triadic colors

1 #6F8CA3 and #A36F8C with #8CA36F are triadic colors.

2 #6FA38C and #A38C6F with #8CA36F are triadic colors.