COLOR #8DB356

HEX: #8DB356
RGB: (141,179,86)

Color info

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

RGB color model

#8DB356 color RGB value is (141,179,86).

  • red value is 141;
  • green value is 179;
  • blue value is 86.
RGB:
(141,179,86)
(55%,70%,34%)

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 86 of 255 = 34%

141
179
86

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

Portions of RGB colors in percentages

R + G + B =
141 + 179 + 86 = 406 (100%)
R 141 of 406 ~ 34.73%
G 179 of 406 ~ 44.09%
B 86 of 406 ~ 21.18%

%34.73
%44.09
%21.18

CMYK color model

#8DB356 color CMYK value is (21,0,52,30).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 29.80%
CMYK:
(21,0,52,30)
C21M0Y52K30 
(21%,0%,52%,30%)
(0.21/0.00/0.52/0.30)	

CMYK percentages

%21.23
%0
%51.96
%29.8

Codes

Color #8DB356 in popluar color models

8DB356
RGB14117986
HSL85°37.96%51.96%
HSB/HSV85°51.96%70.20%
CMYK21.23%0.00%51.96%
29.80%

Color #8DB356 in popluar number systems.

HEX8DB356
Decimal14117986
Binary10001101101100111010110
Octal215263126

Shades and tints

Shades of #8DB356

#8DB356
(141,179,86)
#81A34F
(129,163,79)
#759348
(117,147,72)
#698341
(105,131,65)
#5D733A
(93,115,58)
#516333
(81,99,51)
#45532C
(69,83,44)
#394325
(57,67,37)
#2D331E
(45,51,30)
#212317
(33,35,23)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8DB356

#8DB356
(141,179,86)
#97B965
(151,185,101)
#A1BF74
(161,191,116)
#ABC583
(171,197,131)
#B5CB92
(181,203,146)
#BFD1A1
(191,209,161)
#C9D7B0
(201,215,176)
#D3DDBF
(211,221,191)
#DDE3CE
(221,227,206)
#E7E9DD
(231,233,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB356 color. Also use rgb(141,179,86) instead hex code.

Text Font Color

.myTextColor { color: #8DB356; }

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

This text font color is #8DB356.


Background Color

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

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

This div background color is #8DB356.


Border color

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

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

This div border color is #8DB356.


Opacity

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

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

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

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

This text has shadow with #8DB356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB356 on black background.


Color preview on white background

This text has color #8DB356 on white background.



Black color preview on #8DB356 background

This text has black color on #8DB356 background.


White color preview on #8DB356 background

This text has white color on #8DB356 background.