COLOR #8DAB54

HEX: #8DAB54
RGB: (141,171,84)

Color info

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

RGB color model

#8DAB54 color RGB value is (141,171,84).

  • red value is 141;
  • green value is 171;
  • blue value is 84.
RGB:
(141,171,84)
(55%,67%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 84 of 255 = 33%

141
171
84

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 84 = 396 (100%)
R 141 of 396 ~ 35.61%
G 171 of 396 ~ 43.18%
B 84 of 396 ~ 21.21%

%35.61
%43.18
%21.21

CMYK color model

#8DAB54 color CMYK value is (18,0,51,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 32.94%
CMYK:
(18,0,51,33)
C18M0Y51K33 
(18%,0%,51%,33%)
(0.18/0.00/0.51/0.33)	

CMYK percentages

%17.54
%0
%50.88
%32.94

Codes

Color #8DAB54 in popluar color models

8DAB54
RGB14117184
HSL81°34.12%50.00%
HSB/HSV81°50.88%67.06%
CMYK17.54%0.00%50.88%
32.94%

Color #8DAB54 in popluar number systems.

HEX8DAB54
Decimal14117184
Binary10001101101010111010100
Octal215253124

Shades and tints

Shades of #8DAB54

#8DAB54
(141,171,84)
#819C4D
(129,156,77)
#758D46
(117,141,70)
#697E3F
(105,126,63)
#5D6F38
(93,111,56)
#516031
(81,96,49)
#45512A
(69,81,42)
#394223
(57,66,35)
#2D331C
(45,51,28)
#212415
(33,36,21)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #8DAB54

#8DAB54
(141,171,84)
#97B263
(151,178,99)
#A1B972
(161,185,114)
#ABC081
(171,192,129)
#B5C790
(181,199,144)
#BFCE9F
(191,206,159)
#C9D5AE
(201,213,174)
#D3DCBD
(211,220,189)
#DDE3CC
(221,227,204)
#E7EADB
(231,234,219)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAB54 color. Also use rgb(141,171,84) instead hex code.

Text Font Color

.myTextColor { color: #8DAB54; }

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

This text font color is #8DAB54.


Background Color

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

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

This div background color is #8DAB54.


Border color

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

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

This div border color is #8DAB54.


Opacity

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

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

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

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

This text has shadow with #8DAB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB54 on black background.


Color preview on white background

This text has color #8DAB54 on white background.



Black color preview on #8DAB54 background

This text has black color on #8DAB54 background.


White color preview on #8DAB54 background

This text has white color on #8DAB54 background.