COLOR #8D985A

HEX: #8D985A
RGB: (141,152,90)

Color info

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

RGB color model

#8D985A color RGB value is (141,152,90).

  • red value is 141;
  • green value is 152;
  • blue value is 90.
RGB:
(141,152,90)
(55%,60%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 90 of 255 = 35%

141
152
90

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 90 = 383 (100%)
R 141 of 383 ~ 36.81%
G 152 of 383 ~ 39.69%
B 90 of 383 ~ 23.5%

%36.81
%39.69
%23.5

CMYK color model

#8D985A color CMYK value is (7,0,41,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK:
(7,0,41,40)
C7M0Y41K40 
(7%,0%,41%,40%)
(0.07/0.00/0.41/0.40)	

CMYK percentages

%7.24
%0
%40.79
%40.39

Codes

Color #8D985A in popluar color models

8D985A
RGB14115290
HSL71°25.62%47.45%
HSB/HSV71°40.79%59.61%
CMYK7.24%0.00%40.79%
40.39%

Color #8D985A in popluar number systems.

HEX8D985A
Decimal14115290
Binary10001101100110001011010
Octal215230132

Shades and tints

Shades of #8D985A

#8D985A
(141,152,90)
#818B52
(129,139,82)
#757E4A
(117,126,74)
#697142
(105,113,66)
#5D643A
(93,100,58)
#515732
(81,87,50)
#454A2A
(69,74,42)
#393D22
(57,61,34)
#2D301A
(45,48,26)
#212312
(33,35,18)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #8D985A

#8D985A
(141,152,90)
#97A169
(151,161,105)
#A1AA78
(161,170,120)
#ABB387
(171,179,135)
#B5BC96
(181,188,150)
#BFC5A5
(191,197,165)
#C9CEB4
(201,206,180)
#D3D7C3
(211,215,195)
#DDE0D2
(221,224,210)
#E7E9E1
(231,233,225)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D985A color. Also use rgb(141,152,90) instead hex code.

Text Font Color

.myTextColor { color: #8D985A; }

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

This text font color is #8D985A.


Background Color

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

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

This div background color is #8D985A.


Border color

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

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

This div border color is #8D985A.


Opacity

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

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

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

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

This text has shadow with #8D985A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D985A on black background.


Color preview on white background

This text has color #8D985A on white background.



Black color preview on #8D985A background

This text has black color on #8D985A background.


White color preview on #8D985A background

This text has white color on #8D985A background.