COLOR #8B5543

HEX: #8B5543
RGB: (139,85,67)

Color info

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

RGB color model

#8B5543 color RGB value is (139,85,67).

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

RGB channels and saturation

R 139 of 255 = 55%
G 85 of 255 = 33%
B 67 of 255 = 26%

139
85
67

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

Portions of RGB colors in percentages

R + G + B =
139 + 85 + 67 = 291 (100%)
R 139 of 291 ~ 47.77%
G 85 of 291 ~ 29.21%
B 67 of 291 ~ 23.02%

%47.77
%29.21
%23.02

CMYK color model

#8B5543 color CMYK value is (0,39,52,45).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 51.80%
  • key color value is 45.49%
CMYK:
(0,39,52,45)
C0M39Y52K45 
(0%,39%,52%,45%)
(0.00/0.39/0.52/0.45)	

CMYK percentages

%0
%38.85
%51.8
%45.49

Codes

Color #8B5543 in popluar color models

8B5543
RGB1398567
HSL15°34.95%40.39%
HSB/HSV15°51.80%54.51%
CMYK0.00%38.85%51.80%
45.49%

Color #8B5543 in popluar number systems.

HEX8B5543
Decimal1398567
Binary1000101110101011000011
Octal213125103

Shades and tints

Shades of #8B5543

#8B5543
(139,85,67)
#7F4E3D
(127,78,61)
#734737
(115,71,55)
#674031
(103,64,49)
#5B392B
(91,57,43)
#4F3225
(79,50,37)
#432B1F
(67,43,31)
#372419
(55,36,25)
#2B1D13
(43,29,19)
#1F160D
(31,22,13)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #8B5543

#8B5543
(139,85,67)
#956454
(149,100,84)
#9F7365
(159,115,101)
#A98276
(169,130,118)
#B39187
(179,145,135)
#BDA098
(189,160,152)
#C7AFA9
(199,175,169)
#D1BEBA
(209,190,186)
#DBCDCB
(219,205,203)
#E5DCDC
(229,220,220)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5543; }

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

This text font color is #8B5543.


Background Color

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

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

This div background color is #8B5543.


Border color

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

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

This div border color is #8B5543.


Opacity

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

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

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

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

This text has shadow with #8B5543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5543 on black background.


Color preview on white background

This text has color #8B5543 on white background.



Black color preview on #8B5543 background

This text has black color on #8B5543 background.


White color preview on #8B5543 background

This text has white color on #8B5543 background.