COLOR #8DAD64

HEX: #8DAD64
RGB: (141,173,100)

Color info

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

RGB color model

#8DAD64 color RGB value is (141,173,100).

  • red value is 141;
  • green value is 173;
  • blue value is 100.
RGB:
(141,173,100)
(55%,68%,39%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 100 of 255 = 39%

141
173
100

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

Portions of RGB colors in percentages

R + G + B =
141 + 173 + 100 = 414 (100%)
R 141 of 414 ~ 34.06%
G 173 of 414 ~ 41.79%
B 100 of 414 ~ 24.15%

%34.06
%41.79
%24.15

CMYK color model

#8DAD64 color CMYK value is (18,0,42,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 32.16%
CMYK:
(18,0,42,32)
C18M0Y42K32 
(18%,0%,42%,32%)
(0.18/0.00/0.42/0.32)	

CMYK percentages

%18.5
%0
%42.2
%32.16

Codes

Color #8DAD64 in popluar color models

8DAD64
RGB141173100
HSL86°30.80%53.53%
HSB/HSV86°42.20%67.84%
CMYK18.50%0.00%42.20%
32.16%

Color #8DAD64 in popluar number systems.

HEX8DAD64
Decimal141173100
Binary10001101101011011100100
Octal215255144

Shades and tints

Shades of #8DAD64

#8DAD64
(141,173,100)
#819E5B
(129,158,91)
#758F52
(117,143,82)
#698049
(105,128,73)
#5D7140
(93,113,64)
#516237
(81,98,55)
#45532E
(69,83,46)
#394425
(57,68,37)
#2D351C
(45,53,28)
#212613
(33,38,19)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #8DAD64

#8DAD64
(141,173,100)
#97B472
(151,180,114)
#A1BB80
(161,187,128)
#ABC28E
(171,194,142)
#B5C99C
(181,201,156)
#BFD0AA
(191,208,170)
#C9D7B8
(201,215,184)
#D3DEC6
(211,222,198)
#DDE5D4
(221,229,212)
#E7ECE2
(231,236,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAD64 color. Also use rgb(141,173,100) instead hex code.

Text Font Color

.myTextColor { color: #8DAD64; }

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

This text font color is #8DAD64.


Background Color

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

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

This div background color is #8DAD64.


Border color

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

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

This div border color is #8DAD64.


Opacity

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

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

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

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

This text has shadow with #8DAD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAD64 on black background.


Color preview on white background

This text has color #8DAD64 on white background.



Black color preview on #8DAD64 background

This text has black color on #8DAD64 background.


White color preview on #8DAD64 background

This text has white color on #8DAD64 background.