COLOR #8B5766

HEX: #8B5766
RGB: (139,87,102)

Color info

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

RGB color model

#8B5766 color RGB value is (139,87,102).

  • red value is 139;
  • green value is 87;
  • blue value is 102.
RGB:
(139,87,102)
(55%,34%,40%)

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 102 of 255 = 40%

139
87
102

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

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 102 = 328 (100%)
R 139 of 328 ~ 42.38%
G 87 of 328 ~ 26.52%
B 102 of 328 ~ 31.1%

%42.38
%26.52
%31.1

CMYK color model

#8B5766 color CMYK value is (0,37,27,45).

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(0,37,27,45)
C0M37Y27K45 
(0%,37%,27%,45%)
(0.00/0.37/0.27/0.45)	

CMYK percentages

%0
%37.41
%26.62
%45.49

Codes

Color #8B5766 in popluar color models

8B5766
RGB13987102
HSL343°23.01%44.31%
HSB/HSV343°37.41%54.51%
CMYK0.00%37.41%26.62%
45.49%

Color #8B5766 in popluar number systems.

HEX8B5766
Decimal13987102
Binary1000101110101111100110
Octal213127146

Shades and tints

Shades of #8B5766

#8B5766
(139,87,102)
#7F505D
(127,80,93)
#734954
(115,73,84)
#67424B
(103,66,75)
#5B3B42
(91,59,66)
#4F3439
(79,52,57)
#432D30
(67,45,48)
#372627
(55,38,39)
#2B1F1E
(43,31,30)
#1F1815
(31,24,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #8B5766

#8B5766
(139,87,102)
#956673
(149,102,115)
#9F7580
(159,117,128)
#A9848D
(169,132,141)
#B3939A
(179,147,154)
#BDA2A7
(189,162,167)
#C7B1B4
(199,177,180)
#D1C0C1
(209,192,193)
#DBCFCE
(219,207,206)
#E5DEDB
(229,222,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5766 color. Also use rgb(139,87,102) instead hex code.

Text Font Color

.myTextColor { color: #8B5766; }

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

This text font color is #8B5766.


Background Color

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

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

This div background color is #8B5766.


Border color

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

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

This div border color is #8B5766.


Opacity

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

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

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

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

This text has shadow with #8B5766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5766 on black background.


Color preview on white background

This text has color #8B5766 on white background.



Black color preview on #8B5766 background

This text has black color on #8B5766 background.


White color preview on #8B5766 background

This text has white color on #8B5766 background.