COLOR #8B5B47

HEX: #8B5B47
RGB: (139,91,71)

Color info

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

RGB color model

#8B5B47 color RGB value is (139,91,71).

  • red value is 139;
  • green value is 91;
  • blue value is 71.
RGB:
(139,91,71)
(55%,36%,28%)

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 71 of 255 = 28%

139
91
71

R + G + B ~ 40%. #8B5B47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 91 + 71 = 301 (100%)
R 139 of 301 ~ 46.18%
G 91 of 301 ~ 30.23%
B 71 of 301 ~ 23.59%

%46.18
%30.23
%23.59

CMYK color model

#8B5B47 color CMYK value is (0,35,49,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(0,35,49,45)
C0M35Y49K45 
(0%,35%,49%,45%)
(0.00/0.35/0.49/0.45)	

CMYK percentages

%0
%34.53
%48.92
%45.49

Codes

Color #8B5B47 in popluar color models

8B5B47
RGB1399171
HSL18°32.38%41.18%
HSB/HSV18°48.92%54.51%
CMYK0.00%34.53%48.92%
45.49%

Color #8B5B47 in popluar number systems.

HEX8B5B47
Decimal1399171
Binary1000101110110111000111
Octal213133107

Shades and tints

Shades of #8B5B47

#8B5B47
(139,91,71)
#7F5341
(127,83,65)
#734B3B
(115,75,59)
#674335
(103,67,53)
#5B3B2F
(91,59,47)
#4F3329
(79,51,41)
#432B23
(67,43,35)
#37231D
(55,35,29)
#2B1B17
(43,27,23)
#1F1311
(31,19,17)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #8B5B47

#8B5B47
(139,91,71)
#956957
(149,105,87)
#9F7767
(159,119,103)
#A98577
(169,133,119)
#B39387
(179,147,135)
#BDA197
(189,161,151)
#C7AFA7
(199,175,167)
#D1BDB7
(209,189,183)
#DBCBC7
(219,203,199)
#E5D9D7
(229,217,215)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5B47 color. Also use rgb(139,91,71) instead hex code.

Text Font Color

.myTextColor { color: #8B5B47; }

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

This text font color is #8B5B47.


Background Color

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

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

This div background color is #8B5B47.


Border color

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

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

This div border color is #8B5B47.


Opacity

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

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

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

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

This text has shadow with #8B5B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5B47 on black background.


Color preview on white background

This text has color #8B5B47 on white background.



Black color preview on #8B5B47 background

This text has black color on #8B5B47 background.


White color preview on #8B5B47 background

This text has white color on #8B5B47 background.