COLOR #8DA37D

HEX: #8DA37D
RGB: (141,163,125)

Color info

#8DA37D contains red, green and blue colors in about the same proportion. Web safe color of #8DA37D is #999966 (or #996).

RGB color model

#8DA37D color RGB value is (141,163,125).

  • red value is 141;
  • green value is 163;
  • blue value is 125.
RGB:
(141,163,125)
(55%,64%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 125 of 255 = 49%

141
163
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 125 = 429 (100%)
R 141 of 429 ~ 32.87%
G 163 of 429 ~ 38%
B 125 of 429 ~ 29.14%

%32.87
%38
%29.14

CMYK color model

#8DA37D color CMYK value is (13,0,23,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(13,0,23,36)
C13M0Y23K36 
(13%,0%,23%,36%)
(0.13/0.00/0.23/0.36)	

CMYK percentages

%13.5
%0
%23.31
%36.08

Codes

Color #8DA37D in popluar color models

8DA37D
RGB141163125
HSL95°17.12%56.47%
HSB/HSV95°23.31%63.92%
CMYK13.50%0.00%23.31%
36.08%

Color #8DA37D in popluar number systems.

HEX8DA37D
Decimal141163125
Binary10001101101000111111101
Octal215243175

Shades and tints

Shades of #8DA37D

#8DA37D
(141,163,125)
#819572
(129,149,114)
#758767
(117,135,103)
#69795C
(105,121,92)
#5D6B51
(93,107,81)
#515D46
(81,93,70)
#454F3B
(69,79,59)
#394130
(57,65,48)
#2D3325
(45,51,37)
#21251A
(33,37,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DA37D

#8DA37D
(141,163,125)
#97AB88
(151,171,136)
#A1B393
(161,179,147)
#ABBB9E
(171,187,158)
#B5C3A9
(181,195,169)
#BFCBB4
(191,203,180)
#C9D3BF
(201,211,191)
#D3DBCA
(211,219,202)
#DDE3D5
(221,227,213)
#E7EBE0
(231,235,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA37D color. Also use rgb(141,163,125) instead hex code.

Text Font Color

.myTextColor { color: #8DA37D; }

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

This text font color is #8DA37D.


Background Color

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

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

This div background color is #8DA37D.


Border color

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

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

This div border color is #8DA37D.


Opacity

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

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

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

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

This text has shadow with #8DA37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA37D on black background.


Color preview on white background

This text has color #8DA37D on white background.



Black color preview on #8DA37D background

This text has black color on #8DA37D background.


White color preview on #8DA37D background

This text has white color on #8DA37D background.