COLOR #8A876F

HEX: #8A876F
RGB: (138,135,111)

Color info

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

RGB color model

#8A876F color RGB value is (138,135,111).

  • red value is 138;
  • green value is 135;
  • blue value is 111.
RGB:
(138,135,111)
(54%,53%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 111 of 255 = 44%

138
135
111

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 111 = 384 (100%)
R 138 of 384 ~ 35.94%
G 135 of 384 ~ 35.16%
B 111 of 384 ~ 28.91%

%35.94
%35.16
%28.91

CMYK color model

#8A876F color CMYK value is (0,2,20,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(0,2,20,46)
C0M2Y20K46 
(0%,2%,20%,46%)
(0.00/0.02/0.20/0.46)	

CMYK percentages

%0
%2.17
%19.57
%45.88

Codes

Color #8A876F in popluar color models

8A876F
RGB138135111
HSL53°10.84%48.82%
HSB/HSV53°19.57%54.12%
CMYK0.00%2.17%19.57%
45.88%

Color #8A876F in popluar number systems.

HEX8A876F
Decimal138135111
Binary10001010100001111101111
Octal212207157

Shades and tints

Shades of #8A876F

#8A876F
(138,135,111)
#7E7B65
(126,123,101)
#726F5B
(114,111,91)
#666351
(102,99,81)
#5A5747
(90,87,71)
#4E4B3D
(78,75,61)
#423F33
(66,63,51)
#363329
(54,51,41)
#2A271F
(42,39,31)
#1E1B15
(30,27,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #8A876F

#8A876F
(138,135,111)
#94917C
(148,145,124)
#9E9B89
(158,155,137)
#A8A596
(168,165,150)
#B2AFA3
(178,175,163)
#BCB9B0
(188,185,176)
#C6C3BD
(198,195,189)
#D0CDCA
(208,205,202)
#DAD7D7
(218,215,215)
#E4E1E4
(228,225,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A876F color. Also use rgb(138,135,111) instead hex code.

Text Font Color

.myTextColor { color: #8A876F; }

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

This text font color is #8A876F.


Background Color

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

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

This div background color is #8A876F.


Border color

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

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

This div border color is #8A876F.


Opacity

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

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

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

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

This text has shadow with #8A876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A876F on black background.


Color preview on white background

This text has color #8A876F on white background.



Black color preview on #8A876F background

This text has black color on #8A876F background.


White color preview on #8A876F background

This text has white color on #8A876F background.