COLOR #8B5E37

HEX: #8B5E37
RGB: (139,94,55)

Color info

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

RGB color model

#8B5E37 color RGB value is (139,94,55).

  • red value is 139;
  • green value is 94;
  • blue value is 55.
RGB:
(139,94,55)
(55%,37%,22%)

RGB channels and saturation

R 139 of 255 = 55%
G 94 of 255 = 37%
B 55 of 255 = 22%

139
94
55

R + G + B ~ 38%. #8B5E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 94 + 55 = 288 (100%)
R 139 of 288 ~ 48.26%
G 94 of 288 ~ 32.64%
B 55 of 288 ~ 19.1%

%48.26
%32.64
%19.1

CMYK color model

#8B5E37 color CMYK value is (0,32,60,45).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(0,32,60,45)
C0M32Y60K45 
(0%,32%,60%,45%)
(0.00/0.32/0.60/0.45)	

CMYK percentages

%0
%32.37
%60.43
%45.49

Codes

Color #8B5E37 in popluar color models

8B5E37
RGB1399455
HSL28°43.30%38.04%
HSB/HSV28°60.43%54.51%
CMYK0.00%32.37%60.43%
45.49%

Color #8B5E37 in popluar number systems.

HEX8B5E37
Decimal1399455
Binary100010111011110110111
Octal21313667

Shades and tints

Shades of #8B5E37

#8B5E37
(139,94,55)
#7F5632
(127,86,50)
#734E2D
(115,78,45)
#674628
(103,70,40)
#5B3E23
(91,62,35)
#4F361E
(79,54,30)
#432E19
(67,46,25)
#372614
(55,38,20)
#2B1E0F
(43,30,15)
#1F160A
(31,22,10)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #8B5E37

#8B5E37
(139,94,55)
#956C49
(149,108,73)
#9F7A5B
(159,122,91)
#A9886D
(169,136,109)
#B3967F
(179,150,127)
#BDA491
(189,164,145)
#C7B2A3
(199,178,163)
#D1C0B5
(209,192,181)
#DBCEC7
(219,206,199)
#E5DCD9
(229,220,217)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5E37; }

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

This text font color is #8B5E37.


Background Color

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

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

This div background color is #8B5E37.


Border color

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

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

This div border color is #8B5E37.


Opacity

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

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

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

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

This text has shadow with #8B5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5E37 on black background.


Color preview on white background

This text has color #8B5E37 on white background.



Black color preview on #8B5E37 background

This text has black color on #8B5E37 background.


White color preview on #8B5E37 background

This text has white color on #8B5E37 background.