COLOR #8A5D2E

HEX: #8A5D2E
RGB: (138,93,46)

Color info

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

RGB color model

#8A5D2E color RGB value is (138,93,46).

  • red value is 138;
  • green value is 93;
  • blue value is 46.
RGB:
(138,93,46)
(54%,36%,18%)

RGB channels and saturation

R 138 of 255 = 54%
G 93 of 255 = 36%
B 46 of 255 = 18%

138
93
46

R + G + B ~ 36%. #8A5D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 93 + 46 = 277 (100%)
R 138 of 277 ~ 49.82%
G 93 of 277 ~ 33.57%
B 46 of 277 ~ 16.61%

%49.82
%33.57
%16.61

CMYK color model

#8A5D2E color CMYK value is (0,33,67,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 66.67%
  • key color value is 45.88%
CMYK:
(0,33,67,46)
C0M33Y67K46 
(0%,33%,67%,46%)
(0.00/0.33/0.67/0.46)	

CMYK percentages

%0
%32.61
%66.67
%45.88

Codes

Color #8A5D2E in popluar color models

8A5D2E
RGB1389346
HSL31°50.00%36.08%
HSB/HSV31°66.67%54.12%
CMYK0.00%32.61%66.67%
45.88%

Color #8A5D2E in popluar number systems.

HEX8A5D2E
Decimal1389346
Binary100010101011101101110
Octal21213556

Shades and tints

Shades of #8A5D2E

#8A5D2E
(138,93,46)
#7E552A
(126,85,42)
#724D26
(114,77,38)
#664522
(102,69,34)
#5A3D1E
(90,61,30)
#4E351A
(78,53,26)
#422D16
(66,45,22)
#362512
(54,37,18)
#2A1D0E
(42,29,14)
#1E150A
(30,21,10)
#120D06
(18,13,6)
#000000
(0,0,0)

Tints of #8A5D2E

#8A5D2E
(138,93,46)
#946B41
(148,107,65)
#9E7954
(158,121,84)
#A88767
(168,135,103)
#B2957A
(178,149,122)
#BCA38D
(188,163,141)
#C6B1A0
(198,177,160)
#D0BFB3
(208,191,179)
#DACDC6
(218,205,198)
#E4DBD9
(228,219,217)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5D2E color. Also use rgb(138,93,46) instead hex code.

Text Font Color

.myTextColor { color: #8A5D2E; }

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

This text font color is #8A5D2E.


Background Color

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

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

This div background color is #8A5D2E.


Border color

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

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

This div border color is #8A5D2E.


Opacity

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

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

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

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

This text has shadow with #8A5D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5D2E on black background.


Color preview on white background

This text has color #8A5D2E on white background.



Black color preview on #8A5D2E background

This text has black color on #8A5D2E background.


White color preview on #8A5D2E background

This text has white color on #8A5D2E background.