COLOR #8A876A

HEX: #8A876A RGB: (138,135,106)

Color info

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

RGB color model

#8A876A color RGB value is (138,135,106).

RGB: (138,135,106) (54%, 53%, 42%)

RGB channels and saturation

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

138
135
106

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

Portions of RGB colors in percentages

R + G + B = 138 + 135 + 106 = 379 (100%)
R 138 of 379 ~ 36.41%
G 135 of 379 ~ 35.62%
B 106 of 379 ~ 27.97'%

%36.41
%35.62
%27.97

CMYK color model

#8A876A color CMYK value is (0,2,23,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 23.19%
  • key color value is 45.88%

CMYK: (0,2,23,46)
C0M2Y23K46 (0%, 2%, 23%, 46%)
(0.00 / 0.02 / 0.23 / 0.46)

CMYK percentages

%0
%2.17
%23.19
%45.88

Codes

Color #8A876A in popluar color models

8A 87 6A
RGB 138 135 106
HSL 54° 13.11% 47.84%
HSB/HSV 54° 23.19% 54.12%
CMYK 0.00% 2.17% 23.19%
45.88%

Color #8A876A in popluar number systems.

HEX 8A 87 6A
Decimal 138 135 106
Binary 10001010 10000111 1101010
Octal 212 207 152

Shades and tints

Shades of #8A876A

#8A876A
(138,135,106)
#7E7B61
(126,123,97)
#726F58
(114,111,88)
#66634F
(102,99,79)
#5A5746
(90,87,70)
#4E4B3D
(78,75,61)
#423F34
(66,63,52)
#36332B
(54,51,43)
#2A2722
(42,39,34)
#1E1B19
(30,27,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #8A876A

#8A876A
(138,135,106)
#949177
(148,145,119)
#9E9B84
(158,155,132)
#A8A591
(168,165,145)
#B2AF9E
(178,175,158)
#BCB9AB
(188,185,171)
#C6C3B8
(198,195,184)
#D0CDC5
(208,205,197)
#DAD7D2
(218,215,210)
#E4E1DF
(228,225,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A876A; }

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

This text font color is #8A876A.

Background Color

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

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

This div background color is #8A876A.

Border color

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

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

This div border color is #8A876A.

Opacity

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

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

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

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

This text has shadow with #8A876A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A876A.

Preview

Color preview on black background

This text has color #8A876A on black background.


Color preview on white background

This text has color #8A876A on white background.


Black color preview on #8A876A background

This text has black color on #8A876A background.


White color preview on #8A876A background

This text has white color on #8A876A background.


Related colors

Complementary color

Complementary color for #hex is #757895.


I love getcolorcode.com

Triadic colors

1 #6A8A87 and #876A8A with #8A876A are triadic colors.

2 #6A878A and #878A6A with #8A876A are triadic colors.