COLOR #8D8E51

HEX: #8D8E51
RGB: (141,142,81)

Color info

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

RGB color model

#8D8E51 color RGB value is (141,142,81).

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

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 81 of 255 = 32%

141
142
81

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 81 = 364 (100%)
R 141 of 364 ~ 38.74%
G 142 of 364 ~ 39.01%
B 81 of 364 ~ 22.25%

%38.74
%39.01
%22.25

CMYK color model

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

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 44.31%
CMYK:
(1,0,43,44)
C1M0Y43K44 
(1%,0%,43%,44%)
(0.01/0.00/0.43/0.44)	

CMYK percentages

%0.7
%0
%42.96
%44.31

Codes

Color #8D8E51 in popluar color models

8D8E51
RGB14114281
HSL61°27.35%43.73%
HSB/HSV61°42.96%55.69%
CMYK0.70%0.00%42.96%
44.31%

Color #8D8E51 in popluar number systems.

HEX8D8E51
Decimal14114281
Binary10001101100011101010001
Octal215216121

Shades and tints

Shades of #8D8E51

#8D8E51
(141,142,81)
#81824A
(129,130,74)
#757643
(117,118,67)
#696A3C
(105,106,60)
#5D5E35
(93,94,53)
#51522E
(81,82,46)
#454627
(69,70,39)
#393A20
(57,58,32)
#2D2E19
(45,46,25)
#212212
(33,34,18)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #8D8E51

#8D8E51
(141,142,81)
#979860
(151,152,96)
#A1A26F
(161,162,111)
#ABAC7E
(171,172,126)
#B5B68D
(181,182,141)
#BFC09C
(191,192,156)
#C9CAAB
(201,202,171)
#D3D4BA
(211,212,186)
#DDDEC9
(221,222,201)
#E7E8D8
(231,232,216)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8E51; }

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

This text font color is #8D8E51.


Background Color

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

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

This div background color is #8D8E51.


Border color

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

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

This div border color is #8D8E51.


Opacity

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

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

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

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

This text has shadow with #8D8E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8E51 on black background.


Color preview on white background

This text has color #8D8E51 on white background.



Black color preview on #8D8E51 background

This text has black color on #8D8E51 background.


White color preview on #8D8E51 background

This text has white color on #8D8E51 background.