COLOR #8DA679

HEX: #8DA679
RGB: (141,166,121)

Color info

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

RGB color model

#8DA679 color RGB value is (141,166,121).

  • red value is 141;
  • green value is 166;
  • blue value is 121.
RGB:
(141,166,121)
(55%,65%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 121 of 255 = 47%

141
166
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 121 = 428 (100%)
R 141 of 428 ~ 32.94%
G 166 of 428 ~ 38.79%
B 121 of 428 ~ 28.27%

%32.94
%38.79
%28.27

CMYK color model

#8DA679 color CMYK value is (15,0,27,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 34.90%
CMYK:
(15,0,27,35)
C15M0Y27K35 
(15%,0%,27%,35%)
(0.15/0.00/0.27/0.35)	

CMYK percentages

%15.06
%0
%27.11
%34.9

Codes

Color #8DA679 in popluar color models

8DA679
RGB141166121
HSL93°20.18%56.27%
HSB/HSV93°27.11%65.10%
CMYK15.06%0.00%27.11%
34.90%

Color #8DA679 in popluar number systems.

HEX8DA679
Decimal141166121
Binary10001101101001101111001
Octal215246171

Shades and tints

Shades of #8DA679

#8DA679
(141,166,121)
#81976E
(129,151,110)
#758863
(117,136,99)
#697958
(105,121,88)
#5D6A4D
(93,106,77)
#515B42
(81,91,66)
#454C37
(69,76,55)
#393D2C
(57,61,44)
#2D2E21
(45,46,33)
#211F16
(33,31,22)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8DA679

#8DA679
(141,166,121)
#97AE85
(151,174,133)
#A1B691
(161,182,145)
#ABBE9D
(171,190,157)
#B5C6A9
(181,198,169)
#BFCEB5
(191,206,181)
#C9D6C1
(201,214,193)
#D3DECD
(211,222,205)
#DDE6D9
(221,230,217)
#E7EEE5
(231,238,229)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA679 color. Also use rgb(141,166,121) instead hex code.

Text Font Color

.myTextColor { color: #8DA679; }

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

This text font color is #8DA679.


Background Color

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

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

This div background color is #8DA679.


Border color

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

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

This div border color is #8DA679.


Opacity

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

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

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

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

This text has shadow with #8DA679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA679 on black background.


Color preview on white background

This text has color #8DA679 on white background.



Black color preview on #8DA679 background

This text has black color on #8DA679 background.


White color preview on #8DA679 background

This text has white color on #8DA679 background.