COLOR #8B5C64

HEX: #8B5C64
RGB: (139,92,100)

Color info

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

RGB color model

#8B5C64 color RGB value is (139,92,100).

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

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 100 of 255 = 39%

139
92
100

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

Portions of RGB colors in percentages

R + G + B =
139 + 92 + 100 = 331 (100%)
R 139 of 331 ~ 41.99%
G 92 of 331 ~ 27.79%
B 100 of 331 ~ 30.21%

%41.99
%27.79
%30.21

CMYK color model

#8B5C64 color CMYK value is (0,34,28,45).

  • cyan value is 0.00%
  • magenta value is 33.81%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK:
(0,34,28,45)
C0M34Y28K45 
(0%,34%,28%,45%)
(0.00/0.34/0.28/0.45)	

CMYK percentages

%0
%33.81
%28.06
%45.49

Codes

Color #8B5C64 in popluar color models

8B5C64
RGB13992100
HSL350°20.35%45.29%
HSB/HSV350°33.81%54.51%
CMYK0.00%33.81%28.06%
45.49%

Color #8B5C64 in popluar number systems.

HEX8B5C64
Decimal13992100
Binary1000101110111001100100
Octal213134144

Shades and tints

Shades of #8B5C64

#8B5C64
(139,92,100)
#7F545B
(127,84,91)
#734C52
(115,76,82)
#674449
(103,68,73)
#5B3C40
(91,60,64)
#4F3437
(79,52,55)
#432C2E
(67,44,46)
#372425
(55,36,37)
#2B1C1C
(43,28,28)
#1F1413
(31,20,19)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B5C64

#8B5C64
(139,92,100)
#956A72
(149,106,114)
#9F7880
(159,120,128)
#A9868E
(169,134,142)
#B3949C
(179,148,156)
#BDA2AA
(189,162,170)
#C7B0B8
(199,176,184)
#D1BEC6
(209,190,198)
#DBCCD4
(219,204,212)
#E5DAE2
(229,218,226)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5C64; }

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

This text font color is #8B5C64.


Background Color

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

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

This div background color is #8B5C64.


Border color

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

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

This div border color is #8B5C64.


Opacity

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

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

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

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

This text has shadow with #8B5C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5C64 on black background.


Color preview on white background

This text has color #8B5C64 on white background.



Black color preview on #8B5C64 background

This text has black color on #8B5C64 background.


White color preview on #8B5C64 background

This text has white color on #8B5C64 background.