COLOR #8DA563

HEX: #8DA563 RGB: (141,165,99)

Color info

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

RGB color model

#8DA563 color RGB value is (141,165,99).

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

RGB channels and saturation

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

141
165
99

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

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 99 = 405 (100%)
R 141 of 405 ~ 34.81%
G 165 of 405 ~ 40.74%
B 99 of 405 ~ 24.44'%

%34.81
%40.74
%24.44

CMYK color model

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

  • cyan value is 14.55%
  • 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

%14.55
%0
%40
%35.29

Codes

Color #8DA563 in popluar color models

8D A5 63
RGB 141 165 99
HSL 82° 26.83% 51.76%
HSB/HSV 82° 40.00% 64.71%
CMYK 14.55% 0.00% 40.00%
35.29%

Color #8DA563 in popluar number systems.

HEX 8D A5 63
Decimal 141 165 99
Binary 10001101 10100101 1100011
Octal 215 245 143

Shades and tints

Shades of #8DA563

#8DA563
(141,165,99)
#81965A
(129,150,90)
#758751
(117,135,81)
#697848
(105,120,72)
#5D693F
(93,105,63)
#515A36
(81,90,54)
#454B2D
(69,75,45)
#393C24
(57,60,36)
#2D2D1B
(45,45,27)
#211E12
(33,30,18)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #8DA563

#8DA563
(141,165,99)
#97AD71
(151,173,113)
#A1B57F
(161,181,127)
#ABBD8D
(171,189,141)
#B5C59B
(181,197,155)
#BFCDA9
(191,205,169)
#C9D5B7
(201,213,183)
#D3DDC5
(211,221,197)
#DDE5D3
(221,229,211)
#E7EDE1
(231,237,225)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA563; }

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

This text font color is #8DA563.

Background Color

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

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

This div background color is #8DA563.

Border color

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

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

This div border color is #8DA563.

Opacity

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

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

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

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

This text has shadow with #8DA563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA563.

Preview

Color preview on black background

This text has color #8DA563 on black background.


Color preview on white background

This text has color #8DA563 on white background.


Black color preview on #8DA563 background

This text has black color on #8DA563 background.


White color preview on #8DA563 background

This text has white color on #8DA563 background.


Related colors

Complementary color

Complementary color for #hex is #725A9C.


I love getcolorcode.com

Triadic colors

1 #638DA5 and #A5638D with #8DA563 are triadic colors.

2 #63A58D and #A58D63 with #8DA563 are triadic colors.