COLOR #8C3B63

HEX: #8C3B63
RGB: (140,59,99)

Color info

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

RGB color model

#8C3B63 color RGB value is (140,59,99).

  • red value is 140;
  • green value is 59;
  • blue value is 99.
RGB:
(140,59,99)
(55%,23%,39%)

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 99 of 255 = 39%

140
59
99

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

Portions of RGB colors in percentages

R + G + B =
140 + 59 + 99 = 298 (100%)
R 140 of 298 ~ 46.98%
G 59 of 298 ~ 19.8%
B 99 of 298 ~ 33.22%

%46.98
%19.8
%33.22

CMYK color model

#8C3B63 color CMYK value is (0,58,29,45).

  • cyan value is 0.00%
  • magenta value is 57.86%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK:
(0,58,29,45)
C0M58Y29K45 
(0%,58%,29%,45%)
(0.00/0.58/0.29/0.45)	

CMYK percentages

%0
%57.86
%29.29
%45.1

Codes

Color #8C3B63 in popluar color models

8C3B63
RGB1405999
HSL330°40.70%39.02%
HSB/HSV330°57.86%54.90%
CMYK0.00%57.86%29.29%
45.10%

Color #8C3B63 in popluar number systems.

HEX8C3B63
Decimal1405999
Binary100011001110111100011
Octal21473143

Shades and tints

Shades of #8C3B63

#8C3B63
(140,59,99)
#80365A
(128,54,90)
#743151
(116,49,81)
#682C48
(104,44,72)
#5C273F
(92,39,63)
#502236
(80,34,54)
#441D2D
(68,29,45)
#381824
(56,24,36)
#2C131B
(44,19,27)
#200E12
(32,14,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #8C3B63

#8C3B63
(140,59,99)
#964C71
(150,76,113)
#A05D7F
(160,93,127)
#AA6E8D
(170,110,141)
#B47F9B
(180,127,155)
#BE90A9
(190,144,169)
#C8A1B7
(200,161,183)
#D2B2C5
(210,178,197)
#DCC3D3
(220,195,211)
#E6D4E1
(230,212,225)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3B63 color. Also use rgb(140,59,99) instead hex code.

Text Font Color

.myTextColor { color: #8C3B63; }

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

This text font color is #8C3B63.


Background Color

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

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

This div background color is #8C3B63.


Border color

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

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

This div border color is #8C3B63.


Opacity

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

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

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

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

This text has shadow with #8C3B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3B63 on black background.


Color preview on white background

This text has color #8C3B63 on white background.



Black color preview on #8C3B63 background

This text has black color on #8C3B63 background.


White color preview on #8C3B63 background

This text has white color on #8C3B63 background.