COLOR #8DAD5D

HEX: #8DAD5D
RGB: (141,173,93)

Color info

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

RGB color model

#8DAD5D color RGB value is (141,173,93).

  • red value is 141;
  • green value is 173;
  • blue value is 93.
RGB:
(141,173,93)
(55%,68%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 93 of 255 = 36%

141
173
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 173 + 93 = 407 (100%)
R 141 of 407 ~ 34.64%
G 173 of 407 ~ 42.51%
B 93 of 407 ~ 22.85%

%34.64
%42.51
%22.85

CMYK color model

#8DAD5D color CMYK value is (18,0,46,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 32.16%
CMYK:
(18,0,46,32)
C18M0Y46K32 
(18%,0%,46%,32%)
(0.18/0.00/0.46/0.32)	

CMYK percentages

%18.5
%0
%46.24
%32.16

Codes

Color #8DAD5D in popluar color models

8DAD5D
RGB14117393
HSL84°32.79%52.16%
HSB/HSV84°46.24%67.84%
CMYK18.50%0.00%46.24%
32.16%

Color #8DAD5D in popluar number systems.

HEX8DAD5D
Decimal14117393
Binary10001101101011011011101
Octal215255135

Shades and tints

Shades of #8DAD5D

#8DAD5D
(141,173,93)
#819E55
(129,158,85)
#758F4D
(117,143,77)
#698045
(105,128,69)
#5D713D
(93,113,61)
#516235
(81,98,53)
#45532D
(69,83,45)
#394425
(57,68,37)
#2D351D
(45,53,29)
#212615
(33,38,21)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8DAD5D

#8DAD5D
(141,173,93)
#97B46B
(151,180,107)
#A1BB79
(161,187,121)
#ABC287
(171,194,135)
#B5C995
(181,201,149)
#BFD0A3
(191,208,163)
#C9D7B1
(201,215,177)
#D3DEBF
(211,222,191)
#DDE5CD
(221,229,205)
#E7ECDB
(231,236,219)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAD5D; }

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

This text font color is #8DAD5D.


Background Color

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

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

This div background color is #8DAD5D.


Border color

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

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

This div border color is #8DAD5D.


Opacity

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

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

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

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

This text has shadow with #8DAD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAD5D on black background.


Color preview on white background

This text has color #8DAD5D on white background.



Black color preview on #8DAD5D background

This text has black color on #8DAD5D background.


White color preview on #8DAD5D background

This text has white color on #8DAD5D background.