COLOR #8B5D77

HEX: #8B5D77
RGB: (139,93,119)

Color info

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

RGB color model

#8B5D77 color RGB value is (139,93,119).

  • red value is 139;
  • green value is 93;
  • blue value is 119.
RGB:
(139,93,119)
(55%,36%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 93 of 255 = 36%
B 119 of 255 = 47%

139
93
119

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

Portions of RGB colors in percentages

R + G + B =
139 + 93 + 119 = 351 (100%)
R 139 of 351 ~ 39.6%
G 93 of 351 ~ 26.5%
B 119 of 351 ~ 33.9%

%39.6
%26.5
%33.9

CMYK color model

#8B5D77 color CMYK value is (0,33,14,45).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(0,33,14,45)
C0M33Y14K45 
(0%,33%,14%,45%)
(0.00/0.33/0.14/0.45)	

CMYK percentages

%0
%33.09
%14.39
%45.49

Codes

Color #8B5D77 in popluar color models

8B5D77
RGB13993119
HSL326°19.83%45.49%
HSB/HSV326°33.09%54.51%
CMYK0.00%33.09%14.39%
45.49%

Color #8B5D77 in popluar number systems.

HEX8B5D77
Decimal13993119
Binary1000101110111011110111
Octal213135167

Shades and tints

Shades of #8B5D77

#8B5D77
(139,93,119)
#7F556D
(127,85,109)
#734D63
(115,77,99)
#674559
(103,69,89)
#5B3D4F
(91,61,79)
#4F3545
(79,53,69)
#432D3B
(67,45,59)
#372531
(55,37,49)
#2B1D27
(43,29,39)
#1F151D
(31,21,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B5D77

#8B5D77
(139,93,119)
#956B83
(149,107,131)
#9F798F
(159,121,143)
#A9879B
(169,135,155)
#B395A7
(179,149,167)
#BDA3B3
(189,163,179)
#C7B1BF
(199,177,191)
#D1BFCB
(209,191,203)
#DBCDD7
(219,205,215)
#E5DBE3
(229,219,227)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5D77 color. Also use rgb(139,93,119) instead hex code.

Text Font Color

.myTextColor { color: #8B5D77; }

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

This text font color is #8B5D77.


Background Color

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

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

This div background color is #8B5D77.


Border color

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

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

This div border color is #8B5D77.


Opacity

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

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

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

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

This text has shadow with #8B5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5D77 on black background.


Color preview on white background

This text has color #8B5D77 on white background.



Black color preview on #8B5D77 background

This text has black color on #8B5D77 background.


White color preview on #8B5D77 background

This text has white color on #8B5D77 background.