COLOR #3C0C57

HEX: #3C0C57 RGB: (60,12,87)

Color info

#3C0C57 contains mainly red and blue colors. Web safe color of #3C0C57 is #330066 (or #306).

RGB color model

#3C0C57 color RGB value is (60,12,87).

RGB: (60,12,87) (24%, 5%, 34%)

RGB channels and saturation

R 60 of 255 = 24%
G 12 of 255 = 5%
B 87 of 255 = 34%

60
12
87

R + G + B ~ 21%. #3C0C57 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 12 + 87 = 159 (100%)
R 60 of 159 ~ 37.74%
G 12 of 159 ~ 7.55%
B 87 of 159 ~ 54.72'%

%37.74
%54.72

CMYK color model

#3C0C57 color CMYK value is (31,86,0,66).

  • cyan value is 31.03%
  • magenta value is 86.21%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (31,86,0,66)
C31M86Y0K66 (31%, 86%, 0%, 66%)
(0.31 / 0.86 / 0.00 / 0.66)

CMYK percentages

%31.03
%86.21
%0
%65.88

Codes

Color #3C0C57 in popluar color models

3C 0C 57
RGB 60 12 87
HSL 278° 75.76% 19.41%
HSB/HSV 278° 86.21% 34.12%
CMYK 31.03% 86.21% 0.00%
65.88%

Color #3C0C57 in popluar number systems.

HEX 3C 0C 57
Decimal 60 12 87
Binary 111100 1100 1010111
Octal 74 14 127

Shades and tints

Shades of #3C0C57

#3C0C57
(60,12,87)
#370B50
(55,11,80)
#320A49
(50,10,73)
#2D0942
(45,9,66)
#28083B
(40,8,59)
#230734
(35,7,52)
#1E062D
(30,6,45)
#190526
(25,5,38)
#14041F
(20,4,31)
#0F0318
(15,3,24)
#0A0211
(10,2,17)
#000000
(0,0,0)

Tints of #3C0C57

#3C0C57
(60,12,87)
#4D2266
(77,34,102)
#5E3875
(94,56,117)
#6F4E84
(111,78,132)
#806493
(128,100,147)
#917AA2
(145,122,162)
#A290B1
(162,144,177)
#B3A6C0
(179,166,192)
#C4BCCF
(196,188,207)
#D5D2DE
(213,210,222)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0C57 color. Also use rgb(60,12,87) instead hex code.

Text Font Color

.myTextColor { color: #3C0C57; }

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

This text font color is #3C0C57.

Background Color

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

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

This div background color is #3C0C57.

Border color

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

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

This div border color is #3C0C57.

Opacity

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

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

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

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

This text has shadow with #3C0C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C0C57.

Preview

Color preview on black background

This text has color #3C0C57 on black background.


Color preview on white background

This text has color #3C0C57 on white background.


Black color preview on #3C0C57 background

This text has black color on #3C0C57 background.


White color preview on #3C0C57 background

This text has white color on #3C0C57 background.


Related colors

Complementary color

Complementary color for #hex is #C3F3A8.


I love getcolorcode.com

Triadic colors

1 #573C0C and #0C573C with #3C0C57 are triadic colors.

2 #570C3C and #0C3C57 with #3C0C57 are triadic colors.