COLOR #8A865B

HEX: #8A865B RGB: (138,134,91)

Color info

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

RGB color model

#8A865B color RGB value is (138,134,91).

RGB: (138,134,91) (54%, 53%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 134 of 255 = 53%
B 91 of 255 = 36%

138
134
91

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

Portions of RGB colors in percentages

R + G + B = 138 + 134 + 91 = 363 (100%)
R 138 of 363 ~ 38.02%
G 134 of 363 ~ 36.91%
B 91 of 363 ~ 25.07'%

%38.02
%36.91
%25.07

CMYK color model

#8A865B color CMYK value is (0,3,34,46).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 34.06%
  • key color value is 45.88%

CMYK: (0,3,34,46)
C0M3Y34K46 (0%, 3%, 34%, 46%)
(0.00 / 0.03 / 0.34 / 0.46)

CMYK percentages

%0
%2.9
%34.06
%45.88

Codes

Color #8A865B in popluar color models

8A 86 5B
RGB 138 134 91
HSL 55° 20.52% 44.90%
HSB/HSV 55° 34.06% 54.12%
CMYK 0.00% 2.90% 34.06%
45.88%

Color #8A865B in popluar number systems.

HEX 8A 86 5B
Decimal 138 134 91
Binary 10001010 10000110 1011011
Octal 212 206 133

Shades and tints

Shades of #8A865B

#8A865B
(138,134,91)
#7E7A53
(126,122,83)
#726E4B
(114,110,75)
#666243
(102,98,67)
#5A563B
(90,86,59)
#4E4A33
(78,74,51)
#423E2B
(66,62,43)
#363223
(54,50,35)
#2A261B
(42,38,27)
#1E1A13
(30,26,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #8A865B

#8A865B
(138,134,91)
#949169
(148,145,105)
#9E9C77
(158,156,119)
#A8A785
(168,167,133)
#B2B293
(178,178,147)
#BCBDA1
(188,189,161)
#C6C8AF
(198,200,175)
#D0D3BD
(208,211,189)
#DADECB
(218,222,203)
#E4E9D9
(228,233,217)
#EEF4E7
(238,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A865B color. Also use rgb(138,134,91) instead hex code.

Text Font Color

.myTextColor { color: #8A865B; }

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

This text font color is #8A865B.

Background Color

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

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

This div background color is #8A865B.

Border color

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

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

This div border color is #8A865B.

Opacity

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

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

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

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

This text has shadow with #8A865B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A865B.

Preview

Color preview on black background

This text has color #8A865B on black background.


Color preview on white background

This text has color #8A865B on white background.


Black color preview on #8A865B background

This text has black color on #8A865B background.


White color preview on #8A865B background

This text has white color on #8A865B background.


Related colors

Complementary color

Complementary color for #hex is #7579A4.


I love getcolorcode.com

Triadic colors

1 #5B8A86 and #865B8A with #8A865B are triadic colors.

2 #5B868A and #868A5B with #8A865B are triadic colors.