COLOR #8A5D47

HEX: #8A5D47
RGB: (138,93,71)

Color info

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

RGB color model

#8A5D47 color RGB value is (138,93,71).

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

RGB channels and saturation

R 138 of 255 = 54%
G 93 of 255 = 36%
B 71 of 255 = 28%

138
93
71

R + G + B ~ 39%. #8A5D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 93 + 71 = 302 (100%)
R 138 of 302 ~ 45.7%
G 93 of 302 ~ 30.79%
B 71 of 302 ~ 23.51%

%45.7
%30.79
%23.51

CMYK color model

#8A5D47 color CMYK value is (0,33,49,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(0,33,49,46)
C0M33Y49K46 
(0%,33%,49%,46%)
(0.00/0.33/0.49/0.46)	

CMYK percentages

%0
%32.61
%48.55
%45.88

Codes

Color #8A5D47 in popluar color models

8A5D47
RGB1389371
HSL20°32.06%40.98%
HSB/HSV20°48.55%54.12%
CMYK0.00%32.61%48.55%
45.88%

Color #8A5D47 in popluar number systems.

HEX8A5D47
Decimal1389371
Binary1000101010111011000111
Octal212135107

Shades and tints

Shades of #8A5D47

#8A5D47
(138,93,71)
#7E5541
(126,85,65)
#724D3B
(114,77,59)
#664535
(102,69,53)
#5A3D2F
(90,61,47)
#4E3529
(78,53,41)
#422D23
(66,45,35)
#36251D
(54,37,29)
#2A1D17
(42,29,23)
#1E1511
(30,21,17)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #8A5D47

#8A5D47
(138,93,71)
#946B57
(148,107,87)
#9E7967
(158,121,103)
#A88777
(168,135,119)
#B29587
(178,149,135)
#BCA397
(188,163,151)
#C6B1A7
(198,177,167)
#D0BFB7
(208,191,183)
#DACDC7
(218,205,199)
#E4DBD7
(228,219,215)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5D47; }

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

This text font color is #8A5D47.


Background Color

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

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

This div background color is #8A5D47.


Border color

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

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

This div border color is #8A5D47.


Opacity

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

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

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

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

This text has shadow with #8A5D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5D47 on black background.


Color preview on white background

This text has color #8A5D47 on white background.



Black color preview on #8A5D47 background

This text has black color on #8A5D47 background.


White color preview on #8A5D47 background

This text has white color on #8A5D47 background.