COLOR #8A6E5B

HEX: #8A6E5B
RGB: (138,110,91)

Color info

#8A6E5B contains red, green and blue colors in about the same proportion. Web safe color of #8A6E5B is #996666 (or #966).

RGB color model

#8A6E5B color RGB value is (138,110,91).

  • red value is 138;
  • green value is 110;
  • blue value is 91.
RGB:
(138,110,91)
(54%,43%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 91 of 255 = 36%

138
110
91

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 91 = 339 (100%)
R 138 of 339 ~ 40.71%
G 110 of 339 ~ 32.45%
B 91 of 339 ~ 26.84%

%40.71
%32.45
%26.84

CMYK color model

#8A6E5B color CMYK value is (0,20,34,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 34.06%
  • key color value is 45.88%
CMYK:
(0,20,34,46)
C0M20Y34K46 
(0%,20%,34%,46%)
(0.00/0.20/0.34/0.46)	

CMYK percentages

%0
%20.29
%34.06
%45.88

Codes

Color #8A6E5B in popluar color models

8A6E5B
RGB13811091
HSL24°20.52%44.90%
HSB/HSV24°34.06%54.12%
CMYK0.00%20.29%34.06%
45.88%

Color #8A6E5B in popluar number systems.

HEX8A6E5B
Decimal13811091
Binary1000101011011101011011
Octal212156133

Shades and tints

Shades of #8A6E5B

#8A6E5B
(138,110,91)
#7E6453
(126,100,83)
#725A4B
(114,90,75)
#665043
(102,80,67)
#5A463B
(90,70,59)
#4E3C33
(78,60,51)
#42322B
(66,50,43)
#362823
(54,40,35)
#2A1E1B
(42,30,27)
#1E1413
(30,20,19)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #8A6E5B

#8A6E5B
(138,110,91)
#947B69
(148,123,105)
#9E8877
(158,136,119)
#A89585
(168,149,133)
#B2A293
(178,162,147)
#BCAFA1
(188,175,161)
#C6BCAF
(198,188,175)
#D0C9BD
(208,201,189)
#DAD6CB
(218,214,203)
#E4E3D9
(228,227,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6E5B; }

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

This text font color is #8A6E5B.


Background Color

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

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

This div background color is #8A6E5B.


Border color

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

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

This div border color is #8A6E5B.


Opacity

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

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

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

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

This text has shadow with #8A6E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E5B on black background.


Color preview on white background

This text has color #8A6E5B on white background.



Black color preview on #8A6E5B background

This text has black color on #8A6E5B background.


White color preview on #8A6E5B background

This text has white color on #8A6E5B background.