COLOR #3C3373

HEX: #3C3373
RGB: (60,51,115)

Color info

#3C3373 contains mainly red and blue colors. Web safe color of #3C3373 is #333366 (or #336).

RGB color model

#3C3373 color RGB value is (60,51,115).

  • red value is 60;
  • green value is 51;
  • blue value is 115.
RGB:
(60,51,115)
(24%,20%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 115 of 255 = 45%

60
51
115

R + G + B ~ 30%. #3C3373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 115 = 226 (100%)
R 60 of 226 ~ 26.55%
G 51 of 226 ~ 22.57%
B 115 of 226 ~ 50.88%

%26.55
%22.57
%50.88

CMYK color model

#3C3373 color CMYK value is (48,56,0,55).

  • cyan value is 47.83%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(48,56,0,55)
C48M56Y0K55 
(48%,56%,0%,55%)
(0.48/0.56/0.00/0.55)	

CMYK percentages

%47.83
%55.65
%0
%54.9

Codes

Color #3C3373 in popluar color models

3C3373
RGB6051115
HSL248°38.55%32.55%
HSB/HSV248°55.65%45.10%
CMYK47.83%55.65%0.00%
54.90%

Color #3C3373 in popluar number systems.

HEX3C3373
Decimal6051115
Binary1111001100111110011
Octal7463163

Shades and tints

Shades of #3C3373

#3C3373
(60,51,115)
#372F69
(55,47,105)
#322B5F
(50,43,95)
#2D2755
(45,39,85)
#28234B
(40,35,75)
#231F41
(35,31,65)
#1E1B37
(30,27,55)
#19172D
(25,23,45)
#141323
(20,19,35)
#0F0F19
(15,15,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #3C3373

#3C3373
(60,51,115)
#4D457F
(77,69,127)
#5E578B
(94,87,139)
#6F6997
(111,105,151)
#807BA3
(128,123,163)
#918DAF
(145,141,175)
#A29FBB
(162,159,187)
#B3B1C7
(179,177,199)
#C4C3D3
(196,195,211)
#D5D5DF
(213,213,223)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3373; }

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

This text font color is #3C3373.


Background Color

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

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

This div background color is #3C3373.


Border color

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

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

This div border color is #3C3373.


Opacity

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

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

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

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

This text has shadow with #3C3373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3373 on black background.


Color preview on white background

This text has color #3C3373 on white background.



Black color preview on #3C3373 background

This text has black color on #3C3373 background.


White color preview on #3C3373 background

This text has white color on #3C3373 background.