COLOR #8B5A6F

HEX: #8B5A6F
RGB: (139,90,111)

Color info

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

RGB color model

#8B5A6F color RGB value is (139,90,111).

  • red value is 139;
  • green value is 90;
  • blue value is 111.
RGB:
(139,90,111)
(55%,35%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 111 of 255 = 44%

139
90
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 90 + 111 = 340 (100%)
R 139 of 340 ~ 40.88%
G 90 of 340 ~ 26.47%
B 111 of 340 ~ 32.65%

%40.88
%26.47
%32.65

CMYK color model

#8B5A6F color CMYK value is (0,35,20,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,35,20,45)
C0M35Y20K45 
(0%,35%,20%,45%)
(0.00/0.35/0.20/0.45)	

CMYK percentages

%0
%35.25
%20.14
%45.49

Codes

Color #8B5A6F in popluar color models

8B5A6F
RGB13990111
HSL334°21.40%44.90%
HSB/HSV334°35.25%54.51%
CMYK0.00%35.25%20.14%
45.49%

Color #8B5A6F in popluar number systems.

HEX8B5A6F
Decimal13990111
Binary1000101110110101101111
Octal213132157

Shades and tints

Shades of #8B5A6F

#8B5A6F
(139,90,111)
#7F5265
(127,82,101)
#734A5B
(115,74,91)
#674251
(103,66,81)
#5B3A47
(91,58,71)
#4F323D
(79,50,61)
#432A33
(67,42,51)
#372229
(55,34,41)
#2B1A1F
(43,26,31)
#1F1215
(31,18,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #8B5A6F

#8B5A6F
(139,90,111)
#95697C
(149,105,124)
#9F7889
(159,120,137)
#A98796
(169,135,150)
#B396A3
(179,150,163)
#BDA5B0
(189,165,176)
#C7B4BD
(199,180,189)
#D1C3CA
(209,195,202)
#DBD2D7
(219,210,215)
#E5E1E4
(229,225,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5A6F color. Also use rgb(139,90,111) instead hex code.

Text Font Color

.myTextColor { color: #8B5A6F; }

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

This text font color is #8B5A6F.


Background Color

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

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

This div background color is #8B5A6F.


Border color

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

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

This div border color is #8B5A6F.


Opacity

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

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

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

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

This text has shadow with #8B5A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5A6F on black background.


Color preview on white background

This text has color #8B5A6F on white background.



Black color preview on #8B5A6F background

This text has black color on #8B5A6F background.


White color preview on #8B5A6F background

This text has white color on #8B5A6F background.