COLOR #8A5C5B

HEX: #8A5C5B
RGB: (138,92,91)

Color info

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

RGB color model

#8A5C5B color RGB value is (138,92,91).

  • red value is 138;
  • green value is 92;
  • blue value is 91.
RGB:
(138,92,91)
(54%,36%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 92 of 255 = 36%
B 91 of 255 = 36%

138
92
91

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

Portions of RGB colors in percentages

R + G + B =
138 + 92 + 91 = 321 (100%)
R 138 of 321 ~ 42.99%
G 92 of 321 ~ 28.66%
B 91 of 321 ~ 28.35%

%42.99
%28.66
%28.35

CMYK color model

#8A5C5B color CMYK value is (0,33,34,46).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 34.06%
  • key color value is 45.88%
CMYK:
(0,33,34,46)
C0M33Y34K46 
(0%,33%,34%,46%)
(0.00/0.33/0.34/0.46)	

CMYK percentages

%0
%33.33
%34.06
%45.88

Codes

Color #8A5C5B in popluar color models

8A5C5B
RGB1389291
HSL20.52%44.90%
HSB/HSV34.06%54.12%
CMYK0.00%33.33%34.06%
45.88%

Color #8A5C5B in popluar number systems.

HEX8A5C5B
Decimal1389291
Binary1000101010111001011011
Octal212134133

Shades and tints

Shades of #8A5C5B

#8A5C5B
(138,92,91)
#7E5453
(126,84,83)
#724C4B
(114,76,75)
#664443
(102,68,67)
#5A3C3B
(90,60,59)
#4E3433
(78,52,51)
#422C2B
(66,44,43)
#362423
(54,36,35)
#2A1C1B
(42,28,27)
#1E1413
(30,20,19)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #8A5C5B

#8A5C5B
(138,92,91)
#946A69
(148,106,105)
#9E7877
(158,120,119)
#A88685
(168,134,133)
#B29493
(178,148,147)
#BCA2A1
(188,162,161)
#C6B0AF
(198,176,175)
#D0BEBD
(208,190,189)
#DACCCB
(218,204,203)
#E4DAD9
(228,218,217)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5C5B color. Also use rgb(138,92,91) instead hex code.

Text Font Color

.myTextColor { color: #8A5C5B; }

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

This text font color is #8A5C5B.


Background Color

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

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

This div background color is #8A5C5B.


Border color

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

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

This div border color is #8A5C5B.


Opacity

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

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

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

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

This text has shadow with #8A5C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5C5B on black background.


Color preview on white background

This text has color #8A5C5B on white background.



Black color preview on #8A5C5B background

This text has black color on #8A5C5B background.


White color preview on #8A5C5B background

This text has white color on #8A5C5B background.