COLOR #8DA35C

HEX: #8DA35C RGB: (141,163,92)

Color info

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

RGB color model

#8DA35C color RGB value is (141,163,92).

RGB: (141,163,92) (55%, 64%, 36%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 92 of 255 = 36%

141
163
92

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

Portions of RGB colors in percentages

R + G + B = 141 + 163 + 92 = 396 (100%)
R 141 of 396 ~ 35.61%
G 163 of 396 ~ 41.16%
B 92 of 396 ~ 23.23'%

%35.61
%41.16
%23.23

CMYK color model

#8DA35C color CMYK value is (13,0,44,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%

CMYK: (13,0,44,36)
C13M0Y44K36 (13%, 0%, 44%, 36%)
(0.13 / 0.00 / 0.44 / 0.36)

CMYK percentages

%13.5
%0
%43.56
%36.08

Codes

Color #8DA35C in popluar color models

8D A3 5C
RGB 141 163 92
HSL 79° 27.84% 50.00%
HSB/HSV 79° 43.56% 63.92%
CMYK 13.50% 0.00% 43.56%
36.08%

Color #8DA35C in popluar number systems.

HEX 8D A3 5C
Decimal 141 163 92
Binary 10001101 10100011 1011100
Octal 215 243 134

Shades and tints

Shades of #8DA35C

#8DA35C
(141,163,92)
#819554
(129,149,84)
#75874C
(117,135,76)
#697944
(105,121,68)
#5D6B3C
(93,107,60)
#515D34
(81,93,52)
#454F2C
(69,79,44)
#394124
(57,65,36)
#2D331C
(45,51,28)
#212514
(33,37,20)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #8DA35C

#8DA35C
(141,163,92)
#97AB6A
(151,171,106)
#A1B378
(161,179,120)
#ABBB86
(171,187,134)
#B5C394
(181,195,148)
#BFCBA2
(191,203,162)
#C9D3B0
(201,211,176)
#D3DBBE
(211,219,190)
#DDE3CC
(221,227,204)
#E7EBDA
(231,235,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA35C; }

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

This text font color is #8DA35C.

Background Color

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

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

This div background color is #8DA35C.

Border color

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

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

This div border color is #8DA35C.

Opacity

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

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

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

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

This text has shadow with #8DA35C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA35C.

Preview

Color preview on black background

This text has color #8DA35C on black background.


Color preview on white background

This text has color #8DA35C on white background.


Black color preview on #8DA35C background

This text has black color on #8DA35C background.


White color preview on #8DA35C background

This text has white color on #8DA35C background.


Related colors

Complementary color

Complementary color for #hex is #725CA3.


I love getcolorcode.com

Triadic colors

1 #5C8DA3 and #A35C8D with #8DA35C are triadic colors.

2 #5CA38D and #A38D5C with #8DA35C are triadic colors.