COLOR #8B6B5C

HEX: #8B6B5C RGB: (139,107,92)

Color info

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

RGB color model

#8B6B5C color RGB value is (139,107,92).

RGB: (139,107,92) (55%, 42%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 92 of 255 = 36%

139
107
92

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

Portions of RGB colors in percentages

R + G + B = 139 + 107 + 92 = 338 (100%)
R 139 of 338 ~ 41.12%
G 107 of 338 ~ 31.66%
B 92 of 338 ~ 27.22'%

%41.12
%31.66
%27.22

CMYK color model

#8B6B5C color CMYK value is (0,23,34,45).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 33.81%
  • key color value is 45.49%

CMYK: (0,23,34,45)
C0M23Y34K45 (0%, 23%, 34%, 45%)
(0.00 / 0.23 / 0.34 / 0.45)

CMYK percentages

%0
%23.02
%33.81
%45.49

Codes

Color #8B6B5C in popluar color models

8B 6B 5C
RGB 139 107 92
HSL 19° 20.35% 45.29%
HSB/HSV 19° 33.81% 54.51%
CMYK 0.00% 23.02% 33.81%
45.49%

Color #8B6B5C in popluar number systems.

HEX 8B 6B 5C
Decimal 139 107 92
Binary 10001011 1101011 1011100
Octal 213 153 134

Shades and tints

Shades of #8B6B5C

#8B6B5C
(139,107,92)
#7F6254
(127,98,84)
#73594C
(115,89,76)
#675044
(103,80,68)
#5B473C
(91,71,60)
#4F3E34
(79,62,52)
#43352C
(67,53,44)
#372C24
(55,44,36)
#2B231C
(43,35,28)
#1F1A14
(31,26,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #8B6B5C

#8B6B5C
(139,107,92)
#95786A
(149,120,106)
#9F8578
(159,133,120)
#A99286
(169,146,134)
#B39F94
(179,159,148)
#BDACA2
(189,172,162)
#C7B9B0
(199,185,176)
#D1C6BE
(209,198,190)
#DBD3CC
(219,211,204)
#E5E0DA
(229,224,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6B5C color. Also use rgb(139,107,92) instead hex code.

Text Font Color

.myTextColor { color: #8B6B5C; }

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

This text font color is #8B6B5C.

Background Color

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

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

This div background color is #8B6B5C.

Border color

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

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

This div border color is #8B6B5C.

Opacity

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

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

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

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

This text has shadow with #8B6B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6B5C.

Preview

Color preview on black background

This text has color #8B6B5C on black background.


Color preview on white background

This text has color #8B6B5C on white background.


Black color preview on #8B6B5C background

This text has black color on #8B6B5C background.


White color preview on #8B6B5C background

This text has white color on #8B6B5C background.


Related colors

Complementary color

Complementary color for #hex is #7494A3.


I love getcolorcode.com

Triadic colors

1 #5C8B6B and #6B5C8B with #8B6B5C are triadic colors.

2 #5C6B8B and #6B8B5C with #8B6B5C are triadic colors.