COLOR #8B570D

HEX: #8B570D
RGB: (139,87,13)

Color info

#8B570D contains mainly red and green colors. Web safe color of #8B570D is #996600 (or #960).

RGB color model

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

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

RGB channels and saturation

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

139
87
13

R + G + B ~ 31%. #8B570D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 13 = 239 (100%)
R 139 of 239 ~ 58.16%
G 87 of 239 ~ 36.4%
B 13 of 239 ~ 5.44%

%58.16
%36.4

CMYK color model

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

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

CMYK percentages

%0
%37.41
%90.65
%45.49

Codes

Color #8B570D in popluar color models

8B570D
RGB1398713
HSL35°82.89%29.80%
HSB/HSV35°90.65%54.51%
CMYK0.00%37.41%90.65%
45.49%

Color #8B570D in popluar number systems.

HEX8B570D
Decimal1398713
Binary1000101110101111101
Octal21312715

Shades and tints

Shades of #8B570D

#8B570D
(139,87,13)
#7F500C
(127,80,12)
#73490B
(115,73,11)
#67420A
(103,66,10)
#5B3B09
(91,59,9)
#4F3408
(79,52,8)
#432D07
(67,45,7)
#372606
(55,38,6)
#2B1F05
(43,31,5)
#1F1804
(31,24,4)
#131103
(19,17,3)
#000000
(0,0,0)

Tints of #8B570D

#8B570D
(139,87,13)
#956623
(149,102,35)
#9F7539
(159,117,57)
#A9844F
(169,132,79)
#B39365
(179,147,101)
#BDA27B
(189,162,123)
#C7B191
(199,177,145)
#D1C0A7
(209,192,167)
#DBCFBD
(219,207,189)
#E5DED3
(229,222,211)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B570D; }

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

This text font color is #8B570D.


Background Color

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

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

This div background color is #8B570D.


Border color

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

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

This div border color is #8B570D.


Opacity

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

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

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

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

This text has shadow with #8B570D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B570D on black background.


Color preview on white background

This text has color #8B570D on white background.



Black color preview on #8B570D background

This text has black color on #8B570D background.


White color preview on #8B570D background

This text has white color on #8B570D background.