COLOR #8DA380

HEX: #8DA380
RGB: (141,163,128)

Color info

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

RGB color model

#8DA380 color RGB value is (141,163,128).

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

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 128 of 255 = 50%

141
163
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 128 = 432 (100%)
R 141 of 432 ~ 32.64%
G 163 of 432 ~ 37.73%
B 128 of 432 ~ 29.63%

%32.64
%37.73
%29.63

CMYK color model

#8DA380 color CMYK value is (13,0,21,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(13,0,21,36)
C13M0Y21K36 
(13%,0%,21%,36%)
(0.13/0.00/0.21/0.36)	

CMYK percentages

%13.5
%0
%21.47
%36.08

Codes

Color #8DA380 in popluar color models

8DA380
RGB141163128
HSL98°15.98%57.06%
HSB/HSV98°21.47%63.92%
CMYK13.50%0.00%21.47%
36.08%

Color #8DA380 in popluar number systems.

HEX8DA380
Decimal141163128
Binary100011011010001110000000
Octal215243200

Shades and tints

Shades of #8DA380

#8DA380
(141,163,128)
#819575
(129,149,117)
#75876A
(117,135,106)
#69795F
(105,121,95)
#5D6B54
(93,107,84)
#515D49
(81,93,73)
#454F3E
(69,79,62)
#394133
(57,65,51)
#2D3328
(45,51,40)
#21251D
(33,37,29)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #8DA380

#8DA380
(141,163,128)
#97AB8B
(151,171,139)
#A1B396
(161,179,150)
#ABBBA1
(171,187,161)
#B5C3AC
(181,195,172)
#BFCBB7
(191,203,183)
#C9D3C2
(201,211,194)
#D3DBCD
(211,219,205)
#DDE3D8
(221,227,216)
#E7EBE3
(231,235,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA380; }

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

This text font color is #8DA380.


Background Color

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

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

This div background color is #8DA380.


Border color

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

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

This div border color is #8DA380.


Opacity

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

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

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

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

This text has shadow with #8DA380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA380 on black background.


Color preview on white background

This text has color #8DA380 on white background.



Black color preview on #8DA380 background

This text has black color on #8DA380 background.


White color preview on #8DA380 background

This text has white color on #8DA380 background.