COLOR #8C3A60

HEX: #8C3A60
RGB: (140,58,96)

Color info

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

RGB color model

#8C3A60 color RGB value is (140,58,96).

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

RGB channels and saturation

R 140 of 255 = 55%
G 58 of 255 = 23%
B 96 of 255 = 38%

140
58
96

R + G + B ~ 39%. #8C3A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 58 + 96 = 294 (100%)
R 140 of 294 ~ 47.62%
G 58 of 294 ~ 19.73%
B 96 of 294 ~ 32.65%

%47.62
%19.73
%32.65

CMYK color model

#8C3A60 color CMYK value is (0,59,31,45).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(0,59,31,45)
C0M59Y31K45 
(0%,59%,31%,45%)
(0.00/0.59/0.31/0.45)	

CMYK percentages

%0
%58.57
%31.43
%45.1

Codes

Color #8C3A60 in popluar color models

8C3A60
RGB1405896
HSL332°41.41%38.82%
HSB/HSV332°58.57%54.90%
CMYK0.00%58.57%31.43%
45.10%

Color #8C3A60 in popluar number systems.

HEX8C3A60
Decimal1405896
Binary100011001110101100000
Octal21472140

Shades and tints

Shades of #8C3A60

#8C3A60
(140,58,96)
#803558
(128,53,88)
#743050
(116,48,80)
#682B48
(104,43,72)
#5C2640
(92,38,64)
#502138
(80,33,56)
#441C30
(68,28,48)
#381728
(56,23,40)
#2C1220
(44,18,32)
#200D18
(32,13,24)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #8C3A60

#8C3A60
(140,58,96)
#964B6E
(150,75,110)
#A05C7C
(160,92,124)
#AA6D8A
(170,109,138)
#B47E98
(180,126,152)
#BE8FA6
(190,143,166)
#C8A0B4
(200,160,180)
#D2B1C2
(210,177,194)
#DCC2D0
(220,194,208)
#E6D3DE
(230,211,222)
#F0E4EC
(240,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3A60; }

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

This text font color is #8C3A60.


Background Color

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

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

This div background color is #8C3A60.


Border color

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

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

This div border color is #8C3A60.


Opacity

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

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

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

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

This text has shadow with #8C3A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3A60 on black background.


Color preview on white background

This text has color #8C3A60 on white background.



Black color preview on #8C3A60 background

This text has black color on #8C3A60 background.


White color preview on #8C3A60 background

This text has white color on #8C3A60 background.