COLOR #3C1F60

HEX: #3C1F60 RGB: (60,31,96)

Color info

#3C1F60 contains mainly red and blue colors. Web safe color of #3C1F60 is #333366 (or #336).

RGB color model

#3C1F60 color RGB value is (60,31,96).

RGB: (60,31,96) (24%, 12%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 31 of 255 = 12%
B 96 of 255 = 38%

60
31
96

R + G + B ~ 25%. #3C1F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 31 + 96 = 187 (100%)
R 60 of 187 ~ 32.09%
G 31 of 187 ~ 16.58%
B 96 of 187 ~ 51.34'%

%32.09
%16.58
%51.34

CMYK color model

#3C1F60 color CMYK value is (38,68,0,62).

  • cyan value is 37.50%
  • magenta value is 67.71%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (38,68,0,62)
C38M68Y0K62 (38%, 68%, 0%, 62%)
(0.38 / 0.68 / 0.00 / 0.62)

CMYK percentages

%37.5
%67.71
%0
%62.35

Codes

Color #3C1F60 in popluar color models

3C 1F 60
RGB 60 31 96
HSL 267° 51.18% 24.90%
HSB/HSV 267° 67.71% 37.65%
CMYK 37.50% 67.71% 0.00%
62.35%

Color #3C1F60 in popluar number systems.

HEX 3C 1F 60
Decimal 60 31 96
Binary 111100 11111 1100000
Octal 74 37 140

Shades and tints

Shades of #3C1F60

#3C1F60
(60,31,96)
#371D58
(55,29,88)
#321B50
(50,27,80)
#2D1948
(45,25,72)
#281740
(40,23,64)
#231538
(35,21,56)
#1E1330
(30,19,48)
#191128
(25,17,40)
#140F20
(20,15,32)
#0F0D18
(15,13,24)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #3C1F60

#3C1F60
(60,31,96)
#4D336E
(77,51,110)
#5E477C
(94,71,124)
#6F5B8A
(111,91,138)
#806F98
(128,111,152)
#9183A6
(145,131,166)
#A297B4
(162,151,180)
#B3ABC2
(179,171,194)
#C4BFD0
(196,191,208)
#D5D3DE
(213,211,222)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1F60 color. Also use rgb(60,31,96) instead hex code.

Text Font Color

.myTextColor { color: #3C1F60; }

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

This text font color is #3C1F60.

Background Color

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

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

This div background color is #3C1F60.

Border color

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

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

This div border color is #3C1F60.

Opacity

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

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

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

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

This text has shadow with #3C1F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1F60.

Preview

Color preview on black background

This text has color #3C1F60 on black background.


Color preview on white background

This text has color #3C1F60 on white background.


Black color preview on #3C1F60 background

This text has black color on #3C1F60 background.


White color preview on #3C1F60 background

This text has white color on #3C1F60 background.


Related colors

Complementary color

Complementary color for #hex is #C3E09F.


I love getcolorcode.com

Triadic colors

1 #603C1F and #1F603C with #3C1F60 are triadic colors.

2 #601F3C and #1F3C60 with #3C1F60 are triadic colors.