COLOR #8B5765

HEX: #8B5765
RGB: (139,87,101)

Color info

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

RGB color model

#8B5765 color RGB value is (139,87,101).

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

RGB channels and saturation

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

139
87
101

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

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 101 = 327 (100%)
R 139 of 327 ~ 42.51%
G 87 of 327 ~ 26.61%
B 101 of 327 ~ 30.89%

%42.51
%26.61
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 27.34%
  • 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
%27.34
%45.49

Codes

Color #8B5765 in popluar color models

8B5765
RGB13987101
HSL344°23.01%44.31%
HSB/HSV344°37.41%54.51%
CMYK0.00%37.41%27.34%
45.49%

Color #8B5765 in popluar number systems.

HEX8B5765
Decimal13987101
Binary1000101110101111100101
Octal213127145

Shades and tints

Shades of #8B5765

#8B5765
(139,87,101)
#7F505C
(127,80,92)
#734953
(115,73,83)
#67424A
(103,66,74)
#5B3B41
(91,59,65)
#4F3438
(79,52,56)
#432D2F
(67,45,47)
#372626
(55,38,38)
#2B1F1D
(43,31,29)
#1F1814
(31,24,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #8B5765

#8B5765
(139,87,101)
#956673
(149,102,115)
#9F7581
(159,117,129)
#A9848F
(169,132,143)
#B3939D
(179,147,157)
#BDA2AB
(189,162,171)
#C7B1B9
(199,177,185)
#D1C0C7
(209,192,199)
#DBCFD5
(219,207,213)
#E5DEE3
(229,222,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5765; }

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

This text font color is #8B5765.


Background Color

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

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

This div background color is #8B5765.


Border color

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

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

This div border color is #8B5765.


Opacity

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

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

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

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

This text has shadow with #8B5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5765 on black background.


Color preview on white background

This text has color #8B5765 on white background.



Black color preview on #8B5765 background

This text has black color on #8B5765 background.


White color preview on #8B5765 background

This text has white color on #8B5765 background.