COLOR #8A5020

HEX: #8A5020
RGB: (138,80,32)

Color info

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

RGB color model

#8A5020 color RGB value is (138,80,32).

  • red value is 138;
  • green value is 80;
  • blue value is 32.
RGB:
(138,80,32)
(54%,31%,13%)

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 32 of 255 = 13%

138
80
32

R + G + B ~ 33%. #8A5020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 32 = 250 (100%)
R 138 of 250 ~ 55.2%
G 80 of 250 ~ 32%
B 32 of 250 ~ 12.8%

%55.2
%32
%12.8

CMYK color model

#8A5020 color CMYK value is (0,42,77,46).

  • cyan value is 0.00%
  • magenta value is 42.03%
  • yellow value is 76.81%
  • key color value is 45.88%
CMYK:
(0,42,77,46)
C0M42Y77K46 
(0%,42%,77%,46%)
(0.00/0.42/0.77/0.46)	

CMYK percentages

%0
%42.03
%76.81
%45.88

Codes

Color #8A5020 in popluar color models

8A5020
RGB1388032
HSL27°62.35%33.33%
HSB/HSV27°76.81%54.12%
CMYK0.00%42.03%76.81%
45.88%

Color #8A5020 in popluar number systems.

HEX8A5020
Decimal1388032
Binary100010101010000100000
Octal21212040

Shades and tints

Shades of #8A5020

#8A5020
(138,80,32)
#7E491E
(126,73,30)
#72421C
(114,66,28)
#663B1A
(102,59,26)
#5A3418
(90,52,24)
#4E2D16
(78,45,22)
#422614
(66,38,20)
#361F12
(54,31,18)
#2A1810
(42,24,16)
#1E110E
(30,17,14)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #8A5020

#8A5020
(138,80,32)
#945F34
(148,95,52)
#9E6E48
(158,110,72)
#A87D5C
(168,125,92)
#B28C70
(178,140,112)
#BC9B84
(188,155,132)
#C6AA98
(198,170,152)
#D0B9AC
(208,185,172)
#DAC8C0
(218,200,192)
#E4D7D4
(228,215,212)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5020 color. Also use rgb(138,80,32) instead hex code.

Text Font Color

.myTextColor { color: #8A5020; }

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

This text font color is #8A5020.


Background Color

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

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

This div background color is #8A5020.


Border color

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

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

This div border color is #8A5020.


Opacity

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

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

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

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

This text has shadow with #8A5020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5020 on black background.


Color preview on white background

This text has color #8A5020 on white background.



Black color preview on #8A5020 background

This text has black color on #8A5020 background.


White color preview on #8A5020 background

This text has white color on #8A5020 background.