COLOR #3C324C

HEX: #3C324C
RGB: (60,50,76)

Color info

#3C324C contains red, green and blue colors in about the same proportion. Web safe color of #3C324C is #333333 (or #333).

RGB color model

#3C324C color RGB value is (60,50,76).

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

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 76 of 255 = 30%

60
50
76

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

Portions of RGB colors in percentages

R + G + B =
60 + 50 + 76 = 186 (100%)
R 60 of 186 ~ 32.26%
G 50 of 186 ~ 26.88%
B 76 of 186 ~ 40.86%

%32.26
%26.88
%40.86

CMYK color model

#3C324C color CMYK value is (21,34,0,70).

  • cyan value is 21.05%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(21,34,0,70)
C21M34Y0K70 
(21%,34%,0%,70%)
(0.21/0.34/0.00/0.70)	

CMYK percentages

%21.05
%34.21
%0
%70.2

Codes

Color #3C324C in popluar color models

3C324C
RGB605076
HSL263°20.63%24.71%
HSB/HSV263°34.21%29.80%
CMYK21.05%34.21%0.00%
70.20%

Color #3C324C in popluar number systems.

HEX3C324C
Decimal605076
Binary1111001100101001100
Octal7462114

Shades and tints

Shades of #3C324C

#3C324C
(60,50,76)
#372E46
(55,46,70)
#322A40
(50,42,64)
#2D263A
(45,38,58)
#282234
(40,34,52)
#231E2E
(35,30,46)
#1E1A28
(30,26,40)
#191622
(25,22,34)
#14121C
(20,18,28)
#0F0E16
(15,14,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #3C324C

#3C324C
(60,50,76)
#4D445C
(77,68,92)
#5E566C
(94,86,108)
#6F687C
(111,104,124)
#807A8C
(128,122,140)
#918C9C
(145,140,156)
#A29EAC
(162,158,172)
#B3B0BC
(179,176,188)
#C4C2CC
(196,194,204)
#D5D4DC
(213,212,220)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C324C; }

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

This text font color is #3C324C.


Background Color

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

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

This div background color is #3C324C.


Border color

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

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

This div border color is #3C324C.


Opacity

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

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

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

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

This text has shadow with #3C324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C324C on black background.


Color preview on white background

This text has color #3C324C on white background.



Black color preview on #3C324C background

This text has black color on #3C324C background.


White color preview on #3C324C background

This text has white color on #3C324C background.