COLOR #8B7564

HEX: #8B7564
RGB: (139,117,100)

Color info

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

RGB color model

#8B7564 color RGB value is (139,117,100).

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

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 100 of 255 = 39%

139
117
100

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 100 = 356 (100%)
R 139 of 356 ~ 39.04%
G 117 of 356 ~ 32.87%
B 100 of 356 ~ 28.09%

%39.04
%32.87
%28.09

CMYK color model

#8B7564 color CMYK value is (0,16,28,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK:
(0,16,28,45)
C0M16Y28K45 
(0%,16%,28%,45%)
(0.00/0.16/0.28/0.45)	

CMYK percentages

%0
%15.83
%28.06
%45.49

Codes

Color #8B7564 in popluar color models

8B7564
RGB139117100
HSL26°16.32%46.86%
HSB/HSV26°28.06%54.51%
CMYK0.00%15.83%28.06%
45.49%

Color #8B7564 in popluar number systems.

HEX8B7564
Decimal139117100
Binary1000101111101011100100
Octal213165144

Shades and tints

Shades of #8B7564

#8B7564
(139,117,100)
#7F6B5B
(127,107,91)
#736152
(115,97,82)
#675749
(103,87,73)
#5B4D40
(91,77,64)
#4F4337
(79,67,55)
#43392E
(67,57,46)
#372F25
(55,47,37)
#2B251C
(43,37,28)
#1F1B13
(31,27,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #8B7564

#8B7564
(139,117,100)
#958172
(149,129,114)
#9F8D80
(159,141,128)
#A9998E
(169,153,142)
#B3A59C
(179,165,156)
#BDB1AA
(189,177,170)
#C7BDB8
(199,189,184)
#D1C9C6
(209,201,198)
#DBD5D4
(219,213,212)
#E5E1E2
(229,225,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7564; }

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

This text font color is #8B7564.


Background Color

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

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

This div background color is #8B7564.


Border color

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

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

This div border color is #8B7564.


Opacity

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

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

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

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

This text has shadow with #8B7564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7564 on black background.


Color preview on white background

This text has color #8B7564 on white background.



Black color preview on #8B7564 background

This text has black color on #8B7564 background.


White color preview on #8B7564 background

This text has white color on #8B7564 background.