COLOR #3C324F

HEX: #3C324F
RGB: (60,50,79)

Color info

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

RGB color model

#3C324F color RGB value is (60,50,79).

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

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 79 of 255 = 31%

60
50
79

R + G + B ~ 25%. #3C324F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 50 + 79 = 189 (100%)
R 60 of 189 ~ 31.75%
G 50 of 189 ~ 26.46%
B 79 of 189 ~ 41.8%

%31.75
%26.46
%41.8

CMYK color model

#3C324F color CMYK value is (24,37,0,69).

  • cyan value is 24.05%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(24,37,0,69)
C24M37Y0K69 
(24%,37%,0%,69%)
(0.24/0.37/0.00/0.69)	

CMYK percentages

%24.05
%36.71
%0
%69.02

Codes

Color #3C324F in popluar color models

3C324F
RGB605079
HSL261°22.48%25.29%
HSB/HSV261°36.71%30.98%
CMYK24.05%36.71%0.00%
69.02%

Color #3C324F in popluar number systems.

HEX3C324F
Decimal605079
Binary1111001100101001111
Octal7462117

Shades and tints

Shades of #3C324F

#3C324F
(60,50,79)
#372E48
(55,46,72)
#322A41
(50,42,65)
#2D263A
(45,38,58)
#282233
(40,34,51)
#231E2C
(35,30,44)
#1E1A25
(30,26,37)
#19161E
(25,22,30)
#141217
(20,18,23)
#0F0E10
(15,14,16)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #3C324F

#3C324F
(60,50,79)
#4D445F
(77,68,95)
#5E566F
(94,86,111)
#6F687F
(111,104,127)
#807A8F
(128,122,143)
#918C9F
(145,140,159)
#A29EAF
(162,158,175)
#B3B0BF
(179,176,191)
#C4C2CF
(196,194,207)
#D5D4DF
(213,212,223)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C324F; }

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

This text font color is #3C324F.


Background Color

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

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

This div background color is #3C324F.


Border color

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

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

This div border color is #3C324F.


Opacity

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

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

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

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

This text has shadow with #3C324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C324F on black background.


Color preview on white background

This text has color #3C324F on white background.



Black color preview on #3C324F background

This text has black color on #3C324F background.


White color preview on #3C324F background

This text has white color on #3C324F background.