COLOR #8B5749

HEX: #8B5749
RGB: (139,87,73)

Color info

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

RGB color model

#8B5749 color RGB value is (139,87,73).

  • red value is 139;
  • green value is 87;
  • blue value is 73.
RGB:
(139,87,73)
(55%,34%,29%)

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 73 of 255 = 29%

139
87
73

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

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 73 = 299 (100%)
R 139 of 299 ~ 46.49%
G 87 of 299 ~ 29.1%
B 73 of 299 ~ 24.41%

%46.49
%29.1
%24.41

CMYK color model

#8B5749 color CMYK value is (0,37,47,45).

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(0,37,47,45)
C0M37Y47K45 
(0%,37%,47%,45%)
(0.00/0.37/0.47/0.45)	

CMYK percentages

%0
%37.41
%47.48
%45.49

Codes

Color #8B5749 in popluar color models

8B5749
RGB1398773
HSL13°31.13%41.57%
HSB/HSV13°47.48%54.51%
CMYK0.00%37.41%47.48%
45.49%

Color #8B5749 in popluar number systems.

HEX8B5749
Decimal1398773
Binary1000101110101111001001
Octal213127111

Shades and tints

Shades of #8B5749

#8B5749
(139,87,73)
#7F5043
(127,80,67)
#73493D
(115,73,61)
#674237
(103,66,55)
#5B3B31
(91,59,49)
#4F342B
(79,52,43)
#432D25
(67,45,37)
#37261F
(55,38,31)
#2B1F19
(43,31,25)
#1F1813
(31,24,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #8B5749

#8B5749
(139,87,73)
#956659
(149,102,89)
#9F7569
(159,117,105)
#A98479
(169,132,121)
#B39389
(179,147,137)
#BDA299
(189,162,153)
#C7B1A9
(199,177,169)
#D1C0B9
(209,192,185)
#DBCFC9
(219,207,201)
#E5DED9
(229,222,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5749 color. Also use rgb(139,87,73) instead hex code.

Text Font Color

.myTextColor { color: #8B5749; }

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

This text font color is #8B5749.


Background Color

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

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

This div background color is #8B5749.


Border color

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

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

This div border color is #8B5749.


Opacity

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

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

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

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

This text has shadow with #8B5749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5749 on black background.


Color preview on white background

This text has color #8B5749 on white background.



Black color preview on #8B5749 background

This text has black color on #8B5749 background.


White color preview on #8B5749 background

This text has white color on #8B5749 background.