COLOR #3C3C5C

HEX: #3C3C5C
RGB: (60,60,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
60
92

R + G + B ~ 28%. #3C3C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 92 = 212 (100%)
R 60 of 212 ~ 28.3%
G 60 of 212 ~ 28.3%
B 92 of 212 ~ 43.4%

%28.3
%28.3
%43.4

CMYK color model

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

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

CMYK percentages

%34.78
%34.78
%0
%63.92

Codes

Color #3C3C5C in popluar color models

3C3C5C
RGB606092
HSL240°21.05%29.80%
HSB/HSV240°34.78%36.08%
CMYK34.78%34.78%0.00%
63.92%

Color #3C3C5C in popluar number systems.

HEX3C3C5C
Decimal606092
Binary1111001111001011100
Octal7474134

Shades and tints

Shades of #3C3C5C

#3C3C5C
(60,60,92)
#373754
(55,55,84)
#32324C
(50,50,76)
#2D2D44
(45,45,68)
#28283C
(40,40,60)
#232334
(35,35,52)
#1E1E2C
(30,30,44)
#191924
(25,25,36)
#14141C
(20,20,28)
#0F0F14
(15,15,20)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #3C3C5C

#3C3C5C
(60,60,92)
#4D4D6A
(77,77,106)
#5E5E78
(94,94,120)
#6F6F86
(111,111,134)
#808094
(128,128,148)
#9191A2
(145,145,162)
#A2A2B0
(162,162,176)
#B3B3BE
(179,179,190)
#C4C4CC
(196,196,204)
#D5D5DA
(213,213,218)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C5C; }

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

This text font color is #3C3C5C.


Background Color

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

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

This div background color is #3C3C5C.


Border color

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

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

This div border color is #3C3C5C.


Opacity

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

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

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

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

This text has shadow with #3C3C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C5C on black background.


Color preview on white background

This text has color #3C3C5C on white background.



Black color preview on #3C3C5C background

This text has black color on #3C3C5C background.


White color preview on #3C3C5C background

This text has white color on #3C3C5C background.