COLOR #8DA35F

HEX: #8DA35F
RGB: (141,163,95)

Color info

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

RGB color model

#8DA35F color RGB value is (141,163,95).

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

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 95 of 255 = 37%

141
163
95

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 95 = 399 (100%)
R 141 of 399 ~ 35.34%
G 163 of 399 ~ 40.85%
B 95 of 399 ~ 23.81%

%35.34
%40.85
%23.81

CMYK color model

#8DA35F color CMYK value is (13,0,42,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 41.72%
  • key color value is 36.08%
CMYK:
(13,0,42,36)
C13M0Y42K36 
(13%,0%,42%,36%)
(0.13/0.00/0.42/0.36)	

CMYK percentages

%13.5
%0
%41.72
%36.08

Codes

Color #8DA35F in popluar color models

8DA35F
RGB14116395
HSL79°26.98%50.59%
HSB/HSV79°41.72%63.92%
CMYK13.50%0.00%41.72%
36.08%

Color #8DA35F in popluar number systems.

HEX8DA35F
Decimal14116395
Binary10001101101000111011111
Octal215243137

Shades and tints

Shades of #8DA35F

#8DA35F
(141,163,95)
#819557
(129,149,87)
#75874F
(117,135,79)
#697947
(105,121,71)
#5D6B3F
(93,107,63)
#515D37
(81,93,55)
#454F2F
(69,79,47)
#394127
(57,65,39)
#2D331F
(45,51,31)
#212517
(33,37,23)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DA35F

#8DA35F
(141,163,95)
#97AB6D
(151,171,109)
#A1B37B
(161,179,123)
#ABBB89
(171,187,137)
#B5C397
(181,195,151)
#BFCBA5
(191,203,165)
#C9D3B3
(201,211,179)
#D3DBC1
(211,219,193)
#DDE3CF
(221,227,207)
#E7EBDD
(231,235,221)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA35F; }

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

This text font color is #8DA35F.


Background Color

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

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

This div background color is #8DA35F.


Border color

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

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

This div border color is #8DA35F.


Opacity

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

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

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

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

This text has shadow with #8DA35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA35F on black background.


Color preview on white background

This text has color #8DA35F on white background.



Black color preview on #8DA35F background

This text has black color on #8DA35F background.


White color preview on #8DA35F background

This text has white color on #8DA35F background.