COLOR #3C1376

HEX: #3C1376 RGB: (60,19,118)

Color info

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

RGB color model

#3C1376 color RGB value is (60,19,118).

RGB: (60,19,118) (24%, 7%, 46%)

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 118 of 255 = 46%

60
19
118

R + G + B ~ 26%. #3C1376 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 19 + 118 = 197 (100%)
R 60 of 197 ~ 30.46%
G 19 of 197 ~ 9.64%
B 118 of 197 ~ 59.9'%

%30.46
%59.9

CMYK color model

#3C1376 color CMYK value is (49,84,0,54).

  • cyan value is 49.15%
  • magenta value is 83.90%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (49,84,0,54)
C49M84Y0K54 (49%, 84%, 0%, 54%)
(0.49 / 0.84 / 0.00 / 0.54)

CMYK percentages

%49.15
%83.9
%0
%53.73

Codes

Color #3C1376 in popluar color models

3C 13 76
RGB 60 19 118
HSL 265° 72.26% 26.86%
HSB/HSV 265° 83.90% 46.27%
CMYK 49.15% 83.90% 0.00%
53.73%

Color #3C1376 in popluar number systems.

HEX 3C 13 76
Decimal 60 19 118
Binary 111100 10011 1110110
Octal 74 23 166

Shades and tints

Shades of #3C1376

#3C1376
(60,19,118)
#37126C
(55,18,108)
#321162
(50,17,98)
#2D1058
(45,16,88)
#280F4E
(40,15,78)
#230E44
(35,14,68)
#1E0D3A
(30,13,58)
#190C30
(25,12,48)
#140B26
(20,11,38)
#0F0A1C
(15,10,28)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #3C1376

#3C1376
(60,19,118)
#4D2882
(77,40,130)
#5E3D8E
(94,61,142)
#6F529A
(111,82,154)
#8067A6
(128,103,166)
#917CB2
(145,124,178)
#A291BE
(162,145,190)
#B3A6CA
(179,166,202)
#C4BBD6
(196,187,214)
#D5D0E2
(213,208,226)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1376; }

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

This text font color is #3C1376.

Background Color

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

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

This div background color is #3C1376.

Border color

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

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

This div border color is #3C1376.

Opacity

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

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

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

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

This text has shadow with #3C1376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1376.

Preview

Color preview on black background

This text has color #3C1376 on black background.


Color preview on white background

This text has color #3C1376 on white background.


Black color preview on #3C1376 background

This text has black color on #3C1376 background.


White color preview on #3C1376 background

This text has white color on #3C1376 background.


Related colors

Complementary color

Complementary color for #hex is #C3EC89.


I love getcolorcode.com

Triadic colors

1 #763C13 and #13763C with #3C1376 are triadic colors.

2 #76133C and #133C76 with #3C1376 are triadic colors.