COLOR #8DA373

HEX: #8DA373
RGB: (141,163,115)

Color info

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

RGB color model

#8DA373 color RGB value is (141,163,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 115 of 255 = 45%

141
163
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 115 = 419 (100%)
R 141 of 419 ~ 33.65%
G 163 of 419 ~ 38.9%
B 115 of 419 ~ 27.45%

%33.65
%38.9
%27.45

CMYK color model

#8DA373 color CMYK value is (13,0,29,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(13,0,29,36)
C13M0Y29K36 
(13%,0%,29%,36%)
(0.13/0.00/0.29/0.36)	

CMYK percentages

%13.5
%0
%29.45
%36.08

Codes

Color #8DA373 in popluar color models

8DA373
RGB141163115
HSL88°20.69%54.51%
HSB/HSV88°29.45%63.92%
CMYK13.50%0.00%29.45%
36.08%

Color #8DA373 in popluar number systems.

HEX8DA373
Decimal141163115
Binary10001101101000111110011
Octal215243163

Shades and tints

Shades of #8DA373

#8DA373
(141,163,115)
#819569
(129,149,105)
#75875F
(117,135,95)
#697955
(105,121,85)
#5D6B4B
(93,107,75)
#515D41
(81,93,65)
#454F37
(69,79,55)
#39412D
(57,65,45)
#2D3323
(45,51,35)
#212519
(33,37,25)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DA373

#8DA373
(141,163,115)
#97AB7F
(151,171,127)
#A1B38B
(161,179,139)
#ABBB97
(171,187,151)
#B5C3A3
(181,195,163)
#BFCBAF
(191,203,175)
#C9D3BB
(201,211,187)
#D3DBC7
(211,219,199)
#DDE3D3
(221,227,211)
#E7EBDF
(231,235,223)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA373; }

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

This text font color is #8DA373.


Background Color

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

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

This div background color is #8DA373.


Border color

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

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

This div border color is #8DA373.


Opacity

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

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

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

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

This text has shadow with #8DA373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA373 on black background.


Color preview on white background

This text has color #8DA373 on white background.



Black color preview on #8DA373 background

This text has black color on #8DA373 background.


White color preview on #8DA373 background

This text has white color on #8DA373 background.