COLOR #8DA761

HEX: #8DA761 RGB: (141,167,97)

Color info

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

RGB color model

#8DA761 color RGB value is (141,167,97).

RGB: (141,167,97) (55%, 65%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 97 of 255 = 38%

141
167
97

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

Portions of RGB colors in percentages

R + G + B = 141 + 167 + 97 = 405 (100%)
R 141 of 405 ~ 34.81%
G 167 of 405 ~ 41.23%
B 97 of 405 ~ 23.95'%

%34.81
%41.23
%23.95

CMYK color model

#8DA761 color CMYK value is (16,0,42,35).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 34.51%

CMYK: (16,0,42,35)
C16M0Y42K35 (16%, 0%, 42%, 35%)
(0.16 / 0.00 / 0.42 / 0.35)

CMYK percentages

%15.57
%0
%41.92
%34.51

Codes

Color #8DA761 in popluar color models

8D A7 61
RGB 141 167 97
HSL 82° 28.46% 51.76%
HSB/HSV 82° 41.92% 65.49%
CMYK 15.57% 0.00% 41.92%
34.51%

Color #8DA761 in popluar number systems.

HEX 8D A7 61
Decimal 141 167 97
Binary 10001101 10100111 1100001
Octal 215 247 141

Shades and tints

Shades of #8DA761

#8DA761
(141,167,97)
#819859
(129,152,89)
#758951
(117,137,81)
#697A49
(105,122,73)
#5D6B41
(93,107,65)
#515C39
(81,92,57)
#454D31
(69,77,49)
#393E29
(57,62,41)
#2D2F21
(45,47,33)
#212019
(33,32,25)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8DA761

#8DA761
(141,167,97)
#97AF6F
(151,175,111)
#A1B77D
(161,183,125)
#ABBF8B
(171,191,139)
#B5C799
(181,199,153)
#BFCFA7
(191,207,167)
#C9D7B5
(201,215,181)
#D3DFC3
(211,223,195)
#DDE7D1
(221,231,209)
#E7EFDF
(231,239,223)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA761; }

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

This text font color is #8DA761.

Background Color

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

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

This div background color is #8DA761.

Border color

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

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

This div border color is #8DA761.

Opacity

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

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

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

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

This text has shadow with #8DA761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA761.

Preview

Color preview on black background

This text has color #8DA761 on black background.


Color preview on white background

This text has color #8DA761 on white background.


Black color preview on #8DA761 background

This text has black color on #8DA761 background.


White color preview on #8DA761 background

This text has white color on #8DA761 background.


Related colors

Complementary color

Complementary color for #hex is #72589E.


I love getcolorcode.com

Triadic colors

1 #618DA7 and #A7618D with #8DA761 are triadic colors.

2 #61A78D and #A78D61 with #8DA761 are triadic colors.