COLOR #8B5757

HEX: #8B5757
RGB: (139,87,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
87
87

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

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 87 = 313 (100%)
R 139 of 313 ~ 44.41%
G 87 of 313 ~ 27.8%
B 87 of 313 ~ 27.8%

%44.41
%27.8
%27.8

CMYK color model

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

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

CMYK percentages

%0
%37.41
%37.41
%45.49

Codes

Color #8B5757 in popluar color models

8B5757
RGB1398787
HSL23.01%44.31%
HSB/HSV37.41%54.51%
CMYK0.00%37.41%37.41%
45.49%

Color #8B5757 in popluar number systems.

HEX8B5757
Decimal1398787
Binary1000101110101111010111
Octal213127127

Shades and tints

Shades of #8B5757

#8B5757
(139,87,87)
#7F5050
(127,80,80)
#734949
(115,73,73)
#674242
(103,66,66)
#5B3B3B
(91,59,59)
#4F3434
(79,52,52)
#432D2D
(67,45,45)
#372626
(55,38,38)
#2B1F1F
(43,31,31)
#1F1818
(31,24,24)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #8B5757

#8B5757
(139,87,87)
#956666
(149,102,102)
#9F7575
(159,117,117)
#A98484
(169,132,132)
#B39393
(179,147,147)
#BDA2A2
(189,162,162)
#C7B1B1
(199,177,177)
#D1C0C0
(209,192,192)
#DBCFCF
(219,207,207)
#E5DEDE
(229,222,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5757; }

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

This text font color is #8B5757.


Background Color

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

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

This div background color is #8B5757.


Border color

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

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

This div border color is #8B5757.


Opacity

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

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

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

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

This text has shadow with #8B5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5757 on black background.


Color preview on white background

This text has color #8B5757 on white background.



Black color preview on #8B5757 background

This text has black color on #8B5757 background.


White color preview on #8B5757 background

This text has white color on #8B5757 background.