COLOR #8B6C5E

HEX: #8B6C5E RGB: (139,108,94)

Color info

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

RGB color model

#8B6C5E color RGB value is (139,108,94).

RGB: (139,108,94) (55%, 42%, 37%)

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 94 of 255 = 37%

139
108
94

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

Portions of RGB colors in percentages

R + G + B = 139 + 108 + 94 = 341 (100%)
R 139 of 341 ~ 40.76%
G 108 of 341 ~ 31.67%
B 94 of 341 ~ 27.57'%

%40.76
%31.67
%27.57

CMYK color model

#8B6C5E color CMYK value is (0,22,32,45).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 32.37%
  • key color value is 45.49%

CMYK: (0,22,32,45)
C0M22Y32K45 (0%, 22%, 32%, 45%)
(0.00 / 0.22 / 0.32 / 0.45)

CMYK percentages

%0
%22.3
%32.37
%45.49

Codes

Color #8B6C5E in popluar color models

8B 6C 5E
RGB 139 108 94
HSL 19° 19.31% 45.69%
HSB/HSV 19° 32.37% 54.51%
CMYK 0.00% 22.30% 32.37%
45.49%

Color #8B6C5E in popluar number systems.

HEX 8B 6C 5E
Decimal 139 108 94
Binary 10001011 1101100 1011110
Octal 213 154 136

Shades and tints

Shades of #8B6C5E

#8B6C5E
(139,108,94)
#7F6356
(127,99,86)
#735A4E
(115,90,78)
#675146
(103,81,70)
#5B483E
(91,72,62)
#4F3F36
(79,63,54)
#43362E
(67,54,46)
#372D26
(55,45,38)
#2B241E
(43,36,30)
#1F1B16
(31,27,22)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B6C5E

#8B6C5E
(139,108,94)
#95796C
(149,121,108)
#9F867A
(159,134,122)
#A99388
(169,147,136)
#B3A096
(179,160,150)
#BDADA4
(189,173,164)
#C7BAB2
(199,186,178)
#D1C7C0
(209,199,192)
#DBD4CE
(219,212,206)
#E5E1DC
(229,225,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6C5E color. Also use rgb(139,108,94) instead hex code.

Text Font Color

.myTextColor { color: #8B6C5E; }

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

This text font color is #8B6C5E.

Background Color

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

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

This div background color is #8B6C5E.

Border color

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

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

This div border color is #8B6C5E.

Opacity

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

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

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

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

This text has shadow with #8B6C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6C5E.

Preview

Color preview on black background

This text has color #8B6C5E on black background.


Color preview on white background

This text has color #8B6C5E on white background.


Black color preview on #8B6C5E background

This text has black color on #8B6C5E background.


White color preview on #8B6C5E background

This text has white color on #8B6C5E background.


Related colors

Complementary color

Complementary color for #hex is #7493A1.


I love getcolorcode.com

Triadic colors

1 #5E8B6C and #6C5E8B with #8B6C5E are triadic colors.

2 #5E6C8B and #6C8B5E with #8B6C5E are triadic colors.