COLOR #8DA73D

HEX: #8DA73D RGB: (141,167,61)

Color info

#8DA73D contains mainly red and green colors. Web safe color of #8DA73D is #999933 (or #993).

RGB color model

#8DA73D color RGB value is (141,167,61).

RGB: (141,167,61) (55%, 65%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 61 of 255 = 24%

141
167
61

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

Portions of RGB colors in percentages

R + G + B = 141 + 167 + 61 = 369 (100%)
R 141 of 369 ~ 38.21%
G 167 of 369 ~ 45.26%
B 61 of 369 ~ 16.53'%

%38.21
%45.26
%16.53

CMYK color model

#8DA73D color CMYK value is (16,0,63,35).

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

CMYK: (16,0,63,35)
C16M0Y63K35 (16%, 0%, 63%, 35%)
(0.16 / 0.00 / 0.63 / 0.35)

CMYK percentages

%15.57
%0
%63.47
%34.51

Codes

Color #8DA73D in popluar color models

8D A7 3D
RGB 141 167 61
HSL 75° 46.49% 44.71%
HSB/HSV 75° 63.47% 65.49%
CMYK 15.57% 0.00% 63.47%
34.51%

Color #8DA73D in popluar number systems.

HEX 8D A7 3D
Decimal 141 167 61
Binary 10001101 10100111 111101
Octal 215 247 75

Shades and tints

Shades of #8DA73D

#8DA73D
(141,167,61)
#819838
(129,152,56)
#758933
(117,137,51)
#697A2E
(105,122,46)
#5D6B29
(93,107,41)
#515C24
(81,92,36)
#454D1F
(69,77,31)
#393E1A
(57,62,26)
#2D2F15
(45,47,21)
#212010
(33,32,16)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #8DA73D

#8DA73D
(141,167,61)
#97AF4E
(151,175,78)
#A1B75F
(161,183,95)
#ABBF70
(171,191,112)
#B5C781
(181,199,129)
#BFCF92
(191,207,146)
#C9D7A3
(201,215,163)
#D3DFB4
(211,223,180)
#DDE7C5
(221,231,197)
#E7EFD6
(231,239,214)
#F1F7E7
(241,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA73D; }

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

This text font color is #8DA73D.

Background Color

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

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

This div background color is #8DA73D.

Border color

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

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

This div border color is #8DA73D.

Opacity

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

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

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

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

This text has shadow with #8DA73D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA73D.

Preview

Color preview on black background

This text has color #8DA73D on black background.


Color preview on white background

This text has color #8DA73D on white background.


Black color preview on #8DA73D background

This text has black color on #8DA73D background.


White color preview on #8DA73D background

This text has white color on #8DA73D background.


Related colors

Complementary color

Complementary color for #hex is #7258C2.


I love getcolorcode.com

Triadic colors

1 #3D8DA7 and #A73D8D with #8DA73D are triadic colors.

2 #3DA78D and #A78D3D with #8DA73D are triadic colors.