COLOR #8B6E5F

HEX: #8B6E5F
RGB: (139,110,95)

Color info

#8B6E5F contains red, green and blue colors in about the same proportion. Web safe color of #8B6E5F is #996666 (or #966).

RGB color model

#8B6E5F color RGB value is (139,110,95).

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

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 95 of 255 = 37%

139
110
95

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

Portions of RGB colors in percentages

R + G + B =
139 + 110 + 95 = 344 (100%)
R 139 of 344 ~ 40.41%
G 110 of 344 ~ 31.98%
B 95 of 344 ~ 27.62%

%40.41
%31.98
%27.62

CMYK color model

#8B6E5F color CMYK value is (0,21,32,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK:
(0,21,32,45)
C0M21Y32K45 
(0%,21%,32%,45%)
(0.00/0.21/0.32/0.45)	

CMYK percentages

%0
%20.86
%31.65
%45.49

Codes

Color #8B6E5F in popluar color models

8B6E5F
RGB13911095
HSL20°18.80%45.88%
HSB/HSV20°31.65%54.51%
CMYK0.00%20.86%31.65%
45.49%

Color #8B6E5F in popluar number systems.

HEX8B6E5F
Decimal13911095
Binary1000101111011101011111
Octal213156137

Shades and tints

Shades of #8B6E5F

#8B6E5F
(139,110,95)
#7F6457
(127,100,87)
#735A4F
(115,90,79)
#675047
(103,80,71)
#5B463F
(91,70,63)
#4F3C37
(79,60,55)
#43322F
(67,50,47)
#372827
(55,40,39)
#2B1E1F
(43,30,31)
#1F1417
(31,20,23)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8B6E5F

#8B6E5F
(139,110,95)
#957B6D
(149,123,109)
#9F887B
(159,136,123)
#A99589
(169,149,137)
#B3A297
(179,162,151)
#BDAFA5
(189,175,165)
#C7BCB3
(199,188,179)
#D1C9C1
(209,201,193)
#DBD6CF
(219,214,207)
#E5E3DD
(229,227,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6E5F; }

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

This text font color is #8B6E5F.


Background Color

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

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

This div background color is #8B6E5F.


Border color

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

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

This div border color is #8B6E5F.


Opacity

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

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

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

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

This text has shadow with #8B6E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E5F on black background.


Color preview on white background

This text has color #8B6E5F on white background.



Black color preview on #8B6E5F background

This text has black color on #8B6E5F background.


White color preview on #8B6E5F background

This text has white color on #8B6E5F background.