COLOR #3C327C

HEX: #3C327C
RGB: (60,50,124)

Color info

#3C327C contains mainly blue color. Web safe color of #3C327C is #333366 (or #336).

RGB color model

#3C327C color RGB value is (60,50,124).

  • red value is 60;
  • green value is 50;
  • blue value is 124.
RGB:
(60,50,124)
(24%,20%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 124 of 255 = 49%

60
50
124

R + G + B ~ 31%. #3C327C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 50 + 124 = 234 (100%)
R 60 of 234 ~ 25.64%
G 50 of 234 ~ 21.37%
B 124 of 234 ~ 52.99%

%25.64
%21.37
%52.99

CMYK color model

#3C327C color CMYK value is (52,60,0,51).

  • cyan value is 51.61%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(52,60,0,51)
C52M60Y0K51 
(52%,60%,0%,51%)
(0.52/0.60/0.00/0.51)	

CMYK percentages

%51.61
%59.68
%0
%51.37

Codes

Color #3C327C in popluar color models

3C327C
RGB6050124
HSL248°42.53%34.12%
HSB/HSV248°59.68%48.63%
CMYK51.61%59.68%0.00%
51.37%

Color #3C327C in popluar number systems.

HEX3C327C
Decimal6050124
Binary1111001100101111100
Octal7462174

Shades and tints

Shades of #3C327C

#3C327C
(60,50,124)
#372E71
(55,46,113)
#322A66
(50,42,102)
#2D265B
(45,38,91)
#282250
(40,34,80)
#231E45
(35,30,69)
#1E1A3A
(30,26,58)
#19162F
(25,22,47)
#141224
(20,18,36)
#0F0E19
(15,14,25)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #3C327C

#3C327C
(60,50,124)
#4D4487
(77,68,135)
#5E5692
(94,86,146)
#6F689D
(111,104,157)
#807AA8
(128,122,168)
#918CB3
(145,140,179)
#A29EBE
(162,158,190)
#B3B0C9
(179,176,201)
#C4C2D4
(196,194,212)
#D5D4DF
(213,212,223)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C327C; }

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

This text font color is #3C327C.


Background Color

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

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

This div background color is #3C327C.


Border color

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

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

This div border color is #3C327C.


Opacity

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

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

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

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

This text has shadow with #3C327C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C327C on black background.


Color preview on white background

This text has color #3C327C on white background.



Black color preview on #3C327C background

This text has black color on #3C327C background.


White color preview on #3C327C background

This text has white color on #3C327C background.