COLOR #8A8D71

HEX: #8A8D71
RGB: (138,141,113)

Color info

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

RGB color model

#8A8D71 color RGB value is (138,141,113).

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

RGB channels and saturation

R 138 of 255 = 54%
G 141 of 255 = 55%
B 113 of 255 = 44%

138
141
113

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

Portions of RGB colors in percentages

R + G + B =
138 + 141 + 113 = 392 (100%)
R 138 of 392 ~ 35.2%
G 141 of 392 ~ 35.97%
B 113 of 392 ~ 28.83%

%35.2
%35.97
%28.83

CMYK color model

#8A8D71 color CMYK value is (2,0,20,45).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK:
(2,0,20,45)
C2M0Y20K45 
(2%,0%,20%,45%)
(0.02/0.00/0.20/0.45)	

CMYK percentages

%2.13
%0
%19.86
%44.71

Codes

Color #8A8D71 in popluar color models

8A8D71
RGB138141113
HSL66°11.02%49.80%
HSB/HSV66°19.86%55.29%
CMYK2.13%0.00%19.86%
44.71%

Color #8A8D71 in popluar number systems.

HEX8A8D71
Decimal138141113
Binary10001010100011011110001
Octal212215161

Shades and tints

Shades of #8A8D71

#8A8D71
(138,141,113)
#7E8167
(126,129,103)
#72755D
(114,117,93)
#666953
(102,105,83)
#5A5D49
(90,93,73)
#4E513F
(78,81,63)
#424535
(66,69,53)
#36392B
(54,57,43)
#2A2D21
(42,45,33)
#1E2117
(30,33,23)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #8A8D71

#8A8D71
(138,141,113)
#94977D
(148,151,125)
#9EA189
(158,161,137)
#A8AB95
(168,171,149)
#B2B5A1
(178,181,161)
#BCBFAD
(188,191,173)
#C6C9B9
(198,201,185)
#D0D3C5
(208,211,197)
#DADDD1
(218,221,209)
#E4E7DD
(228,231,221)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8D71; }

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

This text font color is #8A8D71.


Background Color

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

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

This div background color is #8A8D71.


Border color

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

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

This div border color is #8A8D71.


Opacity

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

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

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

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

This text has shadow with #8A8D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8D71 on black background.


Color preview on white background

This text has color #8A8D71 on white background.



Black color preview on #8A8D71 background

This text has black color on #8A8D71 background.


White color preview on #8A8D71 background

This text has white color on #8A8D71 background.