COLOR #8A5A4D

HEX: #8A5A4D
RGB: (138,90,77)

Color info

#8A5A4D contains mainly red and green colors. Web safe color of #8A5A4D is #996633 (or #963).

RGB color model

#8A5A4D color RGB value is (138,90,77).

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

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 77 of 255 = 30%

138
90
77

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 77 = 305 (100%)
R 138 of 305 ~ 45.25%
G 90 of 305 ~ 29.51%
B 77 of 305 ~ 25.25%

%45.25
%29.51
%25.25

CMYK color model

#8A5A4D color CMYK value is (0,35,44,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 44.20%
  • key color value is 45.88%
CMYK:
(0,35,44,46)
C0M35Y44K46 
(0%,35%,44%,46%)
(0.00/0.35/0.44/0.46)	

CMYK percentages

%0
%34.78
%44.2
%45.88

Codes

Color #8A5A4D in popluar color models

8A5A4D
RGB1389077
HSL13°28.37%42.16%
HSB/HSV13°44.20%54.12%
CMYK0.00%34.78%44.20%
45.88%

Color #8A5A4D in popluar number systems.

HEX8A5A4D
Decimal1389077
Binary1000101010110101001101
Octal212132115

Shades and tints

Shades of #8A5A4D

#8A5A4D
(138,90,77)
#7E5246
(126,82,70)
#724A3F
(114,74,63)
#664238
(102,66,56)
#5A3A31
(90,58,49)
#4E322A
(78,50,42)
#422A23
(66,42,35)
#36221C
(54,34,28)
#2A1A15
(42,26,21)
#1E120E
(30,18,14)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #8A5A4D

#8A5A4D
(138,90,77)
#94695D
(148,105,93)
#9E786D
(158,120,109)
#A8877D
(168,135,125)
#B2968D
(178,150,141)
#BCA59D
(188,165,157)
#C6B4AD
(198,180,173)
#D0C3BD
(208,195,189)
#DAD2CD
(218,210,205)
#E4E1DD
(228,225,221)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5A4D; }

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

This text font color is #8A5A4D.


Background Color

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

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

This div background color is #8A5A4D.


Border color

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

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

This div border color is #8A5A4D.


Opacity

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

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

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

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

This text has shadow with #8A5A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A4D on black background.


Color preview on white background

This text has color #8A5A4D on white background.



Black color preview on #8A5A4D background

This text has black color on #8A5A4D background.


White color preview on #8A5A4D background

This text has white color on #8A5A4D background.