COLOR #8B6E39

HEX: #8B6E39
RGB: (139,110,57)

Color info

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

RGB color model

#8B6E39 color RGB value is (139,110,57).

  • red value is 139;
  • green value is 110;
  • blue value is 57.
RGB:
(139,110,57)
(55%,43%,22%)

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 57 of 255 = 22%

139
110
57

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

Portions of RGB colors in percentages

R + G + B =
139 + 110 + 57 = 306 (100%)
R 139 of 306 ~ 45.42%
G 110 of 306 ~ 35.95%
B 57 of 306 ~ 18.63%

%45.42
%35.95
%18.63

CMYK color model

#8B6E39 color CMYK value is (0,21,59,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 58.99%
  • key color value is 45.49%
CMYK:
(0,21,59,45)
C0M21Y59K45 
(0%,21%,59%,45%)
(0.00/0.21/0.59/0.45)	

CMYK percentages

%0
%20.86
%58.99
%45.49

Codes

Color #8B6E39 in popluar color models

8B6E39
RGB13911057
HSL39°41.84%38.43%
HSB/HSV39°58.99%54.51%
CMYK0.00%20.86%58.99%
45.49%

Color #8B6E39 in popluar number systems.

HEX8B6E39
Decimal13911057
Binary100010111101110111001
Octal21315671

Shades and tints

Shades of #8B6E39

#8B6E39
(139,110,57)
#7F6434
(127,100,52)
#735A2F
(115,90,47)
#67502A
(103,80,42)
#5B4625
(91,70,37)
#4F3C20
(79,60,32)
#43321B
(67,50,27)
#372816
(55,40,22)
#2B1E11
(43,30,17)
#1F140C
(31,20,12)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #8B6E39

#8B6E39
(139,110,57)
#957B4B
(149,123,75)
#9F885D
(159,136,93)
#A9956F
(169,149,111)
#B3A281
(179,162,129)
#BDAF93
(189,175,147)
#C7BCA5
(199,188,165)
#D1C9B7
(209,201,183)
#DBD6C9
(219,214,201)
#E5E3DB
(229,227,219)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E39; }

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

This text font color is #8B6E39.


Background Color

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

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

This div background color is #8B6E39.


Border color

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

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

This div border color is #8B6E39.


Opacity

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

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

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

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

This text has shadow with #8B6E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E39 on black background.


Color preview on white background

This text has color #8B6E39 on white background.



Black color preview on #8B6E39 background

This text has black color on #8B6E39 background.


White color preview on #8B6E39 background

This text has white color on #8B6E39 background.