COLOR #8DA382

HEX: #8DA382
RGB: (141,163,130)

Color info

#8DA382 contains red, green and blue colors in about the same proportion. Web safe color of #8DA382 is #999999 (or #999).

RGB color model

#8DA382 color RGB value is (141,163,130).

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

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 130 of 255 = 51%

141
163
130

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 130 = 434 (100%)
R 141 of 434 ~ 32.49%
G 163 of 434 ~ 37.56%
B 130 of 434 ~ 29.95%

%32.49
%37.56
%29.95

CMYK color model

#8DA382 color CMYK value is (13,0,20,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(13,0,20,36)
C13M0Y20K36 
(13%,0%,20%,36%)
(0.13/0.00/0.20/0.36)	

CMYK percentages

%13.5
%0
%20.25
%36.08

Codes

Color #8DA382 in popluar color models

8DA382
RGB141163130
HSL100°15.21%57.45%
HSB/HSV100°20.25%63.92%
CMYK13.50%0.00%20.25%
36.08%

Color #8DA382 in popluar number systems.

HEX8DA382
Decimal141163130
Binary100011011010001110000010
Octal215243202

Shades and tints

Shades of #8DA382

#8DA382
(141,163,130)
#819577
(129,149,119)
#75876C
(117,135,108)
#697961
(105,121,97)
#5D6B56
(93,107,86)
#515D4B
(81,93,75)
#454F40
(69,79,64)
#394135
(57,65,53)
#2D332A
(45,51,42)
#21251F
(33,37,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #8DA382

#8DA382
(141,163,130)
#97AB8D
(151,171,141)
#A1B398
(161,179,152)
#ABBBA3
(171,187,163)
#B5C3AE
(181,195,174)
#BFCBB9
(191,203,185)
#C9D3C4
(201,211,196)
#D3DBCF
(211,219,207)
#DDE3DA
(221,227,218)
#E7EBE5
(231,235,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA382; }

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

This text font color is #8DA382.


Background Color

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

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

This div background color is #8DA382.


Border color

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

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

This div border color is #8DA382.


Opacity

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

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

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

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

This text has shadow with #8DA382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA382 on black background.


Color preview on white background

This text has color #8DA382 on white background.



Black color preview on #8DA382 background

This text has black color on #8DA382 background.


White color preview on #8DA382 background

This text has white color on #8DA382 background.