COLOR #3C355C

HEX: #3C355C
RGB: (60,53,92)

Color info

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

RGB color model

#3C355C color RGB value is (60,53,92).

  • red value is 60;
  • green value is 53;
  • blue value is 92.
RGB:
(60,53,92)
(24%,21%,36%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 92 of 255 = 36%

60
53
92

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

Portions of RGB colors in percentages

R + G + B =
60 + 53 + 92 = 205 (100%)
R 60 of 205 ~ 29.27%
G 53 of 205 ~ 25.85%
B 92 of 205 ~ 44.88%

%29.27
%25.85
%44.88

CMYK color model

#3C355C color CMYK value is (35,42,0,64).

  • cyan value is 34.78%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(35,42,0,64)
C35M42Y0K64 
(35%,42%,0%,64%)
(0.35/0.42/0.00/0.64)	

CMYK percentages

%34.78
%42.39
%0
%63.92

Codes

Color #3C355C in popluar color models

3C355C
RGB605392
HSL251°26.90%28.43%
HSB/HSV251°42.39%36.08%
CMYK34.78%42.39%0.00%
63.92%

Color #3C355C in popluar number systems.

HEX3C355C
Decimal605392
Binary1111001101011011100
Octal7465134

Shades and tints

Shades of #3C355C

#3C355C
(60,53,92)
#373154
(55,49,84)
#322D4C
(50,45,76)
#2D2944
(45,41,68)
#28253C
(40,37,60)
#232134
(35,33,52)
#1E1D2C
(30,29,44)
#191924
(25,25,36)
#14151C
(20,21,28)
#0F1114
(15,17,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #3C355C

#3C355C
(60,53,92)
#4D476A
(77,71,106)
#5E5978
(94,89,120)
#6F6B86
(111,107,134)
#807D94
(128,125,148)
#918FA2
(145,143,162)
#A2A1B0
(162,161,176)
#B3B3BE
(179,179,190)
#C4C5CC
(196,197,204)
#D5D7DA
(213,215,218)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C355C color. Also use rgb(60,53,92) instead hex code.

Text Font Color

.myTextColor { color: #3C355C; }

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

This text font color is #3C355C.


Background Color

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

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

This div background color is #3C355C.


Border color

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

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

This div border color is #3C355C.


Opacity

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

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

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

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

This text has shadow with #3C355C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C355C on black background.


Color preview on white background

This text has color #3C355C on white background.



Black color preview on #3C355C background

This text has black color on #3C355C background.


White color preview on #3C355C background

This text has white color on #3C355C background.