COLOR #8A6E53

HEX: #8A6E53
RGB: (138,110,83)

Color info

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

RGB color model

#8A6E53 color RGB value is (138,110,83).

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

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 83 of 255 = 33%

138
110
83

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 83 = 331 (100%)
R 138 of 331 ~ 41.69%
G 110 of 331 ~ 33.23%
B 83 of 331 ~ 25.08%

%41.69
%33.23
%25.08

CMYK color model

#8A6E53 color CMYK value is (0,20,40,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 39.86%
  • key color value is 45.88%
CMYK:
(0,20,40,46)
C0M20Y40K46 
(0%,20%,40%,46%)
(0.00/0.20/0.40/0.46)	

CMYK percentages

%0
%20.29
%39.86
%45.88

Codes

Color #8A6E53 in popluar color models

8A6E53
RGB13811083
HSL29°24.89%43.33%
HSB/HSV29°39.86%54.12%
CMYK0.00%20.29%39.86%
45.88%

Color #8A6E53 in popluar number systems.

HEX8A6E53
Decimal13811083
Binary1000101011011101010011
Octal212156123

Shades and tints

Shades of #8A6E53

#8A6E53
(138,110,83)
#7E644C
(126,100,76)
#725A45
(114,90,69)
#66503E
(102,80,62)
#5A4637
(90,70,55)
#4E3C30
(78,60,48)
#423229
(66,50,41)
#362822
(54,40,34)
#2A1E1B
(42,30,27)
#1E1414
(30,20,20)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #8A6E53

#8A6E53
(138,110,83)
#947B62
(148,123,98)
#9E8871
(158,136,113)
#A89580
(168,149,128)
#B2A28F
(178,162,143)
#BCAF9E
(188,175,158)
#C6BCAD
(198,188,173)
#D0C9BC
(208,201,188)
#DAD6CB
(218,214,203)
#E4E3DA
(228,227,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6E53; }

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

This text font color is #8A6E53.


Background Color

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

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

This div background color is #8A6E53.


Border color

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

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

This div border color is #8A6E53.


Opacity

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

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

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

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

This text has shadow with #8A6E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E53 on black background.


Color preview on white background

This text has color #8A6E53 on white background.



Black color preview on #8A6E53 background

This text has black color on #8A6E53 background.


White color preview on #8A6E53 background

This text has white color on #8A6E53 background.