COLOR #8D9A46

HEX: #8D9A46
RGB: (141,154,70)

Color info

#8D9A46 contains mainly red and green colors. Web safe color of #8D9A46 is #999933 (or #993).

RGB color model

#8D9A46 color RGB value is (141,154,70).

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

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 70 of 255 = 27%

141
154
70

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

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 70 = 365 (100%)
R 141 of 365 ~ 38.63%
G 154 of 365 ~ 42.19%
B 70 of 365 ~ 19.18%

%38.63
%42.19
%19.18

CMYK color model

#8D9A46 color CMYK value is (8,0,55,40).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 39.61%
CMYK:
(8,0,55,40)
C8M0Y55K40 
(8%,0%,55%,40%)
(0.08/0.00/0.55/0.40)	

CMYK percentages

%8.44
%0
%54.55
%39.61

Codes

Color #8D9A46 in popluar color models

8D9A46
RGB14115470
HSL69°37.50%43.92%
HSB/HSV69°54.55%60.39%
CMYK8.44%0.00%54.55%
39.61%

Color #8D9A46 in popluar number systems.

HEX8D9A46
Decimal14115470
Binary10001101100110101000110
Octal215232106

Shades and tints

Shades of #8D9A46

#8D9A46
(141,154,70)
#818C40
(129,140,64)
#757E3A
(117,126,58)
#697034
(105,112,52)
#5D622E
(93,98,46)
#515428
(81,84,40)
#454622
(69,70,34)
#39381C
(57,56,28)
#2D2A16
(45,42,22)
#211C10
(33,28,16)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #8D9A46

#8D9A46
(141,154,70)
#97A356
(151,163,86)
#A1AC66
(161,172,102)
#ABB576
(171,181,118)
#B5BE86
(181,190,134)
#BFC796
(191,199,150)
#C9D0A6
(201,208,166)
#D3D9B6
(211,217,182)
#DDE2C6
(221,226,198)
#E7EBD6
(231,235,214)
#F1F4E6
(241,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9A46; }

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

This text font color is #8D9A46.


Background Color

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

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

This div background color is #8D9A46.


Border color

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

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

This div border color is #8D9A46.


Opacity

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

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

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

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

This text has shadow with #8D9A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9A46 on black background.


Color preview on white background

This text has color #8D9A46 on white background.



Black color preview on #8D9A46 background

This text has black color on #8D9A46 background.


White color preview on #8D9A46 background

This text has white color on #8D9A46 background.