COLOR #8C5C5C

HEX: #8C5C5C
RGB: (140,92,92)

Color info

#8C5C5C contains red, green and blue colors in about the same proportion. Web safe color of #8C5C5C is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

140
92
92

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

Portions of RGB colors in percentages

R + G + B =
140 + 92 + 92 = 324 (100%)
R 140 of 324 ~ 43.21%
G 92 of 324 ~ 28.4%
B 92 of 324 ~ 28.4%

%43.21
%28.4
%28.4

CMYK color model

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

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

CMYK percentages

%0
%34.29
%34.29
%45.1

Codes

Color #8C5C5C in popluar color models

8C5C5C
RGB1409292
HSL20.69%45.49%
HSB/HSV34.29%54.90%
CMYK0.00%34.29%34.29%
45.10%

Color #8C5C5C in popluar number systems.

HEX8C5C5C
Decimal1409292
Binary1000110010111001011100
Octal214134134

Shades and tints

Shades of #8C5C5C

#8C5C5C
(140,92,92)
#805454
(128,84,84)
#744C4C
(116,76,76)
#684444
(104,68,68)
#5C3C3C
(92,60,60)
#503434
(80,52,52)
#442C2C
(68,44,44)
#382424
(56,36,36)
#2C1C1C
(44,28,28)
#201414
(32,20,20)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #8C5C5C

#8C5C5C
(140,92,92)
#966A6A
(150,106,106)
#A07878
(160,120,120)
#AA8686
(170,134,134)
#B49494
(180,148,148)
#BEA2A2
(190,162,162)
#C8B0B0
(200,176,176)
#D2BEBE
(210,190,190)
#DCCCCC
(220,204,204)
#E6DADA
(230,218,218)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5C5C; }

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

This text font color is #8C5C5C.


Background Color

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

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

This div background color is #8C5C5C.


Border color

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

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

This div border color is #8C5C5C.


Opacity

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

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

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

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

This text has shadow with #8C5C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5C5C on black background.


Color preview on white background

This text has color #8C5C5C on white background.



Black color preview on #8C5C5C background

This text has black color on #8C5C5C background.


White color preview on #8C5C5C background

This text has white color on #8C5C5C background.