COLOR #8B5B0D

HEX: #8B5B0D
RGB: (139,91,13)

Color info

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

RGB color model

#8B5B0D color RGB value is (139,91,13).

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

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 13 of 255 = 5%

139
91
13

R + G + B ~ 32%. #8B5B0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 91 + 13 = 243 (100%)
R 139 of 243 ~ 57.2%
G 91 of 243 ~ 37.45%
B 13 of 243 ~ 5.35%

%57.2
%37.45

CMYK color model

#8B5B0D color CMYK value is (0,35,91,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 90.65%
  • key color value is 45.49%
CMYK:
(0,35,91,45)
C0M35Y91K45 
(0%,35%,91%,45%)
(0.00/0.35/0.91/0.45)	

CMYK percentages

%0
%34.53
%90.65
%45.49

Codes

Color #8B5B0D in popluar color models

8B5B0D
RGB1399113
HSL37°82.89%29.80%
HSB/HSV37°90.65%54.51%
CMYK0.00%34.53%90.65%
45.49%

Color #8B5B0D in popluar number systems.

HEX8B5B0D
Decimal1399113
Binary1000101110110111101
Octal21313315

Shades and tints

Shades of #8B5B0D

#8B5B0D
(139,91,13)
#7F530C
(127,83,12)
#734B0B
(115,75,11)
#67430A
(103,67,10)
#5B3B09
(91,59,9)
#4F3308
(79,51,8)
#432B07
(67,43,7)
#372306
(55,35,6)
#2B1B05
(43,27,5)
#1F1304
(31,19,4)
#130B03
(19,11,3)
#000000
(0,0,0)

Tints of #8B5B0D

#8B5B0D
(139,91,13)
#956923
(149,105,35)
#9F7739
(159,119,57)
#A9854F
(169,133,79)
#B39365
(179,147,101)
#BDA17B
(189,161,123)
#C7AF91
(199,175,145)
#D1BDA7
(209,189,167)
#DBCBBD
(219,203,189)
#E5D9D3
(229,217,211)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5B0D; }

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

This text font color is #8B5B0D.


Background Color

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

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

This div background color is #8B5B0D.


Border color

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

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

This div border color is #8B5B0D.


Opacity

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

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

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

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

This text has shadow with #8B5B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5B0D on black background.


Color preview on white background

This text has color #8B5B0D on white background.



Black color preview on #8B5B0D background

This text has black color on #8B5B0D background.


White color preview on #8B5B0D background

This text has white color on #8B5B0D background.