COLOR #8B6B5F

HEX: #8B6B5F RGB: (139,107,95)

Color info

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

RGB color model

#8B6B5F color RGB value is (139,107,95).

RGB: (139,107,95) (55%, 42%, 37%)

RGB channels and saturation

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

139
107
95

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

Portions of RGB colors in percentages

R + G + B = 139 + 107 + 95 = 341 (100%)
R 139 of 341 ~ 40.76%
G 107 of 341 ~ 31.38%
B 95 of 341 ~ 27.86'%

%40.76
%31.38
%27.86

CMYK color model

#8B6B5F color CMYK value is (0,23,32,45).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK: (0,23,32,45) C0M23Y32K45 (0%,23%,32%,45%) (0.00/0.23/0.32/0.45) 

CMYK percentages

%0
%23.02
%31.65
%45.49

Codes

Color #8B6B5F in popluar color models

8B 6B 5F
RGB 139 107 95
HSL 16° 18.80% 45.88%
HSB/HSV 16° 31.65% 54.51%
CMYK 0.00% 23.02% 31.65%
45.49%

Color #8B6B5F in popluar number systems.

HEX 8B 6B 5F
Decimal 139 107 95
Binary 10001011 1101011 1011111
Octal 213 153 137

Shades and tints

Shades of #8B6B5F

#8B6B5F
(139,107,95)
#7F6257
(127,98,87)
#73594F
(115,89,79)
#675047
(103,80,71)
#5B473F
(91,71,63)
#4F3E37
(79,62,55)
#43352F
(67,53,47)
#372C27
(55,44,39)
#2B231F
(43,35,31)
#1F1A17
(31,26,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #8B6B5F

#8B6B5F
(139,107,95)
#95786D
(149,120,109)
#9F857B
(159,133,123)
#A99289
(169,146,137)
#B39F97
(179,159,151)
#BDACA5
(189,172,165)
#C7B9B3
(199,185,179)
#D1C6C1
(209,198,193)
#DBD3CF
(219,211,207)
#E5E0DD
(229,224,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6B5F; }

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

This text font color is #8B6B5F.

Background Color

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

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

This div background color is #8B6B5F.

Border color

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

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

This div border color is #8B6B5F.

Opacity

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

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

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

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

This text has shadow with #8B6B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6B5F.

Preview

Color preview on black background

This text has color #8B6B5F on black background.


Color preview on white background

This text has color #8B6B5F on white background.


Black color preview on #8B6B5F background

This text has black color on #8B6B5F background.


White color preview on #8B6B5F background

This text has white color on #8B6B5F background.


Related colors

Complementary color

Complementary color for #hex is #7494A0.


I love getcolorcode.com

Triadic colors

1 #5F8B6B and #6B5F8B with #8B6B5F are triadic colors.

2 #5F6B8B and #6B8B5F with #8B6B5F are triadic colors.