COLOR #8B5637

HEX: #8B5637
RGB: (139,86,55)

Color info

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

RGB color model

#8B5637 color RGB value is (139,86,55).

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

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 55 of 255 = 22%

139
86
55

R + G + B ~ 37%. #8B5637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 55 = 280 (100%)
R 139 of 280 ~ 49.64%
G 86 of 280 ~ 30.71%
B 55 of 280 ~ 19.64%

%49.64
%30.71
%19.64

CMYK color model

#8B5637 color CMYK value is (0,38,60,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(0,38,60,45)
C0M38Y60K45 
(0%,38%,60%,45%)
(0.00/0.38/0.60/0.45)	

CMYK percentages

%0
%38.13
%60.43
%45.49

Codes

Color #8B5637 in popluar color models

8B5637
RGB1398655
HSL22°43.30%38.04%
HSB/HSV22°60.43%54.51%
CMYK0.00%38.13%60.43%
45.49%

Color #8B5637 in popluar number systems.

HEX8B5637
Decimal1398655
Binary100010111010110110111
Octal21312667

Shades and tints

Shades of #8B5637

#8B5637
(139,86,55)
#7F4F32
(127,79,50)
#73482D
(115,72,45)
#674128
(103,65,40)
#5B3A23
(91,58,35)
#4F331E
(79,51,30)
#432C19
(67,44,25)
#372514
(55,37,20)
#2B1E0F
(43,30,15)
#1F170A
(31,23,10)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #8B5637

#8B5637
(139,86,55)
#956549
(149,101,73)
#9F745B
(159,116,91)
#A9836D
(169,131,109)
#B3927F
(179,146,127)
#BDA191
(189,161,145)
#C7B0A3
(199,176,163)
#D1BFB5
(209,191,181)
#DBCEC7
(219,206,199)
#E5DDD9
(229,221,217)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5637; }

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

This text font color is #8B5637.


Background Color

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

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

This div background color is #8B5637.


Border color

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

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

This div border color is #8B5637.


Opacity

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

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

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

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

This text has shadow with #8B5637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5637 on black background.


Color preview on white background

This text has color #8B5637 on white background.



Black color preview on #8B5637 background

This text has black color on #8B5637 background.


White color preview on #8B5637 background

This text has white color on #8B5637 background.