COLOR #8A5C24

HEX: #8A5C24
RGB: (138,92,36)

Color info

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

RGB color model

#8A5C24 color RGB value is (138,92,36).

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

RGB channels and saturation

R 138 of 255 = 54%
G 92 of 255 = 36%
B 36 of 255 = 14%

138
92
36

R + G + B ~ 35%. #8A5C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 92 + 36 = 266 (100%)
R 138 of 266 ~ 51.88%
G 92 of 266 ~ 34.59%
B 36 of 266 ~ 13.53%

%51.88
%34.59
%13.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 73.91%
  • key color value is 45.88%
CMYK:
(0,33,74,46)
C0M33Y74K46 
(0%,33%,74%,46%)
(0.00/0.33/0.74/0.46)	

CMYK percentages

%0
%33.33
%73.91
%45.88

Codes

Color #8A5C24 in popluar color models

8A5C24
RGB1389236
HSL33°58.62%34.12%
HSB/HSV33°73.91%54.12%
CMYK0.00%33.33%73.91%
45.88%

Color #8A5C24 in popluar number systems.

HEX8A5C24
Decimal1389236
Binary100010101011100100100
Octal21213444

Shades and tints

Shades of #8A5C24

#8A5C24
(138,92,36)
#7E5421
(126,84,33)
#724C1E
(114,76,30)
#66441B
(102,68,27)
#5A3C18
(90,60,24)
#4E3415
(78,52,21)
#422C12
(66,44,18)
#36240F
(54,36,15)
#2A1C0C
(42,28,12)
#1E1409
(30,20,9)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #8A5C24

#8A5C24
(138,92,36)
#946A37
(148,106,55)
#9E784A
(158,120,74)
#A8865D
(168,134,93)
#B29470
(178,148,112)
#BCA283
(188,162,131)
#C6B096
(198,176,150)
#D0BEA9
(208,190,169)
#DACCBC
(218,204,188)
#E4DACF
(228,218,207)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5C24; }

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

This text font color is #8A5C24.


Background Color

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

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

This div background color is #8A5C24.


Border color

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

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

This div border color is #8A5C24.


Opacity

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

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

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

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

This text has shadow with #8A5C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5C24 on black background.


Color preview on white background

This text has color #8A5C24 on white background.



Black color preview on #8A5C24 background

This text has black color on #8A5C24 background.


White color preview on #8A5C24 background

This text has white color on #8A5C24 background.