COLOR #8DB058

HEX: #8DB058
RGB: (141,176,88)

Color info

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

RGB color model

#8DB058 color RGB value is (141,176,88).

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

RGB channels and saturation

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

141
176
88

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

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 88 = 405 (100%)
R 141 of 405 ~ 34.81%
G 176 of 405 ~ 43.46%
B 88 of 405 ~ 21.73%

%34.81
%43.46
%21.73

CMYK color model

#8DB058 color CMYK value is (20,0,50,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.98%
CMYK:
(20,0,50,31)
C20M0Y50K31 
(20%,0%,50%,31%)
(0.20/0.00/0.50/0.31)	

CMYK percentages

%19.89
%0
%50
%30.98

Codes

Color #8DB058 in popluar color models

8DB058
RGB14117688
HSL84°35.77%51.76%
HSB/HSV84°50.00%69.02%
CMYK19.89%0.00%50.00%
30.98%

Color #8DB058 in popluar number systems.

HEX8DB058
Decimal14117688
Binary10001101101100001011000
Octal215260130

Shades and tints

Shades of #8DB058

#8DB058
(141,176,88)
#81A050
(129,160,80)
#759048
(117,144,72)
#698040
(105,128,64)
#5D7038
(93,112,56)
#516030
(81,96,48)
#455028
(69,80,40)
#394020
(57,64,32)
#2D3018
(45,48,24)
#212010
(33,32,16)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #8DB058

#8DB058
(141,176,88)
#97B767
(151,183,103)
#A1BE76
(161,190,118)
#ABC585
(171,197,133)
#B5CC94
(181,204,148)
#BFD3A3
(191,211,163)
#C9DAB2
(201,218,178)
#D3E1C1
(211,225,193)
#DDE8D0
(221,232,208)
#E7EFDF
(231,239,223)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB058; }

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

This text font color is #8DB058.


Background Color

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

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

This div background color is #8DB058.


Border color

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

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

This div border color is #8DB058.


Opacity

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

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

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

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

This text has shadow with #8DB058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB058 on black background.


Color preview on white background

This text has color #8DB058 on white background.



Black color preview on #8DB058 background

This text has black color on #8DB058 background.


White color preview on #8DB058 background

This text has white color on #8DB058 background.