COLOR #8C4C60

HEX: #8C4C60
RGB: (140,76,96)

Color info

#8C4C60 contains mainly red and blue colors. Web safe color of #8C4C60 is #993366 (or #936).

RGB color model

#8C4C60 color RGB value is (140,76,96).

  • red value is 140;
  • green value is 76;
  • blue value is 96.
RGB:
(140,76,96)
(55%,30%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 96 of 255 = 38%

140
76
96

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

Portions of RGB colors in percentages

R + G + B =
140 + 76 + 96 = 312 (100%)
R 140 of 312 ~ 44.87%
G 76 of 312 ~ 24.36%
B 96 of 312 ~ 30.77%

%44.87
%24.36
%30.77

CMYK color model

#8C4C60 color CMYK value is (0,46,31,45).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(0,46,31,45)
C0M46Y31K45 
(0%,46%,31%,45%)
(0.00/0.46/0.31/0.45)	

CMYK percentages

%0
%45.71
%31.43
%45.1

Codes

Color #8C4C60 in popluar color models

8C4C60
RGB1407696
HSL341°29.63%42.35%
HSB/HSV341°45.71%54.90%
CMYK0.00%45.71%31.43%
45.10%

Color #8C4C60 in popluar number systems.

HEX8C4C60
Decimal1407696
Binary1000110010011001100000
Octal214114140

Shades and tints

Shades of #8C4C60

#8C4C60
(140,76,96)
#804658
(128,70,88)
#744050
(116,64,80)
#683A48
(104,58,72)
#5C3440
(92,52,64)
#502E38
(80,46,56)
#442830
(68,40,48)
#382228
(56,34,40)
#2C1C20
(44,28,32)
#201618
(32,22,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C4C60

#8C4C60
(140,76,96)
#965C6E
(150,92,110)
#A06C7C
(160,108,124)
#AA7C8A
(170,124,138)
#B48C98
(180,140,152)
#BE9CA6
(190,156,166)
#C8ACB4
(200,172,180)
#D2BCC2
(210,188,194)
#DCCCD0
(220,204,208)
#E6DCDE
(230,220,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4C60; }

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

This text font color is #8C4C60.


Background Color

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

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

This div background color is #8C4C60.


Border color

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

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

This div border color is #8C4C60.


Opacity

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

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

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

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

This text has shadow with #8C4C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4C60 on black background.


Color preview on white background

This text has color #8C4C60 on white background.



Black color preview on #8C4C60 background

This text has black color on #8C4C60 background.


White color preview on #8C4C60 background

This text has white color on #8C4C60 background.