COLOR #8DA461

HEX: #8DA461 RGB: (141,164,97)

Color info

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

RGB color model

#8DA461 color RGB value is (141,164,97).

RGB: (141,164,97) (55%, 64%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 164 of 255 = 64%
B 97 of 255 = 38%

141
164
97

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

Portions of RGB colors in percentages

R + G + B = 141 + 164 + 97 = 402 (100%)
R 141 of 402 ~ 35.07%
G 164 of 402 ~ 40.8%
B 97 of 402 ~ 24.13'%

%35.07
%40.8
%24.13

CMYK color model

#8DA461 color CMYK value is (14,0,41,36).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%

CMYK: (14,0,41,36)
C14M0Y41K36 (14%, 0%, 41%, 36%)
(0.14 / 0.00 / 0.41 / 0.36)

CMYK percentages

%14.02
%0
%40.85
%35.69

Codes

Color #8DA461 in popluar color models

8D A4 61
RGB 141 164 97
HSL 81° 26.91% 51.18%
HSB/HSV 81° 40.85% 64.31%
CMYK 14.02% 0.00% 40.85%
35.69%

Color #8DA461 in popluar number systems.

HEX 8D A4 61
Decimal 141 164 97
Binary 10001101 10100100 1100001
Octal 215 244 141

Shades and tints

Shades of #8DA461

#8DA461
(141,164,97)
#819659
(129,150,89)
#758851
(117,136,81)
#697A49
(105,122,73)
#5D6C41
(93,108,65)
#515E39
(81,94,57)
#455031
(69,80,49)
#394229
(57,66,41)
#2D3421
(45,52,33)
#212619
(33,38,25)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #8DA461

#8DA461
(141,164,97)
#97AC6F
(151,172,111)
#A1B47D
(161,180,125)
#ABBC8B
(171,188,139)
#B5C499
(181,196,153)
#BFCCA7
(191,204,167)
#C9D4B5
(201,212,181)
#D3DCC3
(211,220,195)
#DDE4D1
(221,228,209)
#E7ECDF
(231,236,223)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA461 color. Also use rgb(141,164,97) instead hex code.

Text Font Color

.myTextColor { color: #8DA461; }

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

This text font color is #8DA461.

Background Color

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

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

This div background color is #8DA461.

Border color

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

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

This div border color is #8DA461.

Opacity

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

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

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

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

This text has shadow with #8DA461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA461.

Preview

Color preview on black background

This text has color #8DA461 on black background.


Color preview on white background

This text has color #8DA461 on white background.


Black color preview on #8DA461 background

This text has black color on #8DA461 background.


White color preview on #8DA461 background

This text has white color on #8DA461 background.


Related colors

Complementary color

Complementary color for #hex is #725B9E.


I love getcolorcode.com

Triadic colors

1 #618DA4 and #A4618D with #8DA461 are triadic colors.

2 #61A48D and #A48D61 with #8DA461 are triadic colors.