COLOR #8B685C

HEX: #8B685C RGB: (139,104,92)

Color info

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

RGB color model

#8B685C color RGB value is (139,104,92).

RGB: (139,104,92) (55%, 41%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 92 of 255 = 36%

139
104
92

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

Portions of RGB colors in percentages

R + G + B = 139 + 104 + 92 = 335 (100%)
R 139 of 335 ~ 41.49%
G 104 of 335 ~ 31.04%
B 92 of 335 ~ 27.46'%

%41.49
%31.04
%27.46

CMYK color model

#8B685C color CMYK value is (0,25,34,45).

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

CMYK: (0,25,34,45)
C0M25Y34K45 (0%, 25%, 34%, 45%)
(0.00 / 0.25 / 0.34 / 0.45)

CMYK percentages

%0
%25.18
%33.81
%45.49

Codes

Color #8B685C in popluar color models

8B 68 5C
RGB 139 104 92
HSL 15° 20.35% 45.29%
HSB/HSV 15° 33.81% 54.51%
CMYK 0.00% 25.18% 33.81%
45.49%

Color #8B685C in popluar number systems.

HEX 8B 68 5C
Decimal 139 104 92
Binary 10001011 1101000 1011100
Octal 213 150 134

Shades and tints

Shades of #8B685C

#8B685C
(139,104,92)
#7F5F54
(127,95,84)
#73564C
(115,86,76)
#674D44
(103,77,68)
#5B443C
(91,68,60)
#4F3B34
(79,59,52)
#43322C
(67,50,44)
#372924
(55,41,36)
#2B201C
(43,32,28)
#1F1714
(31,23,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B685C

#8B685C
(139,104,92)
#95756A
(149,117,106)
#9F8278
(159,130,120)
#A98F86
(169,143,134)
#B39C94
(179,156,148)
#BDA9A2
(189,169,162)
#C7B6B0
(199,182,176)
#D1C3BE
(209,195,190)
#DBD0CC
(219,208,204)
#E5DDDA
(229,221,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B685C; }

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

This text font color is #8B685C.

Background Color

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

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

This div background color is #8B685C.

Border color

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

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

This div border color is #8B685C.

Opacity

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

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

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

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

This text has shadow with #8B685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B685C.

Preview

Color preview on black background

This text has color #8B685C on black background.


Color preview on white background

This text has color #8B685C on white background.


Black color preview on #8B685C background

This text has black color on #8B685C background.


White color preview on #8B685C background

This text has white color on #8B685C background.


Related colors

Complementary color

Complementary color for #hex is #7497A3.


I love getcolorcode.com

Triadic colors

1 #5C8B68 and #685C8B with #8B685C are triadic colors.

2 #5C688B and #688B5C with #8B685C are triadic colors.