COLOR #8A5A54

HEX: #8A5A54
RGB: (138,90,84)

Color info

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

RGB color model

#8A5A54 color RGB value is (138,90,84).

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

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 84 of 255 = 33%

138
90
84

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 84 = 312 (100%)
R 138 of 312 ~ 44.23%
G 90 of 312 ~ 28.85%
B 84 of 312 ~ 26.92%

%44.23
%28.85
%26.92

CMYK color model

#8A5A54 color CMYK value is (0,35,39,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 39.13%
  • key color value is 45.88%
CMYK:
(0,35,39,46)
C0M35Y39K46 
(0%,35%,39%,46%)
(0.00/0.35/0.39/0.46)	

CMYK percentages

%0
%34.78
%39.13
%45.88

Codes

Color #8A5A54 in popluar color models

8A5A54
RGB1389084
HSL24.32%43.53%
HSB/HSV39.13%54.12%
CMYK0.00%34.78%39.13%
45.88%

Color #8A5A54 in popluar number systems.

HEX8A5A54
Decimal1389084
Binary1000101010110101010100
Octal212132124

Shades and tints

Shades of #8A5A54

#8A5A54
(138,90,84)
#7E524D
(126,82,77)
#724A46
(114,74,70)
#66423F
(102,66,63)
#5A3A38
(90,58,56)
#4E3231
(78,50,49)
#422A2A
(66,42,42)
#362223
(54,34,35)
#2A1A1C
(42,26,28)
#1E1215
(30,18,21)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #8A5A54

#8A5A54
(138,90,84)
#946963
(148,105,99)
#9E7872
(158,120,114)
#A88781
(168,135,129)
#B29690
(178,150,144)
#BCA59F
(188,165,159)
#C6B4AE
(198,180,174)
#D0C3BD
(208,195,189)
#DAD2CC
(218,210,204)
#E4E1DB
(228,225,219)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5A54; }

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

This text font color is #8A5A54.


Background Color

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

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

This div background color is #8A5A54.


Border color

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

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

This div border color is #8A5A54.


Opacity

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

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

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

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

This text has shadow with #8A5A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A54 on black background.


Color preview on white background

This text has color #8A5A54 on white background.



Black color preview on #8A5A54 background

This text has black color on #8A5A54 background.


White color preview on #8A5A54 background

This text has white color on #8A5A54 background.