COLOR #8A6E49

HEX: #8A6E49
RGB: (138,110,73)

Color info

#8A6E49 contains mainly red and green colors. Web safe color of #8A6E49 is #996633 (or #963).

RGB color model

#8A6E49 color RGB value is (138,110,73).

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

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 73 of 255 = 29%

138
110
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 73 = 321 (100%)
R 138 of 321 ~ 42.99%
G 110 of 321 ~ 34.27%
B 73 of 321 ~ 22.74%

%42.99
%34.27
%22.74

CMYK color model

#8A6E49 color CMYK value is (0,20,47,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,20,47,46)
C0M20Y47K46 
(0%,20%,47%,46%)
(0.00/0.20/0.47/0.46)	

CMYK percentages

%0
%20.29
%47.1
%45.88

Codes

Color #8A6E49 in popluar color models

8A6E49
RGB13811073
HSL34°30.81%41.37%
HSB/HSV34°47.10%54.12%
CMYK0.00%20.29%47.10%
45.88%

Color #8A6E49 in popluar number systems.

HEX8A6E49
Decimal13811073
Binary1000101011011101001001
Octal212156111

Shades and tints

Shades of #8A6E49

#8A6E49
(138,110,73)
#7E6443
(126,100,67)
#725A3D
(114,90,61)
#665037
(102,80,55)
#5A4631
(90,70,49)
#4E3C2B
(78,60,43)
#423225
(66,50,37)
#36281F
(54,40,31)
#2A1E19
(42,30,25)
#1E1413
(30,20,19)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #8A6E49

#8A6E49
(138,110,73)
#947B59
(148,123,89)
#9E8869
(158,136,105)
#A89579
(168,149,121)
#B2A289
(178,162,137)
#BCAF99
(188,175,153)
#C6BCA9
(198,188,169)
#D0C9B9
(208,201,185)
#DAD6C9
(218,214,201)
#E4E3D9
(228,227,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6E49; }

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

This text font color is #8A6E49.


Background Color

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

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

This div background color is #8A6E49.


Border color

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

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

This div border color is #8A6E49.


Opacity

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

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

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

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

This text has shadow with #8A6E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E49 on black background.


Color preview on white background

This text has color #8A6E49 on white background.



Black color preview on #8A6E49 background

This text has black color on #8A6E49 background.


White color preview on #8A6E49 background

This text has white color on #8A6E49 background.