COLOR #8A5E54

HEX: #8A5E54
RGB: (138,94,84)

Color info

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

RGB color model

#8A5E54 color RGB value is (138,94,84).

  • red value is 138;
  • green value is 94;
  • blue value is 84.
RGB:
(138,94,84)
(54%,37%,33%)

RGB channels and saturation

R 138 of 255 = 54%
G 94 of 255 = 37%
B 84 of 255 = 33%

138
94
84

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

Portions of RGB colors in percentages

R + G + B =
138 + 94 + 84 = 316 (100%)
R 138 of 316 ~ 43.67%
G 94 of 316 ~ 29.75%
B 84 of 316 ~ 26.58%

%43.67
%29.75
%26.58

CMYK color model

#8A5E54 color CMYK value is (0,32,39,46).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 39.13%
  • key color value is 45.88%
CMYK:
(0,32,39,46)
C0M32Y39K46 
(0%,32%,39%,46%)
(0.00/0.32/0.39/0.46)	

CMYK percentages

%0
%31.88
%39.13
%45.88

Codes

Color #8A5E54 in popluar color models

8A5E54
RGB1389484
HSL11°24.32%43.53%
HSB/HSV11°39.13%54.12%
CMYK0.00%31.88%39.13%
45.88%

Color #8A5E54 in popluar number systems.

HEX8A5E54
Decimal1389484
Binary1000101010111101010100
Octal212136124

Shades and tints

Shades of #8A5E54

#8A5E54
(138,94,84)
#7E564D
(126,86,77)
#724E46
(114,78,70)
#66463F
(102,70,63)
#5A3E38
(90,62,56)
#4E3631
(78,54,49)
#422E2A
(66,46,42)
#362623
(54,38,35)
#2A1E1C
(42,30,28)
#1E1615
(30,22,21)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #8A5E54

#8A5E54
(138,94,84)
#946C63
(148,108,99)
#9E7A72
(158,122,114)
#A88881
(168,136,129)
#B29690
(178,150,144)
#BCA49F
(188,164,159)
#C6B2AE
(198,178,174)
#D0C0BD
(208,192,189)
#DACECC
(218,206,204)
#E4DCDB
(228,220,219)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5E54 color. Also use rgb(138,94,84) instead hex code.

Text Font Color

.myTextColor { color: #8A5E54; }

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

This text font color is #8A5E54.


Background Color

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

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

This div background color is #8A5E54.


Border color

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

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

This div border color is #8A5E54.


Opacity

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

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

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

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

This text has shadow with #8A5E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5E54 on black background.


Color preview on white background

This text has color #8A5E54 on white background.



Black color preview on #8A5E54 background

This text has black color on #8A5E54 background.


White color preview on #8A5E54 background

This text has white color on #8A5E54 background.