COLOR #3C1D59

HEX: #3C1D59 RGB: (60,29,89)

Color info

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

RGB color model

#3C1D59 color RGB value is (60,29,89).

RGB: (60,29,89) (24%, 11%, 35%)

RGB channels and saturation

R 60 of 255 = 24%
G 29 of 255 = 11%
B 89 of 255 = 35%

60
29
89

R + G + B ~ 23%. #3C1D59 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 29 + 89 = 178 (100%)
R 60 of 178 ~ 33.71%
G 29 of 178 ~ 16.29%
B 89 of 178 ~ 50'%

%33.71
%16.29
%50

CMYK color model

#3C1D59 color CMYK value is (33,67,0,65).

  • cyan value is 32.58%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (33,67,0,65)
C33M67Y0K65 (33%, 67%, 0%, 65%)
(0.33 / 0.67 / 0.00 / 0.65)

CMYK percentages

%32.58
%67.42
%0
%65.1

Codes

Color #3C1D59 in popluar color models

3C 1D 59
RGB 60 29 89
HSL 271° 50.85% 23.14%
HSB/HSV 271° 67.42% 34.90%
CMYK 32.58% 67.42% 0.00%
65.10%

Color #3C1D59 in popluar number systems.

HEX 3C 1D 59
Decimal 60 29 89
Binary 111100 11101 1011001
Octal 74 35 131

Shades and tints

Shades of #3C1D59

#3C1D59
(60,29,89)
#371B51
(55,27,81)
#321949
(50,25,73)
#2D1741
(45,23,65)
#281539
(40,21,57)
#231331
(35,19,49)
#1E1129
(30,17,41)
#190F21
(25,15,33)
#140D19
(20,13,25)
#0F0B11
(15,11,17)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #3C1D59

#3C1D59
(60,29,89)
#4D3168
(77,49,104)
#5E4577
(94,69,119)
#6F5986
(111,89,134)
#806D95
(128,109,149)
#9181A4
(145,129,164)
#A295B3
(162,149,179)
#B3A9C2
(179,169,194)
#C4BDD1
(196,189,209)
#D5D1E0
(213,209,224)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1D59 color. Also use rgb(60,29,89) instead hex code.

Text Font Color

.myTextColor { color: #3C1D59; }

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

This text font color is #3C1D59.

Background Color

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

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

This div background color is #3C1D59.

Border color

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

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

This div border color is #3C1D59.

Opacity

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

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

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

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

This text has shadow with #3C1D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1D59.

Preview

Color preview on black background

This text has color #3C1D59 on black background.


Color preview on white background

This text has color #3C1D59 on white background.


Black color preview on #3C1D59 background

This text has black color on #3C1D59 background.


White color preview on #3C1D59 background

This text has white color on #3C1D59 background.


Related colors

Complementary color

Complementary color for #hex is #C3E2A6.


I love getcolorcode.com

Triadic colors

1 #593C1D and #1D593C with #3C1D59 are triadic colors.

2 #591D3C and #1D3C59 with #3C1D59 are triadic colors.