COLOR #8C5F6D

HEX: #8C5F6D
RGB: (140,95,109)

Color info

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

RGB color model

#8C5F6D color RGB value is (140,95,109).

  • red value is 140;
  • green value is 95;
  • blue value is 109.
RGB:
(140,95,109)
(55%,37%,43%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 109 of 255 = 43%

140
95
109

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

Portions of RGB colors in percentages

R + G + B =
140 + 95 + 109 = 344 (100%)
R 140 of 344 ~ 40.7%
G 95 of 344 ~ 27.62%
B 109 of 344 ~ 31.69%

%40.7
%27.62
%31.69

CMYK color model

#8C5F6D color CMYK value is (0,32,22,45).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(0,32,22,45)
C0M32Y22K45 
(0%,32%,22%,45%)
(0.00/0.32/0.22/0.45)	

CMYK percentages

%0
%32.14
%22.14
%45.1

Codes

Color #8C5F6D in popluar color models

8C5F6D
RGB14095109
HSL341°19.15%46.08%
HSB/HSV341°32.14%54.90%
CMYK0.00%32.14%22.14%
45.10%

Color #8C5F6D in popluar number systems.

HEX8C5F6D
Decimal14095109
Binary1000110010111111101101
Octal214137155

Shades and tints

Shades of #8C5F6D

#8C5F6D
(140,95,109)
#805764
(128,87,100)
#744F5B
(116,79,91)
#684752
(104,71,82)
#5C3F49
(92,63,73)
#503740
(80,55,64)
#442F37
(68,47,55)
#38272E
(56,39,46)
#2C1F25
(44,31,37)
#20171C
(32,23,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #8C5F6D

#8C5F6D
(140,95,109)
#966D7A
(150,109,122)
#A07B87
(160,123,135)
#AA8994
(170,137,148)
#B497A1
(180,151,161)
#BEA5AE
(190,165,174)
#C8B3BB
(200,179,187)
#D2C1C8
(210,193,200)
#DCCFD5
(220,207,213)
#E6DDE2
(230,221,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5F6D; }

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

This text font color is #8C5F6D.


Background Color

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

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

This div background color is #8C5F6D.


Border color

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

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

This div border color is #8C5F6D.


Opacity

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

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

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

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

This text has shadow with #8C5F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5F6D on black background.


Color preview on white background

This text has color #8C5F6D on white background.



Black color preview on #8C5F6D background

This text has black color on #8C5F6D background.


White color preview on #8C5F6D background

This text has white color on #8C5F6D background.