COLOR #3C2557

HEX: #3C2557 RGB: (60,37,87)

Color info

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

RGB color model

#3C2557 color RGB value is (60,37,87).

RGB: (60,37,87) (24%, 15%, 34%)

RGB channels and saturation

R 60 of 255 = 24%
G 37 of 255 = 15%
B 87 of 255 = 34%

60
37
87

R + G + B ~ 24%. #3C2557 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 37 + 87 = 184 (100%)
R 60 of 184 ~ 32.61%
G 37 of 184 ~ 20.11%
B 87 of 184 ~ 47.28'%

%32.61
%20.11
%47.28

CMYK color model

#3C2557 color CMYK value is (31,57,0,66).

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

CMYK: (31,57,0,66)
C31M57Y0K66 (31%, 57%, 0%, 66%)
(0.31 / 0.57 / 0.00 / 0.66)

CMYK percentages

%31.03
%57.47
%0
%65.88

Codes

Color #3C2557 in popluar color models

3C 25 57
RGB 60 37 87
HSL 268° 40.32% 24.31%
HSB/HSV 268° 57.47% 34.12%
CMYK 31.03% 57.47% 0.00%
65.88%

Color #3C2557 in popluar number systems.

HEX 3C 25 57
Decimal 60 37 87
Binary 111100 100101 1010111
Octal 74 45 127

Shades and tints

Shades of #3C2557

#3C2557
(60,37,87)
#372250
(55,34,80)
#321F49
(50,31,73)
#2D1C42
(45,28,66)
#28193B
(40,25,59)
#231634
(35,22,52)
#1E132D
(30,19,45)
#191026
(25,16,38)
#140D1F
(20,13,31)
#0F0A18
(15,10,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #3C2557

#3C2557
(60,37,87)
#4D3866
(77,56,102)
#5E4B75
(94,75,117)
#6F5E84
(111,94,132)
#807193
(128,113,147)
#9184A2
(145,132,162)
#A297B1
(162,151,177)
#B3AAC0
(179,170,192)
#C4BDCF
(196,189,207)
#D5D0DE
(213,208,222)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2557; }

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

This text font color is #3C2557.

Background Color

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

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

This div background color is #3C2557.

Border color

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

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

This div border color is #3C2557.

Opacity

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

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

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

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

This text has shadow with #3C2557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2557.

Preview

Color preview on black background

This text has color #3C2557 on black background.


Color preview on white background

This text has color #3C2557 on white background.


Black color preview on #3C2557 background

This text has black color on #3C2557 background.


White color preview on #3C2557 background

This text has white color on #3C2557 background.


Related colors

Complementary color

Complementary color for #hex is #C3DAA8.


I love getcolorcode.com

Triadic colors

1 #573C25 and #25573C with #3C2557 are triadic colors.

2 #57253C and #253C57 with #3C2557 are triadic colors.