COLOR #8A5A4F

HEX: #8A5A4F
RGB: (138,90,79)

Color info

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

RGB color model

#8A5A4F color RGB value is (138,90,79).

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

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 79 of 255 = 31%

138
90
79

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 79 = 307 (100%)
R 138 of 307 ~ 44.95%
G 90 of 307 ~ 29.32%
B 79 of 307 ~ 25.73%

%44.95
%29.32
%25.73

CMYK color model

#8A5A4F color CMYK value is (0,35,43,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 42.75%
  • key color value is 45.88%
CMYK:
(0,35,43,46)
C0M35Y43K46 
(0%,35%,43%,46%)
(0.00/0.35/0.43/0.46)	

CMYK percentages

%0
%34.78
%42.75
%45.88

Codes

Color #8A5A4F in popluar color models

8A5A4F
RGB1389079
HSL11°27.19%42.55%
HSB/HSV11°42.75%54.12%
CMYK0.00%34.78%42.75%
45.88%

Color #8A5A4F in popluar number systems.

HEX8A5A4F
Decimal1389079
Binary1000101010110101001111
Octal212132117

Shades and tints

Shades of #8A5A4F

#8A5A4F
(138,90,79)
#7E5248
(126,82,72)
#724A41
(114,74,65)
#66423A
(102,66,58)
#5A3A33
(90,58,51)
#4E322C
(78,50,44)
#422A25
(66,42,37)
#36221E
(54,34,30)
#2A1A17
(42,26,23)
#1E1210
(30,18,16)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #8A5A4F

#8A5A4F
(138,90,79)
#94695F
(148,105,95)
#9E786F
(158,120,111)
#A8877F
(168,135,127)
#B2968F
(178,150,143)
#BCA59F
(188,165,159)
#C6B4AF
(198,180,175)
#D0C3BF
(208,195,191)
#DAD2CF
(218,210,207)
#E4E1DF
(228,225,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5A4F; }

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

This text font color is #8A5A4F.


Background Color

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

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

This div background color is #8A5A4F.


Border color

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

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

This div border color is #8A5A4F.


Opacity

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

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

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

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

This text has shadow with #8A5A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A4F on black background.


Color preview on white background

This text has color #8A5A4F on white background.



Black color preview on #8A5A4F background

This text has black color on #8A5A4F background.


White color preview on #8A5A4F background

This text has white color on #8A5A4F background.