COLOR #8A5543

HEX: #8A5543
RGB: (138,85,67)

Color info

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

RGB color model

#8A5543 color RGB value is (138,85,67).

  • red value is 138;
  • green value is 85;
  • blue value is 67.
RGB:
(138,85,67)
(54%,33%,26%)

RGB channels and saturation

R 138 of 255 = 54%
G 85 of 255 = 33%
B 67 of 255 = 26%

138
85
67

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

Portions of RGB colors in percentages

R + G + B =
138 + 85 + 67 = 290 (100%)
R 138 of 290 ~ 47.59%
G 85 of 290 ~ 29.31%
B 67 of 290 ~ 23.1%

%47.59
%29.31
%23.1

CMYK color model

#8A5543 color CMYK value is (0,38,51,46).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 51.45%
  • key color value is 45.88%
CMYK:
(0,38,51,46)
C0M38Y51K46 
(0%,38%,51%,46%)
(0.00/0.38/0.51/0.46)	

CMYK percentages

%0
%38.41
%51.45
%45.88

Codes

Color #8A5543 in popluar color models

8A5543
RGB1388567
HSL15°34.63%40.20%
HSB/HSV15°51.45%54.12%
CMYK0.00%38.41%51.45%
45.88%

Color #8A5543 in popluar number systems.

HEX8A5543
Decimal1388567
Binary1000101010101011000011
Octal212125103

Shades and tints

Shades of #8A5543

#8A5543
(138,85,67)
#7E4E3D
(126,78,61)
#724737
(114,71,55)
#664031
(102,64,49)
#5A392B
(90,57,43)
#4E3225
(78,50,37)
#422B1F
(66,43,31)
#362419
(54,36,25)
#2A1D13
(42,29,19)
#1E160D
(30,22,13)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #8A5543

#8A5543
(138,85,67)
#946454
(148,100,84)
#9E7365
(158,115,101)
#A88276
(168,130,118)
#B29187
(178,145,135)
#BCA098
(188,160,152)
#C6AFA9
(198,175,169)
#D0BEBA
(208,190,186)
#DACDCB
(218,205,203)
#E4DCDC
(228,220,220)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5543 color. Also use rgb(138,85,67) instead hex code.

Text Font Color

.myTextColor { color: #8A5543; }

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

This text font color is #8A5543.


Background Color

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

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

This div background color is #8A5543.


Border color

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

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

This div border color is #8A5543.


Opacity

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

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

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

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

This text has shadow with #8A5543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5543 on black background.


Color preview on white background

This text has color #8A5543 on white background.



Black color preview on #8A5543 background

This text has black color on #8A5543 background.


White color preview on #8A5543 background

This text has white color on #8A5543 background.