COLOR #8A5857

HEX: #8A5857
RGB: (138,88,87)

Color info

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

RGB color model

#8A5857 color RGB value is (138,88,87).

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

RGB channels and saturation

R 138 of 255 = 54%
G 88 of 255 = 35%
B 87 of 255 = 34%

138
88
87

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

Portions of RGB colors in percentages

R + G + B =
138 + 88 + 87 = 313 (100%)
R 138 of 313 ~ 44.09%
G 88 of 313 ~ 28.12%
B 87 of 313 ~ 27.8%

%44.09
%28.12
%27.8

CMYK color model

#8A5857 color CMYK value is (0,36,37,46).

  • cyan value is 0.00%
  • magenta value is 36.23%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK:
(0,36,37,46)
C0M36Y37K46 
(0%,36%,37%,46%)
(0.00/0.36/0.37/0.46)	

CMYK percentages

%0
%36.23
%36.96
%45.88

Codes

Color #8A5857 in popluar color models

8A5857
RGB1388887
HSL22.67%44.12%
HSB/HSV36.96%54.12%
CMYK0.00%36.23%36.96%
45.88%

Color #8A5857 in popluar number systems.

HEX8A5857
Decimal1388887
Binary1000101010110001010111
Octal212130127

Shades and tints

Shades of #8A5857

#8A5857
(138,88,87)
#7E5050
(126,80,80)
#724849
(114,72,73)
#664042
(102,64,66)
#5A383B
(90,56,59)
#4E3034
(78,48,52)
#42282D
(66,40,45)
#362026
(54,32,38)
#2A181F
(42,24,31)
#1E1018
(30,16,24)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #8A5857

#8A5857
(138,88,87)
#946766
(148,103,102)
#9E7675
(158,118,117)
#A88584
(168,133,132)
#B29493
(178,148,147)
#BCA3A2
(188,163,162)
#C6B2B1
(198,178,177)
#D0C1C0
(208,193,192)
#DAD0CF
(218,208,207)
#E4DFDE
(228,223,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5857; }

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

This text font color is #8A5857.


Background Color

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

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

This div background color is #8A5857.


Border color

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

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

This div border color is #8A5857.


Opacity

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

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

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

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

This text has shadow with #8A5857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5857 on black background.


Color preview on white background

This text has color #8A5857 on white background.



Black color preview on #8A5857 background

This text has black color on #8A5857 background.


White color preview on #8A5857 background

This text has white color on #8A5857 background.