COLOR #8DB059

HEX: #8DB059
RGB: (141,176,89)

Color info

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

RGB color model

#8DB059 color RGB value is (141,176,89).

  • red value is 141;
  • green value is 176;
  • blue value is 89.
RGB:
(141,176,89)
(55%,69%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 89 of 255 = 35%

141
176
89

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

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 89 = 406 (100%)
R 141 of 406 ~ 34.73%
G 176 of 406 ~ 43.35%
B 89 of 406 ~ 21.92%

%34.73
%43.35
%21.92

CMYK color model

#8DB059 color CMYK value is (20,0,49,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(20,0,49,31)
C20M0Y49K31 
(20%,0%,49%,31%)
(0.20/0.00/0.49/0.31)	

CMYK percentages

%19.89
%0
%49.43
%30.98

Codes

Color #8DB059 in popluar color models

8DB059
RGB14117689
HSL84°35.51%51.96%
HSB/HSV84°49.43%69.02%
CMYK19.89%0.00%49.43%
30.98%

Color #8DB059 in popluar number systems.

HEX8DB059
Decimal14117689
Binary10001101101100001011001
Octal215260131

Shades and tints

Shades of #8DB059

#8DB059
(141,176,89)
#81A051
(129,160,81)
#759049
(117,144,73)
#698041
(105,128,65)
#5D7039
(93,112,57)
#516031
(81,96,49)
#455029
(69,80,41)
#394021
(57,64,33)
#2D3019
(45,48,25)
#212011
(33,32,17)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #8DB059

#8DB059
(141,176,89)
#97B768
(151,183,104)
#A1BE77
(161,190,119)
#ABC586
(171,197,134)
#B5CC95
(181,204,149)
#BFD3A4
(191,211,164)
#C9DAB3
(201,218,179)
#D3E1C2
(211,225,194)
#DDE8D1
(221,232,209)
#E7EFE0
(231,239,224)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB059 color. Also use rgb(141,176,89) instead hex code.

Text Font Color

.myTextColor { color: #8DB059; }

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

This text font color is #8DB059.


Background Color

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

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

This div background color is #8DB059.


Border color

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

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

This div border color is #8DB059.


Opacity

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

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

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

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

This text has shadow with #8DB059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB059 on black background.


Color preview on white background

This text has color #8DB059 on white background.



Black color preview on #8DB059 background

This text has black color on #8DB059 background.


White color preview on #8DB059 background

This text has white color on #8DB059 background.