COLOR #3C3657

HEX: #3C3657
RGB: (60,54,87)

Color info

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

RGB color model

#3C3657 color RGB value is (60,54,87).

  • red value is 60;
  • green value is 54;
  • blue value is 87.
RGB:
(60,54,87)
(24%,21%,34%)

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 87 of 255 = 34%

60
54
87

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

Portions of RGB colors in percentages

R + G + B =
60 + 54 + 87 = 201 (100%)
R 60 of 201 ~ 29.85%
G 54 of 201 ~ 26.87%
B 87 of 201 ~ 43.28%

%29.85
%26.87
%43.28

CMYK color model

#3C3657 color CMYK value is (31,38,0,66).

  • cyan value is 31.03%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(31,38,0,66)
C31M38Y0K66 
(31%,38%,0%,66%)
(0.31/0.38/0.00/0.66)	

CMYK percentages

%31.03
%37.93
%0
%65.88

Codes

Color #3C3657 in popluar color models

3C3657
RGB605487
HSL251°23.40%27.65%
HSB/HSV251°37.93%34.12%
CMYK31.03%37.93%0.00%
65.88%

Color #3C3657 in popluar number systems.

HEX3C3657
Decimal605487
Binary1111001101101010111
Octal7466127

Shades and tints

Shades of #3C3657

#3C3657
(60,54,87)
#373250
(55,50,80)
#322E49
(50,46,73)
#2D2A42
(45,42,66)
#28263B
(40,38,59)
#232234
(35,34,52)
#1E1E2D
(30,30,45)
#191A26
(25,26,38)
#14161F
(20,22,31)
#0F1218
(15,18,24)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #3C3657

#3C3657
(60,54,87)
#4D4866
(77,72,102)
#5E5A75
(94,90,117)
#6F6C84
(111,108,132)
#807E93
(128,126,147)
#9190A2
(145,144,162)
#A2A2B1
(162,162,177)
#B3B4C0
(179,180,192)
#C4C6CF
(196,198,207)
#D5D8DE
(213,216,222)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3657; }

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

This text font color is #3C3657.


Background Color

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

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

This div background color is #3C3657.


Border color

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

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

This div border color is #3C3657.


Opacity

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

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

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

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

This text has shadow with #3C3657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3657 on black background.


Color preview on white background

This text has color #3C3657 on white background.



Black color preview on #3C3657 background

This text has black color on #3C3657 background.


White color preview on #3C3657 background

This text has white color on #3C3657 background.