COLOR #8C5E6C

HEX: #8C5E6C RGB: (140,94,108)

Color info

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

RGB color model

#8C5E6C color RGB value is (140,94,108).

RGB: (140,94,108) (55%, 37%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 94 of 255 = 37%
B 108 of 255 = 42%

140
94
108

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

Portions of RGB colors in percentages

R + G + B = 140 + 94 + 108 = 342 (100%)
R 140 of 342 ~ 40.94%
G 94 of 342 ~ 27.49%
B 108 of 342 ~ 31.58'%

%40.94
%27.49
%31.58

CMYK color model

#8C5E6C color CMYK value is (0,33,23,45).

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

CMYK: (0,33,23,45)
C0M33Y23K45 (0%, 33%, 23%, 45%)
(0.00 / 0.33 / 0.23 / 0.45)

CMYK percentages

%0
%32.86
%22.86
%45.1

Codes

Color #8C5E6C in popluar color models

8C 5E 6C
RGB 140 94 108
HSL 342° 19.66% 45.88%
HSB/HSV 342° 32.86% 54.90%
CMYK 0.00% 32.86% 22.86%
45.10%

Color #8C5E6C in popluar number systems.

HEX 8C 5E 6C
Decimal 140 94 108
Binary 10001100 1011110 1101100
Octal 214 136 154

Shades and tints

Shades of #8C5E6C

#8C5E6C
(140,94,108)
#805663
(128,86,99)
#744E5A
(116,78,90)
#684651
(104,70,81)
#5C3E48
(92,62,72)
#50363F
(80,54,63)
#442E36
(68,46,54)
#38262D
(56,38,45)
#2C1E24
(44,30,36)
#20161B
(32,22,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C5E6C

#8C5E6C
(140,94,108)
#966C79
(150,108,121)
#A07A86
(160,122,134)
#AA8893
(170,136,147)
#B496A0
(180,150,160)
#BEA4AD
(190,164,173)
#C8B2BA
(200,178,186)
#D2C0C7
(210,192,199)
#DCCED4
(220,206,212)
#E6DCE1
(230,220,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5E6C; }

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

This text font color is #8C5E6C.

Background Color

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

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

This div background color is #8C5E6C.

Border color

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

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

This div border color is #8C5E6C.

Opacity

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

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

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

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

This text has shadow with #8C5E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5E6C.

Preview

Color preview on black background

This text has color #8C5E6C on black background.


Color preview on white background

This text has color #8C5E6C on white background.


Black color preview on #8C5E6C background

This text has black color on #8C5E6C background.


White color preview on #8C5E6C background

This text has white color on #8C5E6C background.


Related colors

Complementary color

Complementary color for #hex is #73A193.


I love getcolorcode.com

Triadic colors

1 #6C8C5E and #5E6C8C with #8C5E6C are triadic colors.

2 #6C5E8C and #5E8C6C with #8C5E6C are triadic colors.