COLOR #8DAF5D

HEX: #8DAF5D RGB: (141,175,93)

Color info

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

RGB color model

#8DAF5D color RGB value is (141,175,93).

RGB: (141,175,93) (55%, 69%, 36%)

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 93 of 255 = 36%

141
175
93

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

Portions of RGB colors in percentages

R + G + B = 141 + 175 + 93 = 409 (100%)
R 141 of 409 ~ 34.47%
G 175 of 409 ~ 42.79%
B 93 of 409 ~ 22.74'%

%34.47
%42.79
%22.74

CMYK color model

#8DAF5D color CMYK value is (19,0,47,31).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%
CMYK: (19,0,47,31) C19M0Y47K31 (19%,0%,47%,31%) (0.19/0.00/0.47/0.31) 

CMYK percentages

%19.43
%0
%46.86
%31.37

Codes

Color #8DAF5D in popluar color models

8D AF 5D
RGB 141 175 93
HSL 85° 33.88% 52.55%
HSB/HSV 85° 46.86% 68.63%
CMYK 19.43% 0.00% 46.86%
31.37%

Color #8DAF5D in popluar number systems.

HEX 8D AF 5D
Decimal 141 175 93
Binary 10001101 10101111 1011101
Octal 215 257 135

Shades and tints

Shades of #8DAF5D

#8DAF5D
(141,175,93)
#81A055
(129,160,85)
#75914D
(117,145,77)
#698245
(105,130,69)
#5D733D
(93,115,61)
#516435
(81,100,53)
#45552D
(69,85,45)
#394625
(57,70,37)
#2D371D
(45,55,29)
#212815
(33,40,21)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #8DAF5D

#8DAF5D
(141,175,93)
#97B66B
(151,182,107)
#A1BD79
(161,189,121)
#ABC487
(171,196,135)
#B5CB95
(181,203,149)
#BFD2A3
(191,210,163)
#C9D9B1
(201,217,177)
#D3E0BF
(211,224,191)
#DDE7CD
(221,231,205)
#E7EEDB
(231,238,219)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAF5D color. Also use rgb(141,175,93) instead hex code.

Text Font Color

.myTextColor { color: #8DAF5D; }

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

This text font color is #8DAF5D.

Background Color

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

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

This div background color is #8DAF5D.

Border color

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

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

This div border color is #8DAF5D.

Opacity

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

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

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

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

This text has shadow with #8DAF5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAF5D.

Preview

Color preview on black background

This text has color #8DAF5D on black background.


Color preview on white background

This text has color #8DAF5D on white background.


Black color preview on #8DAF5D background

This text has black color on #8DAF5D background.


White color preview on #8DAF5D background

This text has white color on #8DAF5D background.


Related colors

Complementary color

Complementary color for #hex is #7250A2.


I love getcolorcode.com

Triadic colors

1 #5D8DAF and #AF5D8D with #8DAF5D are triadic colors.

2 #5DAF8D and #AF8D5D with #8DAF5D are triadic colors.