COLOR #8B6964

HEX: #8B6964
RGB: (139,105,100)

Color info

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

RGB color model

#8B6964 color RGB value is (139,105,100).

  • red value is 139;
  • green value is 105;
  • blue value is 100.
RGB:
(139,105,100)
(55%,41%,39%)

RGB channels and saturation

R 139 of 255 = 55%
G 105 of 255 = 41%
B 100 of 255 = 39%

139
105
100

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

Portions of RGB colors in percentages

R + G + B =
139 + 105 + 100 = 344 (100%)
R 139 of 344 ~ 40.41%
G 105 of 344 ~ 30.52%
B 100 of 344 ~ 29.07%

%40.41
%30.52
%29.07

CMYK color model

#8B6964 color CMYK value is (0,24,28,45).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK:
(0,24,28,45)
C0M24Y28K45 
(0%,24%,28%,45%)
(0.00/0.24/0.28/0.45)	

CMYK percentages

%0
%24.46
%28.06
%45.49

Codes

Color #8B6964 in popluar color models

8B6964
RGB139105100
HSL16.32%46.86%
HSB/HSV28.06%54.51%
CMYK0.00%24.46%28.06%
45.49%

Color #8B6964 in popluar number systems.

HEX8B6964
Decimal139105100
Binary1000101111010011100100
Octal213151144

Shades and tints

Shades of #8B6964

#8B6964
(139,105,100)
#7F605B
(127,96,91)
#735752
(115,87,82)
#674E49
(103,78,73)
#5B4540
(91,69,64)
#4F3C37
(79,60,55)
#43332E
(67,51,46)
#372A25
(55,42,37)
#2B211C
(43,33,28)
#1F1813
(31,24,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #8B6964

#8B6964
(139,105,100)
#957672
(149,118,114)
#9F8380
(159,131,128)
#A9908E
(169,144,142)
#B39D9C
(179,157,156)
#BDAAAA
(189,170,170)
#C7B7B8
(199,183,184)
#D1C4C6
(209,196,198)
#DBD1D4
(219,209,212)
#E5DEE2
(229,222,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6964 color. Also use rgb(139,105,100) instead hex code.

Text Font Color

.myTextColor { color: #8B6964; }

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

This text font color is #8B6964.


Background Color

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

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

This div background color is #8B6964.


Border color

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

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

This div border color is #8B6964.


Opacity

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

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

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

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

This text has shadow with #8B6964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6964 on black background.


Color preview on white background

This text has color #8B6964 on white background.



Black color preview on #8B6964 background

This text has black color on #8B6964 background.


White color preview on #8B6964 background

This text has white color on #8B6964 background.