COLOR #8CA563

HEX: #8CA563 RGB: (140,165,99)

Color info

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

RGB color model

#8CA563 color RGB value is (140,165,99).

RGB: (140,165,99) (55%, 65%, 39%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 99 of 255 = 39%

140
165
99

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 99 = 404 (100%)
R 140 of 404 ~ 34.65%
G 165 of 404 ~ 40.84%
B 99 of 404 ~ 24.5'%

%34.65
%40.84
%24.5

CMYK color model

#8CA563 color CMYK value is (15,0,40,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 35.29%

CMYK: (15,0,40,35)
C15M0Y40K35 (15%, 0%, 40%, 35%)
(0.15 / 0.00 / 0.40 / 0.35)

CMYK percentages

%15.15
%0
%40
%35.29

Codes

Color #8CA563 in popluar color models

8C A5 63
RGB 140 165 99
HSL 83° 26.83% 51.76%
HSB/HSV 83° 40.00% 64.71%
CMYK 15.15% 0.00% 40.00%
35.29%

Color #8CA563 in popluar number systems.

HEX 8C A5 63
Decimal 140 165 99
Binary 10001100 10100101 1100011
Octal 214 245 143

Shades and tints

Shades of #8CA563

#8CA563
(140,165,99)
#80965A
(128,150,90)
#748751
(116,135,81)
#687848
(104,120,72)
#5C693F
(92,105,63)
#505A36
(80,90,54)
#444B2D
(68,75,45)
#383C24
(56,60,36)
#2C2D1B
(44,45,27)
#201E12
(32,30,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #8CA563

#8CA563
(140,165,99)
#96AD71
(150,173,113)
#A0B57F
(160,181,127)
#AABD8D
(170,189,141)
#B4C59B
(180,197,155)
#BECDA9
(190,205,169)
#C8D5B7
(200,213,183)
#D2DDC5
(210,221,197)
#DCE5D3
(220,229,211)
#E6EDE1
(230,237,225)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA563 color. Also use rgb(140,165,99) instead hex code.

Text Font Color

.myTextColor { color: #8CA563; }

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

This text font color is #8CA563.

Background Color

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

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

This div background color is #8CA563.

Border color

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

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

This div border color is #8CA563.

Opacity

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

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

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

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

This text has shadow with #8CA563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA563.

Preview

Color preview on black background

This text has color #8CA563 on black background.


Color preview on white background

This text has color #8CA563 on white background.


Black color preview on #8CA563 background

This text has black color on #8CA563 background.


White color preview on #8CA563 background

This text has white color on #8CA563 background.


Related colors

Complementary color

Complementary color for #hex is #735A9C.


I love getcolorcode.com

Triadic colors

1 #638CA5 and #A5638C with #8CA563 are triadic colors.

2 #63A58C and #A58C63 with #8CA563 are triadic colors.