COLOR #8A876D

HEX: #8A876D
RGB: (138,135,109)

Color info

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

RGB color model

#8A876D color RGB value is (138,135,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 109 of 255 = 43%

138
135
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 109 = 382 (100%)
R 138 of 382 ~ 36.13%
G 135 of 382 ~ 35.34%
B 109 of 382 ~ 28.53%

%36.13
%35.34
%28.53

CMYK color model

#8A876D color CMYK value is (0,2,21,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,2,21,46)
C0M2Y21K46 
(0%,2%,21%,46%)
(0.00/0.02/0.21/0.46)	

CMYK percentages

%0
%2.17
%21.01
%45.88

Codes

Color #8A876D in popluar color models

8A876D
RGB138135109
HSL54°11.74%48.43%
HSB/HSV54°21.01%54.12%
CMYK0.00%2.17%21.01%
45.88%

Color #8A876D in popluar number systems.

HEX8A876D
Decimal138135109
Binary10001010100001111101101
Octal212207155

Shades and tints

Shades of #8A876D

#8A876D
(138,135,109)
#7E7B64
(126,123,100)
#726F5B
(114,111,91)
#666352
(102,99,82)
#5A5749
(90,87,73)
#4E4B40
(78,75,64)
#423F37
(66,63,55)
#36332E
(54,51,46)
#2A2725
(42,39,37)
#1E1B1C
(30,27,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8A876D

#8A876D
(138,135,109)
#94917A
(148,145,122)
#9E9B87
(158,155,135)
#A8A594
(168,165,148)
#B2AFA1
(178,175,161)
#BCB9AE
(188,185,174)
#C6C3BB
(198,195,187)
#D0CDC8
(208,205,200)
#DAD7D5
(218,215,213)
#E4E1E2
(228,225,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A876D; }

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

This text font color is #8A876D.


Background Color

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

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

This div background color is #8A876D.


Border color

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

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

This div border color is #8A876D.


Opacity

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

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

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

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

This text has shadow with #8A876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A876D on black background.


Color preview on white background

This text has color #8A876D on white background.



Black color preview on #8A876D background

This text has black color on #8A876D background.


White color preview on #8A876D background

This text has white color on #8A876D background.