COLOR #8DA449

HEX: #8DA449 RGB: (141,164,73)

Color info

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

RGB color model

#8DA449 color RGB value is (141,164,73).

RGB: (141,164,73) (55%, 64%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 164 of 255 = 64%
B 73 of 255 = 29%

141
164
73

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

Portions of RGB colors in percentages

R + G + B = 141 + 164 + 73 = 378 (100%)
R 141 of 378 ~ 37.3%
G 164 of 378 ~ 43.39%
B 73 of 378 ~ 19.31'%

%37.3
%43.39
%19.31

CMYK color model

#8DA449 color CMYK value is (14,0,55,36).

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

CMYK: (14,0,55,36)
C14M0Y55K36 (14%, 0%, 55%, 36%)
(0.14 / 0.00 / 0.55 / 0.36)

CMYK percentages

%14.02
%0
%55.49
%35.69

Codes

Color #8DA449 in popluar color models

8D A4 49
RGB 141 164 73
HSL 75° 38.40% 46.47%
HSB/HSV 75° 55.49% 64.31%
CMYK 14.02% 0.00% 55.49%
35.69%

Color #8DA449 in popluar number systems.

HEX 8D A4 49
Decimal 141 164 73
Binary 10001101 10100100 1001001
Octal 215 244 111

Shades and tints

Shades of #8DA449

#8DA449
(141,164,73)
#819643
(129,150,67)
#75883D
(117,136,61)
#697A37
(105,122,55)
#5D6C31
(93,108,49)
#515E2B
(81,94,43)
#455025
(69,80,37)
#39421F
(57,66,31)
#2D3419
(45,52,25)
#212613
(33,38,19)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #8DA449

#8DA449
(141,164,73)
#97AC59
(151,172,89)
#A1B469
(161,180,105)
#ABBC79
(171,188,121)
#B5C489
(181,196,137)
#BFCC99
(191,204,153)
#C9D4A9
(201,212,169)
#D3DCB9
(211,220,185)
#DDE4C9
(221,228,201)
#E7ECD9
(231,236,217)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA449; }

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

This text font color is #8DA449.

Background Color

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

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

This div background color is #8DA449.

Border color

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

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

This div border color is #8DA449.

Opacity

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

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

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

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

This text has shadow with #8DA449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA449.

Preview

Color preview on black background

This text has color #8DA449 on black background.


Color preview on white background

This text has color #8DA449 on white background.


Black color preview on #8DA449 background

This text has black color on #8DA449 background.


White color preview on #8DA449 background

This text has white color on #8DA449 background.


Related colors

Complementary color

Complementary color for #hex is #725BB6.


I love getcolorcode.com

Triadic colors

1 #498DA4 and #A4498D with #8DA449 are triadic colors.

2 #49A48D and #A48D49 with #8DA449 are triadic colors.