COLOR #8C5E5C

HEX: #8C5E5C RGB: (140,94,92)

Color info

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

RGB color model

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

RGB: (140,94,92) (55%, 37%, 36%)

RGB channels and saturation

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

140
94
92

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

Portions of RGB colors in percentages

R + G + B = 140 + 94 + 92 = 326 (100%)
R 140 of 326 ~ 42.94%
G 94 of 326 ~ 28.83%
B 92 of 326 ~ 28.22'%

%42.94
%28.83
%28.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 34.29%
  • key color value is 45.10%

CMYK: (0,33,34,45)
C0M33Y34K45 (0%, 33%, 34%, 45%)
(0.00 / 0.33 / 0.34 / 0.45)

CMYK percentages

%0
%32.86
%34.29
%45.1

Codes

Color #8C5E5C in popluar color models

8C 5E 5C
RGB 140 94 92
HSL 20.69% 45.49%
HSB/HSV 34.29% 54.90%
CMYK 0.00% 32.86% 34.29%
45.10%

Color #8C5E5C in popluar number systems.

HEX 8C 5E 5C
Decimal 140 94 92
Binary 10001100 1011110 1011100
Octal 214 136 134

Shades and tints

Shades of #8C5E5C

#8C5E5C
(140,94,92)
#805654
(128,86,84)
#744E4C
(116,78,76)
#684644
(104,70,68)
#5C3E3C
(92,62,60)
#503634
(80,54,52)
#442E2C
(68,46,44)
#382624
(56,38,36)
#2C1E1C
(44,30,28)
#201614
(32,22,20)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #8C5E5C

#8C5E5C
(140,94,92)
#966C6A
(150,108,106)
#A07A78
(160,122,120)
#AA8886
(170,136,134)
#B49694
(180,150,148)
#BEA4A2
(190,164,162)
#C8B2B0
(200,178,176)
#D2C0BE
(210,192,190)
#DCCECC
(220,206,204)
#E6DCDA
(230,220,218)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5E5C; }

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

This text font color is #8C5E5C.

Background Color

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

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

This div background color is #8C5E5C.

Border color

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

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

This div border color is #8C5E5C.

Opacity

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

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

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

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

This text has shadow with #8C5E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5E5C.

Preview

Color preview on black background

This text has color #8C5E5C on black background.


Color preview on white background

This text has color #8C5E5C on white background.


Black color preview on #8C5E5C background

This text has black color on #8C5E5C background.


White color preview on #8C5E5C background

This text has white color on #8C5E5C background.


Related colors

Complementary color

Complementary color for #hex is #73A1A3.


I love getcolorcode.com

Triadic colors

1 #5C8C5E and #5E5C8C with #8C5E5C are triadic colors.

2 #5C5E8C and #5E8C5C with #8C5E5C are triadic colors.