COLOR #8D9C55

HEX: #8D9C55
RGB: (141,156,85)

Color info

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

RGB color model

#8D9C55 color RGB value is (141,156,85).

  • red value is 141;
  • green value is 156;
  • blue value is 85.
RGB:
(141,156,85)
(55%,61%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 85 of 255 = 33%

141
156
85

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

Portions of RGB colors in percentages

R + G + B =
141 + 156 + 85 = 382 (100%)
R 141 of 382 ~ 36.91%
G 156 of 382 ~ 40.84%
B 85 of 382 ~ 22.25%

%36.91
%40.84
%22.25

CMYK color model

#8D9C55 color CMYK value is (10,0,46,39).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 38.82%
CMYK:
(10,0,46,39)
C10M0Y46K39 
(10%,0%,46%,39%)
(0.10/0.00/0.46/0.39)	

CMYK percentages

%9.62
%0
%45.51
%38.82

Codes

Color #8D9C55 in popluar color models

8D9C55
RGB14115685
HSL73°29.46%47.25%
HSB/HSV73°45.51%61.18%
CMYK9.62%0.00%45.51%
38.82%

Color #8D9C55 in popluar number systems.

HEX8D9C55
Decimal14115685
Binary10001101100111001010101
Octal215234125

Shades and tints

Shades of #8D9C55

#8D9C55
(141,156,85)
#818E4E
(129,142,78)
#758047
(117,128,71)
#697240
(105,114,64)
#5D6439
(93,100,57)
#515632
(81,86,50)
#45482B
(69,72,43)
#393A24
(57,58,36)
#2D2C1D
(45,44,29)
#211E16
(33,30,22)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D9C55

#8D9C55
(141,156,85)
#97A564
(151,165,100)
#A1AE73
(161,174,115)
#ABB782
(171,183,130)
#B5C091
(181,192,145)
#BFC9A0
(191,201,160)
#C9D2AF
(201,210,175)
#D3DBBE
(211,219,190)
#DDE4CD
(221,228,205)
#E7EDDC
(231,237,220)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9C55 color. Also use rgb(141,156,85) instead hex code.

Text Font Color

.myTextColor { color: #8D9C55; }

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

This text font color is #8D9C55.


Background Color

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

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

This div background color is #8D9C55.


Border color

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

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

This div border color is #8D9C55.


Opacity

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

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

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

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

This text has shadow with #8D9C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9C55 on black background.


Color preview on white background

This text has color #8D9C55 on white background.



Black color preview on #8D9C55 background

This text has black color on #8D9C55 background.


White color preview on #8D9C55 background

This text has white color on #8D9C55 background.