COLOR #8DAF79

HEX: #8DAF79
RGB: (141,175,121)

Color info

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

RGB color model

#8DAF79 color RGB value is (141,175,121).

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

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 121 of 255 = 47%

141
175
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 121 = 437 (100%)
R 141 of 437 ~ 32.27%
G 175 of 437 ~ 40.05%
B 121 of 437 ~ 27.69%

%32.27
%40.05
%27.69

CMYK color model

#8DAF79 color CMYK value is (19,0,31,31).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(19,0,31,31)
C19M0Y31K31 
(19%,0%,31%,31%)
(0.19/0.00/0.31/0.31)	

CMYK percentages

%19.43
%0
%30.86
%31.37

Codes

Color #8DAF79 in popluar color models

8DAF79
RGB141175121
HSL98°25.23%58.04%
HSB/HSV98°30.86%68.63%
CMYK19.43%0.00%30.86%
31.37%

Color #8DAF79 in popluar number systems.

HEX8DAF79
Decimal141175121
Binary10001101101011111111001
Octal215257171

Shades and tints

Shades of #8DAF79

#8DAF79
(141,175,121)
#81A06E
(129,160,110)
#759163
(117,145,99)
#698258
(105,130,88)
#5D734D
(93,115,77)
#516442
(81,100,66)
#455537
(69,85,55)
#39462C
(57,70,44)
#2D3721
(45,55,33)
#212816
(33,40,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #8DAF79

#8DAF79
(141,175,121)
#97B685
(151,182,133)
#A1BD91
(161,189,145)
#ABC49D
(171,196,157)
#B5CBA9
(181,203,169)
#BFD2B5
(191,210,181)
#C9D9C1
(201,217,193)
#D3E0CD
(211,224,205)
#DDE7D9
(221,231,217)
#E7EEE5
(231,238,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAF79; }

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

This text font color is #8DAF79.


Background Color

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

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

This div background color is #8DAF79.


Border color

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

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

This div border color is #8DAF79.


Opacity

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

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

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

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

This text has shadow with #8DAF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAF79 on black background.


Color preview on white background

This text has color #8DAF79 on white background.



Black color preview on #8DAF79 background

This text has black color on #8DAF79 background.


White color preview on #8DAF79 background

This text has white color on #8DAF79 background.