COLOR #8C5F74

HEX: #8C5F74
RGB: (140,95,116)

Color info

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

RGB color model

#8C5F74 color RGB value is (140,95,116).

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

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 116 of 255 = 45%

140
95
116

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

Portions of RGB colors in percentages

R + G + B =
140 + 95 + 116 = 351 (100%)
R 140 of 351 ~ 39.89%
G 95 of 351 ~ 27.07%
B 116 of 351 ~ 33.05%

%39.89
%27.07
%33.05

CMYK color model

#8C5F74 color CMYK value is (0,32,17,45).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 17.14%
  • key color value is 45.10%
CMYK:
(0,32,17,45)
C0M32Y17K45 
(0%,32%,17%,45%)
(0.00/0.32/0.17/0.45)	

CMYK percentages

%0
%32.14
%17.14
%45.1

Codes

Color #8C5F74 in popluar color models

8C5F74
RGB14095116
HSL332°19.15%46.08%
HSB/HSV332°32.14%54.90%
CMYK0.00%32.14%17.14%
45.10%

Color #8C5F74 in popluar number systems.

HEX8C5F74
Decimal14095116
Binary1000110010111111110100
Octal214137164

Shades and tints

Shades of #8C5F74

#8C5F74
(140,95,116)
#80576A
(128,87,106)
#744F60
(116,79,96)
#684756
(104,71,86)
#5C3F4C
(92,63,76)
#503742
(80,55,66)
#442F38
(68,47,56)
#38272E
(56,39,46)
#2C1F24
(44,31,36)
#20171A
(32,23,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #8C5F74

#8C5F74
(140,95,116)
#966D80
(150,109,128)
#A07B8C
(160,123,140)
#AA8998
(170,137,152)
#B497A4
(180,151,164)
#BEA5B0
(190,165,176)
#C8B3BC
(200,179,188)
#D2C1C8
(210,193,200)
#DCCFD4
(220,207,212)
#E6DDE0
(230,221,224)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5F74; }

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

This text font color is #8C5F74.


Background Color

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

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

This div background color is #8C5F74.


Border color

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

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

This div border color is #8C5F74.


Opacity

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

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

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

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

This text has shadow with #8C5F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5F74 on black background.


Color preview on white background

This text has color #8C5F74 on white background.



Black color preview on #8C5F74 background

This text has black color on #8C5F74 background.


White color preview on #8C5F74 background

This text has white color on #8C5F74 background.