COLOR #8A6E59

HEX: #8A6E59
RGB: (138,110,89)

Color info

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

RGB color model

#8A6E59 color RGB value is (138,110,89).

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

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 89 of 255 = 35%

138
110
89

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 89 = 337 (100%)
R 138 of 337 ~ 40.95%
G 110 of 337 ~ 32.64%
B 89 of 337 ~ 26.41%

%40.95
%32.64
%26.41

CMYK color model

#8A6E59 color CMYK value is (0,20,36,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 35.51%
  • key color value is 45.88%
CMYK:
(0,20,36,46)
C0M20Y36K46 
(0%,20%,36%,46%)
(0.00/0.20/0.36/0.46)	

CMYK percentages

%0
%20.29
%35.51
%45.88

Codes

Color #8A6E59 in popluar color models

8A6E59
RGB13811089
HSL26°21.59%44.51%
HSB/HSV26°35.51%54.12%
CMYK0.00%20.29%35.51%
45.88%

Color #8A6E59 in popluar number systems.

HEX8A6E59
Decimal13811089
Binary1000101011011101011001
Octal212156131

Shades and tints

Shades of #8A6E59

#8A6E59
(138,110,89)
#7E6451
(126,100,81)
#725A49
(114,90,73)
#665041
(102,80,65)
#5A4639
(90,70,57)
#4E3C31
(78,60,49)
#423229
(66,50,41)
#362821
(54,40,33)
#2A1E19
(42,30,25)
#1E1411
(30,20,17)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #8A6E59

#8A6E59
(138,110,89)
#947B68
(148,123,104)
#9E8877
(158,136,119)
#A89586
(168,149,134)
#B2A295
(178,162,149)
#BCAFA4
(188,175,164)
#C6BCB3
(198,188,179)
#D0C9C2
(208,201,194)
#DAD6D1
(218,214,209)
#E4E3E0
(228,227,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6E59; }

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

This text font color is #8A6E59.


Background Color

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

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

This div background color is #8A6E59.


Border color

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

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

This div border color is #8A6E59.


Opacity

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

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

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

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

This text has shadow with #8A6E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E59 on black background.


Color preview on white background

This text has color #8A6E59 on white background.



Black color preview on #8A6E59 background

This text has black color on #8A6E59 background.


White color preview on #8A6E59 background

This text has white color on #8A6E59 background.