COLOR #8A876B

HEX: #8A876B
RGB: (138,135,107)

Color info

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

RGB color model

#8A876B color RGB value is (138,135,107).

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

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 107 of 255 = 42%

138
135
107

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 107 = 380 (100%)
R 138 of 380 ~ 36.32%
G 135 of 380 ~ 35.53%
B 107 of 380 ~ 28.16%

%36.32
%35.53
%28.16

CMYK color model

#8A876B color CMYK value is (0,2,22,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 22.46%
  • key color value is 45.88%
CMYK:
(0,2,22,46)
C0M2Y22K46 
(0%,2%,22%,46%)
(0.00/0.02/0.22/0.46)	

CMYK percentages

%0
%2.17
%22.46
%45.88

Codes

Color #8A876B in popluar color models

8A876B
RGB138135107
HSL54°12.65%48.04%
HSB/HSV54°22.46%54.12%
CMYK0.00%2.17%22.46%
45.88%

Color #8A876B in popluar number systems.

HEX8A876B
Decimal138135107
Binary10001010100001111101011
Octal212207153

Shades and tints

Shades of #8A876B

#8A876B
(138,135,107)
#7E7B62
(126,123,98)
#726F59
(114,111,89)
#666350
(102,99,80)
#5A5747
(90,87,71)
#4E4B3E
(78,75,62)
#423F35
(66,63,53)
#36332C
(54,51,44)
#2A2723
(42,39,35)
#1E1B1A
(30,27,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A876B

#8A876B
(138,135,107)
#949178
(148,145,120)
#9E9B85
(158,155,133)
#A8A592
(168,165,146)
#B2AF9F
(178,175,159)
#BCB9AC
(188,185,172)
#C6C3B9
(198,195,185)
#D0CDC6
(208,205,198)
#DAD7D3
(218,215,211)
#E4E1E0
(228,225,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A876B; }

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

This text font color is #8A876B.


Background Color

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

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

This div background color is #8A876B.


Border color

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

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

This div border color is #8A876B.


Opacity

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

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

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

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

This text has shadow with #8A876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A876B on black background.


Color preview on white background

This text has color #8A876B on white background.



Black color preview on #8A876B background

This text has black color on #8A876B background.


White color preview on #8A876B background

This text has white color on #8A876B background.