COLOR #8C5324

HEX: #8C5324
RGB: (140,83,36)

Color info

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

RGB color model

#8C5324 color RGB value is (140,83,36).

  • red value is 140;
  • green value is 83;
  • blue value is 36.
RGB:
(140,83,36)
(55%,33%,14%)

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 36 of 255 = 14%

140
83
36

R + G + B ~ 34%. #8C5324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 36 = 259 (100%)
R 140 of 259 ~ 54.05%
G 83 of 259 ~ 32.05%
B 36 of 259 ~ 13.9%

%54.05
%32.05
%13.9

CMYK color model

#8C5324 color CMYK value is (0,41,74,45).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 74.29%
  • key color value is 45.10%
CMYK:
(0,41,74,45)
C0M41Y74K45 
(0%,41%,74%,45%)
(0.00/0.41/0.74/0.45)	

CMYK percentages

%0
%40.71
%74.29
%45.1

Codes

Color #8C5324 in popluar color models

8C5324
RGB1408336
HSL27°59.09%34.51%
HSB/HSV27°74.29%54.90%
CMYK0.00%40.71%74.29%
45.10%

Color #8C5324 in popluar number systems.

HEX8C5324
Decimal1408336
Binary100011001010011100100
Octal21412344

Shades and tints

Shades of #8C5324

#8C5324
(140,83,36)
#804C21
(128,76,33)
#74451E
(116,69,30)
#683E1B
(104,62,27)
#5C3718
(92,55,24)
#503015
(80,48,21)
#442912
(68,41,18)
#38220F
(56,34,15)
#2C1B0C
(44,27,12)
#201409
(32,20,9)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #8C5324

#8C5324
(140,83,36)
#966237
(150,98,55)
#A0714A
(160,113,74)
#AA805D
(170,128,93)
#B48F70
(180,143,112)
#BE9E83
(190,158,131)
#C8AD96
(200,173,150)
#D2BCA9
(210,188,169)
#DCCBBC
(220,203,188)
#E6DACF
(230,218,207)
#F0E9E2
(240,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5324 color. Also use rgb(140,83,36) instead hex code.

Text Font Color

.myTextColor { color: #8C5324; }

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

This text font color is #8C5324.


Background Color

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

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

This div background color is #8C5324.


Border color

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

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

This div border color is #8C5324.


Opacity

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

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

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

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

This text has shadow with #8C5324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5324 on black background.


Color preview on white background

This text has color #8C5324 on white background.



Black color preview on #8C5324 background

This text has black color on #8C5324 background.


White color preview on #8C5324 background

This text has white color on #8C5324 background.