COLOR #8B5B57

HEX: #8B5B57
RGB: (139,91,87)

Color info

#8B5B57 contains red, green and blue colors in about the same proportion. Web safe color of #8B5B57 is #996666 (or #966).

RGB color model

#8B5B57 color RGB value is (139,91,87).

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

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 87 of 255 = 34%

139
91
87

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

Portions of RGB colors in percentages

R + G + B =
139 + 91 + 87 = 317 (100%)
R 139 of 317 ~ 43.85%
G 91 of 317 ~ 28.71%
B 87 of 317 ~ 27.44%

%43.85
%28.71
%27.44

CMYK color model

#8B5B57 color CMYK value is (0,35,37,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 37.41%
  • key color value is 45.49%
CMYK:
(0,35,37,45)
C0M35Y37K45 
(0%,35%,37%,45%)
(0.00/0.35/0.37/0.45)	

CMYK percentages

%0
%34.53
%37.41
%45.49

Codes

Color #8B5B57 in popluar color models

8B5B57
RGB1399187
HSL23.01%44.31%
HSB/HSV37.41%54.51%
CMYK0.00%34.53%37.41%
45.49%

Color #8B5B57 in popluar number systems.

HEX8B5B57
Decimal1399187
Binary1000101110110111010111
Octal213133127

Shades and tints

Shades of #8B5B57

#8B5B57
(139,91,87)
#7F5350
(127,83,80)
#734B49
(115,75,73)
#674342
(103,67,66)
#5B3B3B
(91,59,59)
#4F3334
(79,51,52)
#432B2D
(67,43,45)
#372326
(55,35,38)
#2B1B1F
(43,27,31)
#1F1318
(31,19,24)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #8B5B57

#8B5B57
(139,91,87)
#956966
(149,105,102)
#9F7775
(159,119,117)
#A98584
(169,133,132)
#B39393
(179,147,147)
#BDA1A2
(189,161,162)
#C7AFB1
(199,175,177)
#D1BDC0
(209,189,192)
#DBCBCF
(219,203,207)
#E5D9DE
(229,217,222)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5B57; }

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

This text font color is #8B5B57.


Background Color

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

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

This div background color is #8B5B57.


Border color

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

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

This div border color is #8B5B57.


Opacity

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

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

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

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

This text has shadow with #8B5B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5B57 on black background.


Color preview on white background

This text has color #8B5B57 on white background.



Black color preview on #8B5B57 background

This text has black color on #8B5B57 background.


White color preview on #8B5B57 background

This text has white color on #8B5B57 background.