COLOR #8A6E4F

HEX: #8A6E4F
RGB: (138,110,79)

Color info

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

RGB color model

#8A6E4F color RGB value is (138,110,79).

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

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 79 of 255 = 31%

138
110
79

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 79 = 327 (100%)
R 138 of 327 ~ 42.2%
G 110 of 327 ~ 33.64%
B 79 of 327 ~ 24.16%

%42.2
%33.64
%24.16

CMYK color model

#8A6E4F color CMYK value is (0,20,43,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 42.75%
  • key color value is 45.88%
CMYK:
(0,20,43,46)
C0M20Y43K46 
(0%,20%,43%,46%)
(0.00/0.20/0.43/0.46)	

CMYK percentages

%0
%20.29
%42.75
%45.88

Codes

Color #8A6E4F in popluar color models

8A6E4F
RGB13811079
HSL32°27.19%42.55%
HSB/HSV32°42.75%54.12%
CMYK0.00%20.29%42.75%
45.88%

Color #8A6E4F in popluar number systems.

HEX8A6E4F
Decimal13811079
Binary1000101011011101001111
Octal212156117

Shades and tints

Shades of #8A6E4F

#8A6E4F
(138,110,79)
#7E6448
(126,100,72)
#725A41
(114,90,65)
#66503A
(102,80,58)
#5A4633
(90,70,51)
#4E3C2C
(78,60,44)
#423225
(66,50,37)
#36281E
(54,40,30)
#2A1E17
(42,30,23)
#1E1410
(30,20,16)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #8A6E4F

#8A6E4F
(138,110,79)
#947B5F
(148,123,95)
#9E886F
(158,136,111)
#A8957F
(168,149,127)
#B2A28F
(178,162,143)
#BCAF9F
(188,175,159)
#C6BCAF
(198,188,175)
#D0C9BF
(208,201,191)
#DAD6CF
(218,214,207)
#E4E3DF
(228,227,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6E4F; }

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

This text font color is #8A6E4F.


Background Color

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

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

This div background color is #8A6E4F.


Border color

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

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

This div border color is #8A6E4F.


Opacity

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

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

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

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

This text has shadow with #8A6E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E4F on black background.


Color preview on white background

This text has color #8A6E4F on white background.



Black color preview on #8A6E4F background

This text has black color on #8A6E4F background.


White color preview on #8A6E4F background

This text has white color on #8A6E4F background.