COLOR #8D8E4F

HEX: #8D8E4F
RGB: (141,142,79)

Color info

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

RGB color model

#8D8E4F color RGB value is (141,142,79).

  • red value is 141;
  • green value is 142;
  • blue value is 79.
RGB:
(141,142,79)
(55%,56%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 79 of 255 = 31%

141
142
79

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 79 = 362 (100%)
R 141 of 362 ~ 38.95%
G 142 of 362 ~ 39.23%
B 79 of 362 ~ 21.82%

%38.95
%39.23
%21.82

CMYK color model

#8D8E4F color CMYK value is (1,0,44,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(1,0,44,44)
C1M0Y44K44 
(1%,0%,44%,44%)
(0.01/0.00/0.44/0.44)	

CMYK percentages

%0.7
%0
%44.37
%44.31

Codes

Color #8D8E4F in popluar color models

8D8E4F
RGB14114279
HSL61°28.51%43.33%
HSB/HSV61°44.37%55.69%
CMYK0.70%0.00%44.37%
44.31%

Color #8D8E4F in popluar number systems.

HEX8D8E4F
Decimal14114279
Binary10001101100011101001111
Octal215216117

Shades and tints

Shades of #8D8E4F

#8D8E4F
(141,142,79)
#818248
(129,130,72)
#757641
(117,118,65)
#696A3A
(105,106,58)
#5D5E33
(93,94,51)
#51522C
(81,82,44)
#454625
(69,70,37)
#393A1E
(57,58,30)
#2D2E17
(45,46,23)
#212210
(33,34,16)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #8D8E4F

#8D8E4F
(141,142,79)
#97985F
(151,152,95)
#A1A26F
(161,162,111)
#ABAC7F
(171,172,127)
#B5B68F
(181,182,143)
#BFC09F
(191,192,159)
#C9CAAF
(201,202,175)
#D3D4BF
(211,212,191)
#DDDECF
(221,222,207)
#E7E8DF
(231,232,223)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8E4F color. Also use rgb(141,142,79) instead hex code.

Text Font Color

.myTextColor { color: #8D8E4F; }

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

This text font color is #8D8E4F.


Background Color

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

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

This div background color is #8D8E4F.


Border color

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

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

This div border color is #8D8E4F.


Opacity

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

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

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

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

This text has shadow with #8D8E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8E4F on black background.


Color preview on white background

This text has color #8D8E4F on white background.



Black color preview on #8D8E4F background

This text has black color on #8D8E4F background.


White color preview on #8D8E4F background

This text has white color on #8D8E4F background.