COLOR #3C3659

HEX: #3C3659 RGB: (60,54,89)

Color info

#3C3659 contains red, green and blue colors in about the same proportion. Web safe color of #3C3659 is #333366 (or #336).

RGB color model

#3C3659 color RGB value is (60,54,89).

RGB: (60,54,89) (24%, 21%, 35%)

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 89 of 255 = 35%

60
54
89

R + G + B ~ 27%. #3C3659 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 54 + 89 = 203 (100%)
R 60 of 203 ~ 29.56%
G 54 of 203 ~ 26.6%
B 89 of 203 ~ 43.84'%

%29.56
%26.6
%43.84

CMYK color model

#3C3659 color CMYK value is (33,39,0,65).

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

CMYK: (33,39,0,65)
C33M39Y0K65 (33%, 39%, 0%, 65%)
(0.33 / 0.39 / 0.00 / 0.65)

CMYK percentages

%32.58
%39.33
%0
%65.1

Codes

Color #3C3659 in popluar color models

3C 36 59
RGB 60 54 89
HSL 250° 24.48% 28.04%
HSB/HSV 250° 39.33% 34.90%
CMYK 32.58% 39.33% 0.00%
65.10%

Color #3C3659 in popluar number systems.

HEX 3C 36 59
Decimal 60 54 89
Binary 111100 110110 1011001
Octal 74 66 131

Shades and tints

Shades of #3C3659

#3C3659
(60,54,89)
#373251
(55,50,81)
#322E49
(50,46,73)
#2D2A41
(45,42,65)
#282639
(40,38,57)
#232231
(35,34,49)
#1E1E29
(30,30,41)
#191A21
(25,26,33)
#141619
(20,22,25)
#0F1211
(15,18,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #3C3659

#3C3659
(60,54,89)
#4D4868
(77,72,104)
#5E5A77
(94,90,119)
#6F6C86
(111,108,134)
#807E95
(128,126,149)
#9190A4
(145,144,164)
#A2A2B3
(162,162,179)
#B3B4C2
(179,180,194)
#C4C6D1
(196,198,209)
#D5D8E0
(213,216,224)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3659; }

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

This text font color is #3C3659.

Background Color

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

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

This div background color is #3C3659.

Border color

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

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

This div border color is #3C3659.

Opacity

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

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

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

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

This text has shadow with #3C3659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3659.

Preview

Color preview on black background

This text has color #3C3659 on black background.


Color preview on white background

This text has color #3C3659 on white background.


Black color preview on #3C3659 background

This text has black color on #3C3659 background.


White color preview on #3C3659 background

This text has white color on #3C3659 background.


Related colors

Complementary color

Complementary color for #hex is #C3C9A6.


I love getcolorcode.com

Triadic colors

1 #593C36 and #36593C with #3C3659 are triadic colors.

2 #59363C and #363C59 with #3C3659 are triadic colors.