COLOR #3C1347

HEX: #3C1347
RGB: (60,19,71)

Color info

#3C1347 contains red, green and blue colors in about the same proportion. Web safe color of #3C1347 is #330033 (or #303).

RGB color model

#3C1347 color RGB value is (60,19,71).

  • red value is 60;
  • green value is 19;
  • blue value is 71.
RGB:
(60,19,71)
(24%,7%,28%)

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 71 of 255 = 28%

60
19
71

R + G + B ~ 20%. #3C1347 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 19 + 71 = 150 (100%)
R 60 of 150 ~ 40%
G 19 of 150 ~ 12.67%
B 71 of 150 ~ 47.33%

%40
%12.67
%47.33

CMYK color model

#3C1347 color CMYK value is (15,73,0,72).

  • cyan value is 15.49%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(15,73,0,72)
C15M73Y0K72 
(15%,73%,0%,72%)
(0.15/0.73/0.00/0.72)	

CMYK percentages

%15.49
%73.24
%0
%72.16

Codes

Color #3C1347 in popluar color models

3C1347
RGB601971
HSL287°57.78%17.65%
HSB/HSV287°73.24%27.84%
CMYK15.49%73.24%0.00%
72.16%

Color #3C1347 in popluar number systems.

HEX3C1347
Decimal601971
Binary111100100111000111
Octal7423107

Shades and tints

Shades of #3C1347

#3C1347
(60,19,71)
#371241
(55,18,65)
#32113B
(50,17,59)
#2D1035
(45,16,53)
#280F2F
(40,15,47)
#230E29
(35,14,41)
#1E0D23
(30,13,35)
#190C1D
(25,12,29)
#140B17
(20,11,23)
#0F0A11
(15,10,17)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #3C1347

#3C1347
(60,19,71)
#4D2857
(77,40,87)
#5E3D67
(94,61,103)
#6F5277
(111,82,119)
#806787
(128,103,135)
#917C97
(145,124,151)
#A291A7
(162,145,167)
#B3A6B7
(179,166,183)
#C4BBC7
(196,187,199)
#D5D0D7
(213,208,215)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1347 color. Also use rgb(60,19,71) instead hex code.

Text Font Color

.myTextColor { color: #3C1347; }

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

This text font color is #3C1347.


Background Color

.myBgColor { background-color: #3C1347; }

<div style="background-color:#3C1347">Inner text</div>

This div background color is #3C1347.


Border color

.myBorderColor { border: 1px solid #3C1347; }

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

This div border color is #3C1347.


Opacity

.myOpacity80 { color: #3C1347; opacity: 0.8; }

<p style="color:#3C1347;opacity:0.8;">80%</p>

Text with #3C1347 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 #3C1347;}

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

This text has shadow with #3C1347 color.

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

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

This text has shadow with #3C1347 primary color and red secondary color.


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

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

This text has shadow with #3C1347 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1347 on black background.


Color preview on white background

This text has color #3C1347 on white background.



Black color preview on #3C1347 background

This text has black color on #3C1347 background.


White color preview on #3C1347 background

This text has white color on #3C1347 background.