COLOR #8C3C51

HEX: #8C3C51
RGB: (140,60,81)

Color info

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

RGB color model

#8C3C51 color RGB value is (140,60,81).

  • red value is 140;
  • green value is 60;
  • blue value is 81.
RGB:
(140,60,81)
(55%,24%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 60 of 255 = 24%
B 81 of 255 = 32%

140
60
81

R + G + B ~ 37%. #8C3C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 60 + 81 = 281 (100%)
R 140 of 281 ~ 49.82%
G 60 of 281 ~ 21.35%
B 81 of 281 ~ 28.83%

%49.82
%21.35
%28.83

CMYK color model

#8C3C51 color CMYK value is (0,57,42,45).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 42.14%
  • key color value is 45.10%
CMYK:
(0,57,42,45)
C0M57Y42K45 
(0%,57%,42%,45%)
(0.00/0.57/0.42/0.45)	

CMYK percentages

%0
%57.14
%42.14
%45.1

Codes

Color #8C3C51 in popluar color models

8C3C51
RGB1406081
HSL344°40.00%39.22%
HSB/HSV344°57.14%54.90%
CMYK0.00%57.14%42.14%
45.10%

Color #8C3C51 in popluar number systems.

HEX8C3C51
Decimal1406081
Binary100011001111001010001
Octal21474121

Shades and tints

Shades of #8C3C51

#8C3C51
(140,60,81)
#80374A
(128,55,74)
#743243
(116,50,67)
#682D3C
(104,45,60)
#5C2835
(92,40,53)
#50232E
(80,35,46)
#441E27
(68,30,39)
#381920
(56,25,32)
#2C1419
(44,20,25)
#200F12
(32,15,18)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #8C3C51

#8C3C51
(140,60,81)
#964D60
(150,77,96)
#A05E6F
(160,94,111)
#AA6F7E
(170,111,126)
#B4808D
(180,128,141)
#BE919C
(190,145,156)
#C8A2AB
(200,162,171)
#D2B3BA
(210,179,186)
#DCC4C9
(220,196,201)
#E6D5D8
(230,213,216)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3C51 color. Also use rgb(140,60,81) instead hex code.

Text Font Color

.myTextColor { color: #8C3C51; }

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

This text font color is #8C3C51.


Background Color

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

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

This div background color is #8C3C51.


Border color

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

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

This div border color is #8C3C51.


Opacity

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

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

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

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

This text has shadow with #8C3C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3C51 on black background.


Color preview on white background

This text has color #8C3C51 on white background.



Black color preview on #8C3C51 background

This text has black color on #8C3C51 background.


White color preview on #8C3C51 background

This text has white color on #8C3C51 background.