COLOR #8A5C4A

HEX: #8A5C4A
RGB: (138,92,74)

Color info

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

RGB color model

#8A5C4A color RGB value is (138,92,74).

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

RGB channels and saturation

R 138 of 255 = 54%
G 92 of 255 = 36%
B 74 of 255 = 29%

138
92
74

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

Portions of RGB colors in percentages

R + G + B =
138 + 92 + 74 = 304 (100%)
R 138 of 304 ~ 45.39%
G 92 of 304 ~ 30.26%
B 74 of 304 ~ 24.34%

%45.39
%30.26
%24.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(0,33,46,46)
C0M33Y46K46 
(0%,33%,46%,46%)
(0.00/0.33/0.46/0.46)	

CMYK percentages

%0
%33.33
%46.38
%45.88

Codes

Color #8A5C4A in popluar color models

8A5C4A
RGB1389274
HSL17°30.19%41.57%
HSB/HSV17°46.38%54.12%
CMYK0.00%33.33%46.38%
45.88%

Color #8A5C4A in popluar number systems.

HEX8A5C4A
Decimal1389274
Binary1000101010111001001010
Octal212134112

Shades and tints

Shades of #8A5C4A

#8A5C4A
(138,92,74)
#7E5444
(126,84,68)
#724C3E
(114,76,62)
#664438
(102,68,56)
#5A3C32
(90,60,50)
#4E342C
(78,52,44)
#422C26
(66,44,38)
#362420
(54,36,32)
#2A1C1A
(42,28,26)
#1E1414
(30,20,20)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #8A5C4A

#8A5C4A
(138,92,74)
#946A5A
(148,106,90)
#9E786A
(158,120,106)
#A8867A
(168,134,122)
#B2948A
(178,148,138)
#BCA29A
(188,162,154)
#C6B0AA
(198,176,170)
#D0BEBA
(208,190,186)
#DACCCA
(218,204,202)
#E4DADA
(228,218,218)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5C4A; }

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

This text font color is #8A5C4A.


Background Color

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

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

This div background color is #8A5C4A.


Border color

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

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

This div border color is #8A5C4A.


Opacity

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

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

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

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

This text has shadow with #8A5C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5C4A on black background.


Color preview on white background

This text has color #8A5C4A on white background.



Black color preview on #8A5C4A background

This text has black color on #8A5C4A background.


White color preview on #8A5C4A background

This text has white color on #8A5C4A background.