COLOR #8A5765

HEX: #8A5765
RGB: (138,87,101)

Color info

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

RGB color model

#8A5765 color RGB value is (138,87,101).

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

RGB channels and saturation

R 138 of 255 = 54%
G 87 of 255 = 34%
B 101 of 255 = 40%

138
87
101

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

Portions of RGB colors in percentages

R + G + B =
138 + 87 + 101 = 326 (100%)
R 138 of 326 ~ 42.33%
G 87 of 326 ~ 26.69%
B 101 of 326 ~ 30.98%

%42.33
%26.69
%30.98

CMYK color model

#8A5765 color CMYK value is (0,37,27,46).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 26.81%
  • key color value is 45.88%
CMYK:
(0,37,27,46)
C0M37Y27K46 
(0%,37%,27%,46%)
(0.00/0.37/0.27/0.46)	

CMYK percentages

%0
%36.96
%26.81
%45.88

Codes

Color #8A5765 in popluar color models

8A5765
RGB13887101
HSL344°22.67%44.12%
HSB/HSV344°36.96%54.12%
CMYK0.00%36.96%26.81%
45.88%

Color #8A5765 in popluar number systems.

HEX8A5765
Decimal13887101
Binary1000101010101111100101
Octal212127145

Shades and tints

Shades of #8A5765

#8A5765
(138,87,101)
#7E505C
(126,80,92)
#724953
(114,73,83)
#66424A
(102,66,74)
#5A3B41
(90,59,65)
#4E3438
(78,52,56)
#422D2F
(66,45,47)
#362626
(54,38,38)
#2A1F1D
(42,31,29)
#1E1814
(30,24,20)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #8A5765

#8A5765
(138,87,101)
#946673
(148,102,115)
#9E7581
(158,117,129)
#A8848F
(168,132,143)
#B2939D
(178,147,157)
#BCA2AB
(188,162,171)
#C6B1B9
(198,177,185)
#D0C0C7
(208,192,199)
#DACFD5
(218,207,213)
#E4DEE3
(228,222,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5765; }

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

This text font color is #8A5765.


Background Color

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

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

This div background color is #8A5765.


Border color

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

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

This div border color is #8A5765.


Opacity

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

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

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

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

This text has shadow with #8A5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5765 on black background.


Color preview on white background

This text has color #8A5765 on white background.



Black color preview on #8A5765 background

This text has black color on #8A5765 background.


White color preview on #8A5765 background

This text has white color on #8A5765 background.