COLOR #8A8D5E

HEX: #8A8D5E
RGB: (138,141,94)

Color info

#8A8D5E contains red, green and blue colors in about the same proportion. Web safe color of #8A8D5E is #999966 (or #996).

RGB color model

#8A8D5E color RGB value is (138,141,94).

  • red value is 138;
  • green value is 141;
  • blue value is 94.
RGB:
(138,141,94)
(54%,55%,37%)

RGB channels and saturation

R 138 of 255 = 54%
G 141 of 255 = 55%
B 94 of 255 = 37%

138
141
94

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

Portions of RGB colors in percentages

R + G + B =
138 + 141 + 94 = 373 (100%)
R 138 of 373 ~ 37%
G 141 of 373 ~ 37.8%
B 94 of 373 ~ 25.2%

%37
%37.8
%25.2

CMYK color model

#8A8D5E color CMYK value is (2,0,33,45).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 44.71%
CMYK:
(2,0,33,45)
C2M0Y33K45 
(2%,0%,33%,45%)
(0.02/0.00/0.33/0.45)	

CMYK percentages

%2.13
%0
%33.33
%44.71

Codes

Color #8A8D5E in popluar color models

8A8D5E
RGB13814194
HSL64°20.00%46.08%
HSB/HSV64°33.33%55.29%
CMYK2.13%0.00%33.33%
44.71%

Color #8A8D5E in popluar number systems.

HEX8A8D5E
Decimal13814194
Binary10001010100011011011110
Octal212215136

Shades and tints

Shades of #8A8D5E

#8A8D5E
(138,141,94)
#7E8156
(126,129,86)
#72754E
(114,117,78)
#666946
(102,105,70)
#5A5D3E
(90,93,62)
#4E5136
(78,81,54)
#42452E
(66,69,46)
#363926
(54,57,38)
#2A2D1E
(42,45,30)
#1E2116
(30,33,22)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #8A8D5E

#8A8D5E
(138,141,94)
#94976C
(148,151,108)
#9EA17A
(158,161,122)
#A8AB88
(168,171,136)
#B2B596
(178,181,150)
#BCBFA4
(188,191,164)
#C6C9B2
(198,201,178)
#D0D3C0
(208,211,192)
#DADDCE
(218,221,206)
#E4E7DC
(228,231,220)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8D5E color. Also use rgb(138,141,94) instead hex code.

Text Font Color

.myTextColor { color: #8A8D5E; }

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

This text font color is #8A8D5E.


Background Color

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

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

This div background color is #8A8D5E.


Border color

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

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

This div border color is #8A8D5E.


Opacity

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

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

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

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

This text has shadow with #8A8D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8D5E on black background.


Color preview on white background

This text has color #8A8D5E on white background.



Black color preview on #8A8D5E background

This text has black color on #8A8D5E background.


White color preview on #8A8D5E background

This text has white color on #8A8D5E background.