COLOR #3C1142

HEX: #3C1142
RGB: (60,17,66)

Color info

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

RGB color model

#3C1142 color RGB value is (60,17,66).

  • red value is 60;
  • green value is 17;
  • blue value is 66.
RGB:
(60,17,66)
(24%,7%,26%)

RGB channels and saturation

R 60 of 255 = 24%
G 17 of 255 = 7%
B 66 of 255 = 26%

60
17
66

R + G + B ~ 19%. #3C1142 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 17 + 66 = 143 (100%)
R 60 of 143 ~ 41.96%
G 17 of 143 ~ 11.89%
B 66 of 143 ~ 46.15%

%41.96
%11.89
%46.15

CMYK color model

#3C1142 color CMYK value is (9,74,0,74).

  • cyan value is 9.09%
  • magenta value is 74.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(9,74,0,74)
C9M74Y0K74 
(9%,74%,0%,74%)
(0.09/0.74/0.00/0.74)	

CMYK percentages

%9.09
%74.24
%0
%74.12

Codes

Color #3C1142 in popluar color models

3C1142
RGB601766
HSL293°59.04%16.27%
HSB/HSV293°74.24%25.88%
CMYK9.09%74.24%0.00%
74.12%

Color #3C1142 in popluar number systems.

HEX3C1142
Decimal601766
Binary111100100011000010
Octal7421102

Shades and tints

Shades of #3C1142

#3C1142
(60,17,66)
#37103C
(55,16,60)
#320F36
(50,15,54)
#2D0E30
(45,14,48)
#280D2A
(40,13,42)
#230C24
(35,12,36)
#1E0B1E
(30,11,30)
#190A18
(25,10,24)
#140912
(20,9,18)
#0F080C
(15,8,12)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #3C1142

#3C1142
(60,17,66)
#4D2653
(77,38,83)
#5E3B64
(94,59,100)
#6F5075
(111,80,117)
#806586
(128,101,134)
#917A97
(145,122,151)
#A28FA8
(162,143,168)
#B3A4B9
(179,164,185)
#C4B9CA
(196,185,202)
#D5CEDB
(213,206,219)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1142 color. Also use rgb(60,17,66) instead hex code.

Text Font Color

.myTextColor { color: #3C1142; }

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

This text font color is #3C1142.


Background Color

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

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

This div background color is #3C1142.


Border color

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

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

This div border color is #3C1142.


Opacity

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

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

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

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

This text has shadow with #3C1142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1142 on black background.


Color preview on white background

This text has color #3C1142 on white background.



Black color preview on #3C1142 background

This text has black color on #3C1142 background.


White color preview on #3C1142 background

This text has white color on #3C1142 background.