COLOR #8CA36B

HEX: #8CA36B RGB: (140,163,107)

Color info

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

RGB color model

#8CA36B color RGB value is (140,163,107).

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

RGB channels and saturation

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

140
163
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 163 + 107 = 410 (100%)
R 140 of 410 ~ 34.15%
G 163 of 410 ~ 39.76%
B 107 of 410 ~ 26.1'%

%34.15
%39.76
%26.1

CMYK color model

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

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • 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
%34.36
%36.08

Codes

Color #8CA36B in popluar color models

8C A3 6B
RGB 140 163 107
HSL 85° 23.33% 52.94%
HSB/HSV 85° 34.36% 63.92%
CMYK 14.11% 0.00% 34.36%
36.08%

Color #8CA36B in popluar number systems.

HEX 8C A3 6B
Decimal 140 163 107
Binary 10001100 10100011 1101011
Octal 214 243 153

Shades and tints

Shades of #8CA36B

#8CA36B
(140,163,107)
#809562
(128,149,98)
#748759
(116,135,89)
#687950
(104,121,80)
#5C6B47
(92,107,71)
#505D3E
(80,93,62)
#444F35
(68,79,53)
#38412C
(56,65,44)
#2C3323
(44,51,35)
#20251A
(32,37,26)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #8CA36B

#8CA36B
(140,163,107)
#96AB78
(150,171,120)
#A0B385
(160,179,133)
#AABB92
(170,187,146)
#B4C39F
(180,195,159)
#BECBAC
(190,203,172)
#C8D3B9
(200,211,185)
#D2DBC6
(210,219,198)
#DCE3D3
(220,227,211)
#E6EBE0
(230,235,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA36B; }

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

This text font color is #8CA36B.

Background Color

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

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

This div background color is #8CA36B.

Border color

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

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

This div border color is #8CA36B.

Opacity

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

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

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

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

This text has shadow with #8CA36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA36B.

Preview

Color preview on black background

This text has color #8CA36B on black background.


Color preview on white background

This text has color #8CA36B on white background.


Black color preview on #8CA36B background

This text has black color on #8CA36B background.


White color preview on #8CA36B background

This text has white color on #8CA36B background.


Related colors

Complementary color

Complementary color for #hex is #735C94.


I love getcolorcode.com

Triadic colors

1 #6B8CA3 and #A36B8C with #8CA36B are triadic colors.

2 #6BA38C and #A38C6B with #8CA36B are triadic colors.