COLOR #8C5C33

HEX: #8C5C33
RGB: (140,92,51)

Color info

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

RGB color model

#8C5C33 color RGB value is (140,92,51).

  • red value is 140;
  • green value is 92;
  • blue value is 51.
RGB:
(140,92,51)
(55%,36%,20%)

RGB channels and saturation

R 140 of 255 = 55%
G 92 of 255 = 36%
B 51 of 255 = 20%

140
92
51

R + G + B ~ 37%. #8C5C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 92 + 51 = 283 (100%)
R 140 of 283 ~ 49.47%
G 92 of 283 ~ 32.51%
B 51 of 283 ~ 18.02%

%49.47
%32.51
%18.02

CMYK color model

#8C5C33 color CMYK value is (0,34,64,45).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 63.57%
  • key color value is 45.10%
CMYK:
(0,34,64,45)
C0M34Y64K45 
(0%,34%,64%,45%)
(0.00/0.34/0.64/0.45)	

CMYK percentages

%0
%34.29
%63.57
%45.1

Codes

Color #8C5C33 in popluar color models

8C5C33
RGB1409251
HSL28°46.60%37.45%
HSB/HSV28°63.57%54.90%
CMYK0.00%34.29%63.57%
45.10%

Color #8C5C33 in popluar number systems.

HEX8C5C33
Decimal1409251
Binary100011001011100110011
Octal21413463

Shades and tints

Shades of #8C5C33

#8C5C33
(140,92,51)
#80542F
(128,84,47)
#744C2B
(116,76,43)
#684427
(104,68,39)
#5C3C23
(92,60,35)
#50341F
(80,52,31)
#442C1B
(68,44,27)
#382417
(56,36,23)
#2C1C13
(44,28,19)
#20140F
(32,20,15)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #8C5C33

#8C5C33
(140,92,51)
#966A45
(150,106,69)
#A07857
(160,120,87)
#AA8669
(170,134,105)
#B4947B
(180,148,123)
#BEA28D
(190,162,141)
#C8B09F
(200,176,159)
#D2BEB1
(210,190,177)
#DCCCC3
(220,204,195)
#E6DAD5
(230,218,213)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5C33 color. Also use rgb(140,92,51) instead hex code.

Text Font Color

.myTextColor { color: #8C5C33; }

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

This text font color is #8C5C33.


Background Color

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

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

This div background color is #8C5C33.


Border color

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

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

This div border color is #8C5C33.


Opacity

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

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

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

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

This text has shadow with #8C5C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5C33 on black background.


Color preview on white background

This text has color #8C5C33 on white background.



Black color preview on #8C5C33 background

This text has black color on #8C5C33 background.


White color preview on #8C5C33 background

This text has white color on #8C5C33 background.