COLOR #8B6A5F

HEX: #8B6A5F
RGB: (139,106,95)

Color info

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

RGB color model

#8B6A5F color RGB value is (139,106,95).

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

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 95 of 255 = 37%

139
106
95

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

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 95 = 340 (100%)
R 139 of 340 ~ 40.88%
G 106 of 340 ~ 31.18%
B 95 of 340 ~ 27.94%

%40.88
%31.18
%27.94

CMYK color model

#8B6A5F color CMYK value is (0,24,32,45).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK:
(0,24,32,45)
C0M24Y32K45 
(0%,24%,32%,45%)
(0.00/0.24/0.32/0.45)	

CMYK percentages

%0
%23.74
%31.65
%45.49

Codes

Color #8B6A5F in popluar color models

8B6A5F
RGB13910695
HSL15°18.80%45.88%
HSB/HSV15°31.65%54.51%
CMYK0.00%23.74%31.65%
45.49%

Color #8B6A5F in popluar number systems.

HEX8B6A5F
Decimal13910695
Binary1000101111010101011111
Octal213152137

Shades and tints

Shades of #8B6A5F

#8B6A5F
(139,106,95)
#7F6157
(127,97,87)
#73584F
(115,88,79)
#674F47
(103,79,71)
#5B463F
(91,70,63)
#4F3D37
(79,61,55)
#43342F
(67,52,47)
#372B27
(55,43,39)
#2B221F
(43,34,31)
#1F1917
(31,25,23)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #8B6A5F

#8B6A5F
(139,106,95)
#95776D
(149,119,109)
#9F847B
(159,132,123)
#A99189
(169,145,137)
#B39E97
(179,158,151)
#BDABA5
(189,171,165)
#C7B8B3
(199,184,179)
#D1C5C1
(209,197,193)
#DBD2CF
(219,210,207)
#E5DFDD
(229,223,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6A5F; }

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

This text font color is #8B6A5F.


Background Color

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

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

This div background color is #8B6A5F.


Border color

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

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

This div border color is #8B6A5F.


Opacity

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

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

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

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

This text has shadow with #8B6A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6A5F on black background.


Color preview on white background

This text has color #8B6A5F on white background.



Black color preview on #8B6A5F background

This text has black color on #8B6A5F background.


White color preview on #8B6A5F background

This text has white color on #8B6A5F background.