COLOR #3C315C

HEX: #3C315C RGB: (60,49,92)

Color info

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

RGB color model

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

RGB: (60,49,92) (24%, 19%, 36%)

RGB channels and saturation

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

60
49
92

R + G + B ~ 26%. #3C315C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 49 + 92 = 201 (100%)
R 60 of 201 ~ 29.85%
G 49 of 201 ~ 24.38%
B 92 of 201 ~ 45.77'%

%29.85
%24.38
%45.77

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 46.74%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (35,47,0,64)
C35M47Y0K64 (35%, 47%, 0%, 64%)
(0.35 / 0.47 / 0.00 / 0.64)

CMYK percentages

%34.78
%46.74
%0
%63.92

Codes

Color #3C315C in popluar color models

3C 31 5C
RGB 60 49 92
HSL 255° 30.50% 27.65%
HSB/HSV 255° 46.74% 36.08%
CMYK 34.78% 46.74% 0.00%
63.92%

Color #3C315C in popluar number systems.

HEX 3C 31 5C
Decimal 60 49 92
Binary 111100 110001 1011100
Octal 74 61 134

Shades and tints

Shades of #3C315C

#3C315C
(60,49,92)
#372D54
(55,45,84)
#32294C
(50,41,76)
#2D2544
(45,37,68)
#28213C
(40,33,60)
#231D34
(35,29,52)
#1E192C
(30,25,44)
#191524
(25,21,36)
#14111C
(20,17,28)
#0F0D14
(15,13,20)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #3C315C

#3C315C
(60,49,92)
#4D436A
(77,67,106)
#5E5578
(94,85,120)
#6F6786
(111,103,134)
#807994
(128,121,148)
#918BA2
(145,139,162)
#A29DB0
(162,157,176)
#B3AFBE
(179,175,190)
#C4C1CC
(196,193,204)
#D5D3DA
(213,211,218)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C315C; }

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

This text font color is #3C315C.

Background Color

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

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

This div background color is #3C315C.

Border color

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

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

This div border color is #3C315C.

Opacity

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

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

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

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

This text has shadow with #3C315C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C315C.

Preview

Color preview on black background

This text has color #3C315C on black background.


Color preview on white background

This text has color #3C315C on white background.


Black color preview on #3C315C background

This text has black color on #3C315C background.


White color preview on #3C315C background

This text has white color on #3C315C background.


Related colors

Complementary color

Complementary color for #hex is #C3CEA3.


I love getcolorcode.com

Triadic colors

1 #5C3C31 and #315C3C with #3C315C are triadic colors.

2 #5C313C and #313C5C with #3C315C are triadic colors.