COLOR #8C5A4C

HEX: #8C5A4C
RGB: (140,90,76)

Color info

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

RGB color model

#8C5A4C color RGB value is (140,90,76).

  • red value is 140;
  • green value is 90;
  • blue value is 76.
RGB:
(140,90,76)
(55%,35%,30%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 76 of 255 = 30%

140
90
76

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

Portions of RGB colors in percentages

R + G + B =
140 + 90 + 76 = 306 (100%)
R 140 of 306 ~ 45.75%
G 90 of 306 ~ 29.41%
B 76 of 306 ~ 24.84%

%45.75
%29.41
%24.84

CMYK color model

#8C5A4C color CMYK value is (0,36,46,45).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 45.71%
  • key color value is 45.10%
CMYK:
(0,36,46,45)
C0M36Y46K45 
(0%,36%,46%,45%)
(0.00/0.36/0.46/0.45)	

CMYK percentages

%0
%35.71
%45.71
%45.1

Codes

Color #8C5A4C in popluar color models

8C5A4C
RGB1409076
HSL13°29.63%42.35%
HSB/HSV13°45.71%54.90%
CMYK0.00%35.71%45.71%
45.10%

Color #8C5A4C in popluar number systems.

HEX8C5A4C
Decimal1409076
Binary1000110010110101001100
Octal214132114

Shades and tints

Shades of #8C5A4C

#8C5A4C
(140,90,76)
#805246
(128,82,70)
#744A40
(116,74,64)
#68423A
(104,66,58)
#5C3A34
(92,58,52)
#50322E
(80,50,46)
#442A28
(68,42,40)
#382222
(56,34,34)
#2C1A1C
(44,26,28)
#201216
(32,18,22)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #8C5A4C

#8C5A4C
(140,90,76)
#96695C
(150,105,92)
#A0786C
(160,120,108)
#AA877C
(170,135,124)
#B4968C
(180,150,140)
#BEA59C
(190,165,156)
#C8B4AC
(200,180,172)
#D2C3BC
(210,195,188)
#DCD2CC
(220,210,204)
#E6E1DC
(230,225,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5A4C color. Also use rgb(140,90,76) instead hex code.

Text Font Color

.myTextColor { color: #8C5A4C; }

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

This text font color is #8C5A4C.


Background Color

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

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

This div background color is #8C5A4C.


Border color

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

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

This div border color is #8C5A4C.


Opacity

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

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

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

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

This text has shadow with #8C5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5A4C on black background.


Color preview on white background

This text has color #8C5A4C on white background.



Black color preview on #8C5A4C background

This text has black color on #8C5A4C background.


White color preview on #8C5A4C background

This text has white color on #8C5A4C background.