COLOR #8B5A6C

HEX: #8B5A6C
RGB: (139,90,108)

Color info

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

RGB color model

#8B5A6C color RGB value is (139,90,108).

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

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 108 of 255 = 42%

139
90
108

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

Portions of RGB colors in percentages

R + G + B =
139 + 90 + 108 = 337 (100%)
R 139 of 337 ~ 41.25%
G 90 of 337 ~ 26.71%
B 108 of 337 ~ 32.05%

%41.25
%26.71
%32.05

CMYK color model

#8B5A6C color CMYK value is (0,35,22,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK:
(0,35,22,45)
C0M35Y22K45 
(0%,35%,22%,45%)
(0.00/0.35/0.22/0.45)	

CMYK percentages

%0
%35.25
%22.3
%45.49

Codes

Color #8B5A6C in popluar color models

8B5A6C
RGB13990108
HSL338°21.40%44.90%
HSB/HSV338°35.25%54.51%
CMYK0.00%35.25%22.30%
45.49%

Color #8B5A6C in popluar number systems.

HEX8B5A6C
Decimal13990108
Binary1000101110110101101100
Octal213132154

Shades and tints

Shades of #8B5A6C

#8B5A6C
(139,90,108)
#7F5263
(127,82,99)
#734A5A
(115,74,90)
#674251
(103,66,81)
#5B3A48
(91,58,72)
#4F323F
(79,50,63)
#432A36
(67,42,54)
#37222D
(55,34,45)
#2B1A24
(43,26,36)
#1F121B
(31,18,27)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #8B5A6C

#8B5A6C
(139,90,108)
#956979
(149,105,121)
#9F7886
(159,120,134)
#A98793
(169,135,147)
#B396A0
(179,150,160)
#BDA5AD
(189,165,173)
#C7B4BA
(199,180,186)
#D1C3C7
(209,195,199)
#DBD2D4
(219,210,212)
#E5E1E1
(229,225,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5A6C; }

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

This text font color is #8B5A6C.


Background Color

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

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

This div background color is #8B5A6C.


Border color

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

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

This div border color is #8B5A6C.


Opacity

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

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

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

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

This text has shadow with #8B5A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5A6C on black background.


Color preview on white background

This text has color #8B5A6C on white background.



Black color preview on #8B5A6C background

This text has black color on #8B5A6C background.


White color preview on #8B5A6C background

This text has white color on #8B5A6C background.