COLOR #8D9A51

HEX: #8D9A51
RGB: (141,154,81)

Color info

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

RGB color model

#8D9A51 color RGB value is (141,154,81).

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

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 81 of 255 = 32%

141
154
81

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

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 81 = 376 (100%)
R 141 of 376 ~ 37.5%
G 154 of 376 ~ 40.96%
B 81 of 376 ~ 21.54%

%37.5
%40.96
%21.54

CMYK color model

#8D9A51 color CMYK value is (8,0,47,40).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%
CMYK:
(8,0,47,40)
C8M0Y47K40 
(8%,0%,47%,40%)
(0.08/0.00/0.47/0.40)	

CMYK percentages

%8.44
%0
%47.4
%39.61

Codes

Color #8D9A51 in popluar color models

8D9A51
RGB14115481
HSL71°31.06%46.08%
HSB/HSV71°47.40%60.39%
CMYK8.44%0.00%47.40%
39.61%

Color #8D9A51 in popluar number systems.

HEX8D9A51
Decimal14115481
Binary10001101100110101010001
Octal215232121

Shades and tints

Shades of #8D9A51

#8D9A51
(141,154,81)
#818C4A
(129,140,74)
#757E43
(117,126,67)
#69703C
(105,112,60)
#5D6235
(93,98,53)
#51542E
(81,84,46)
#454627
(69,70,39)
#393820
(57,56,32)
#2D2A19
(45,42,25)
#211C12
(33,28,18)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #8D9A51

#8D9A51
(141,154,81)
#97A360
(151,163,96)
#A1AC6F
(161,172,111)
#ABB57E
(171,181,126)
#B5BE8D
(181,190,141)
#BFC79C
(191,199,156)
#C9D0AB
(201,208,171)
#D3D9BA
(211,217,186)
#DDE2C9
(221,226,201)
#E7EBD8
(231,235,216)
#F1F4E7
(241,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9A51; }

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

This text font color is #8D9A51.


Background Color

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

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

This div background color is #8D9A51.


Border color

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

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

This div border color is #8D9A51.


Opacity

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

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

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

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

This text has shadow with #8D9A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9A51 on black background.


Color preview on white background

This text has color #8D9A51 on white background.



Black color preview on #8D9A51 background

This text has black color on #8D9A51 background.


White color preview on #8D9A51 background

This text has white color on #8D9A51 background.