COLOR #8A5247

HEX: #8A5247
RGB: (138,82,71)

Color info

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

RGB color model

#8A5247 color RGB value is (138,82,71).

  • red value is 138;
  • green value is 82;
  • blue value is 71.
RGB:
(138,82,71)
(54%,32%,28%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 71 of 255 = 28%

138
82
71

R + G + B ~ 38%. #8A5247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 71 = 291 (100%)
R 138 of 291 ~ 47.42%
G 82 of 291 ~ 28.18%
B 71 of 291 ~ 24.4%

%47.42
%28.18
%24.4

CMYK color model

#8A5247 color CMYK value is (0,41,49,46).

  • cyan value is 0.00%
  • magenta value is 40.58%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(0,41,49,46)
C0M41Y49K46 
(0%,41%,49%,46%)
(0.00/0.41/0.49/0.46)	

CMYK percentages

%0
%40.58
%48.55
%45.88

Codes

Color #8A5247 in popluar color models

8A5247
RGB1388271
HSL10°32.06%40.98%
HSB/HSV10°48.55%54.12%
CMYK0.00%40.58%48.55%
45.88%

Color #8A5247 in popluar number systems.

HEX8A5247
Decimal1388271
Binary1000101010100101000111
Octal212122107

Shades and tints

Shades of #8A5247

#8A5247
(138,82,71)
#7E4B41
(126,75,65)
#72443B
(114,68,59)
#663D35
(102,61,53)
#5A362F
(90,54,47)
#4E2F29
(78,47,41)
#422823
(66,40,35)
#36211D
(54,33,29)
#2A1A17
(42,26,23)
#1E1311
(30,19,17)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #8A5247

#8A5247
(138,82,71)
#946157
(148,97,87)
#9E7067
(158,112,103)
#A87F77
(168,127,119)
#B28E87
(178,142,135)
#BC9D97
(188,157,151)
#C6ACA7
(198,172,167)
#D0BBB7
(208,187,183)
#DACAC7
(218,202,199)
#E4D9D7
(228,217,215)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5247 color. Also use rgb(138,82,71) instead hex code.

Text Font Color

.myTextColor { color: #8A5247; }

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

This text font color is #8A5247.


Background Color

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

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

This div background color is #8A5247.


Border color

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

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

This div border color is #8A5247.


Opacity

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

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

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

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

This text has shadow with #8A5247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5247 on black background.


Color preview on white background

This text has color #8A5247 on white background.



Black color preview on #8A5247 background

This text has black color on #8A5247 background.


White color preview on #8A5247 background

This text has white color on #8A5247 background.