COLOR #8D9E5C

HEX: #8D9E5C
RGB: (141,158,92)

Color info

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

RGB color model

#8D9E5C color RGB value is (141,158,92).

  • red value is 141;
  • green value is 158;
  • blue value is 92.
RGB:
(141,158,92)
(55%,62%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 92 of 255 = 36%

141
158
92

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

Portions of RGB colors in percentages

R + G + B =
141 + 158 + 92 = 391 (100%)
R 141 of 391 ~ 36.06%
G 158 of 391 ~ 40.41%
B 92 of 391 ~ 23.53%

%36.06
%40.41
%23.53

CMYK color model

#8D9E5C color CMYK value is (11,0,42,38).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 38.04%
CMYK:
(11,0,42,38)
C11M0Y42K38 
(11%,0%,42%,38%)
(0.11/0.00/0.42/0.38)	

CMYK percentages

%10.76
%0
%41.77
%38.04

Codes

Color #8D9E5C in popluar color models

8D9E5C
RGB14115892
HSL75°26.40%49.02%
HSB/HSV75°41.77%61.96%
CMYK10.76%0.00%41.77%
38.04%

Color #8D9E5C in popluar number systems.

HEX8D9E5C
Decimal14115892
Binary10001101100111101011100
Octal215236134

Shades and tints

Shades of #8D9E5C

#8D9E5C
(141,158,92)
#819054
(129,144,84)
#75824C
(117,130,76)
#697444
(105,116,68)
#5D663C
(93,102,60)
#515834
(81,88,52)
#454A2C
(69,74,44)
#393C24
(57,60,36)
#2D2E1C
(45,46,28)
#212014
(33,32,20)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8D9E5C

#8D9E5C
(141,158,92)
#97A66A
(151,166,106)
#A1AE78
(161,174,120)
#ABB686
(171,182,134)
#B5BE94
(181,190,148)
#BFC6A2
(191,198,162)
#C9CEB0
(201,206,176)
#D3D6BE
(211,214,190)
#DDDECC
(221,222,204)
#E7E6DA
(231,230,218)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9E5C color. Also use rgb(141,158,92) instead hex code.

Text Font Color

.myTextColor { color: #8D9E5C; }

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

This text font color is #8D9E5C.


Background Color

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

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

This div background color is #8D9E5C.


Border color

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

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

This div border color is #8D9E5C.


Opacity

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

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

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

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

This text has shadow with #8D9E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9E5C on black background.


Color preview on white background

This text has color #8D9E5C on white background.



Black color preview on #8D9E5C background

This text has black color on #8D9E5C background.


White color preview on #8D9E5C background

This text has white color on #8D9E5C background.