COLOR #8CA36C

HEX: #8CA36C RGB: (140,163,108)

Color info

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

RGB color model

#8CA36C color RGB value is (140,163,108).

RGB: (140,163,108) (55%, 64%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 108 of 255 = 42%

140
163
108

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

Portions of RGB colors in percentages

R + G + B = 140 + 163 + 108 = 411 (100%)
R 140 of 411 ~ 34.06%
G 163 of 411 ~ 39.66%
B 108 of 411 ~ 26.28'%

%34.06
%39.66
%26.28

CMYK color model

#8CA36C color CMYK value is (14,0,34,36).

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

CMYK: (14,0,34,36)
C14M0Y34K36 (14%, 0%, 34%, 36%)
(0.14 / 0.00 / 0.34 / 0.36)

CMYK percentages

%14.11
%0
%33.74
%36.08

Codes

Color #8CA36C in popluar color models

8C A3 6C
RGB 140 163 108
HSL 85° 23.01% 53.14%
HSB/HSV 85° 33.74% 63.92%
CMYK 14.11% 0.00% 33.74%
36.08%

Color #8CA36C in popluar number systems.

HEX 8C A3 6C
Decimal 140 163 108
Binary 10001100 10100011 1101100
Octal 214 243 154

Shades and tints

Shades of #8CA36C

#8CA36C
(140,163,108)
#809563
(128,149,99)
#74875A
(116,135,90)
#687951
(104,121,81)
#5C6B48
(92,107,72)
#505D3F
(80,93,63)
#444F36
(68,79,54)
#38412D
(56,65,45)
#2C3324
(44,51,36)
#20251B
(32,37,27)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #8CA36C

#8CA36C
(140,163,108)
#96AB79
(150,171,121)
#A0B386
(160,179,134)
#AABB93
(170,187,147)
#B4C3A0
(180,195,160)
#BECBAD
(190,203,173)
#C8D3BA
(200,211,186)
#D2DBC7
(210,219,199)
#DCE3D4
(220,227,212)
#E6EBE1
(230,235,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA36C; }

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

This text font color is #8CA36C.

Background Color

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

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

This div background color is #8CA36C.

Border color

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

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

This div border color is #8CA36C.

Opacity

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

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

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

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

This text has shadow with #8CA36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA36C.

Preview

Color preview on black background

This text has color #8CA36C on black background.


Color preview on white background

This text has color #8CA36C on white background.


Black color preview on #8CA36C background

This text has black color on #8CA36C background.


White color preview on #8CA36C background

This text has white color on #8CA36C background.


Related colors

Complementary color

Complementary color for #hex is #735C93.


I love getcolorcode.com

Triadic colors

1 #6C8CA3 and #A36C8C with #8CA36C are triadic colors.

2 #6CA38C and #A38C6C with #8CA36C are triadic colors.