COLOR #3C335B

HEX: #3C335B RGB: (60,51,91)

Color info

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

RGB color model

#3C335B color RGB value is (60,51,91).

RGB: (60,51,91) (24%, 20%, 36%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 91 of 255 = 36%

60
51
91

R + G + B ~ 27%. #3C335B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 51 + 91 = 202 (100%)
R 60 of 202 ~ 29.7%
G 51 of 202 ~ 25.25%
B 91 of 202 ~ 45.05'%

%29.7
%25.25
%45.05

CMYK color model

#3C335B color CMYK value is (34,44,0,64).

  • cyan value is 34.07%
  • magenta value is 43.96%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (34,44,0,64)
C34M44Y0K64 (34%, 44%, 0%, 64%)
(0.34 / 0.44 / 0.00 / 0.64)

CMYK percentages

%34.07
%43.96
%0
%64.31

Codes

Color #3C335B in popluar color models

3C 33 5B
RGB 60 51 91
HSL 254° 28.17% 27.84%
HSB/HSV 254° 43.96% 35.69%
CMYK 34.07% 43.96% 0.00%
64.31%

Color #3C335B in popluar number systems.

HEX 3C 33 5B
Decimal 60 51 91
Binary 111100 110011 1011011
Octal 74 63 133

Shades and tints

Shades of #3C335B

#3C335B
(60,51,91)
#372F53
(55,47,83)
#322B4B
(50,43,75)
#2D2743
(45,39,67)
#28233B
(40,35,59)
#231F33
(35,31,51)
#1E1B2B
(30,27,43)
#191723
(25,23,35)
#14131B
(20,19,27)
#0F0F13
(15,15,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #3C335B

#3C335B
(60,51,91)
#4D4569
(77,69,105)
#5E5777
(94,87,119)
#6F6985
(111,105,133)
#807B93
(128,123,147)
#918DA1
(145,141,161)
#A29FAF
(162,159,175)
#B3B1BD
(179,177,189)
#C4C3CB
(196,195,203)
#D5D5D9
(213,213,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C335B; }

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

This text font color is #3C335B.

Background Color

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

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

This div background color is #3C335B.

Border color

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

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

This div border color is #3C335B.

Opacity

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

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

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

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

This text has shadow with #3C335B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C335B.

Preview

Color preview on black background

This text has color #3C335B on black background.


Color preview on white background

This text has color #3C335B on white background.


Black color preview on #3C335B background

This text has black color on #3C335B background.


White color preview on #3C335B background

This text has white color on #3C335B background.


Related colors

Complementary color

Complementary color for #hex is #C3CCA4.


I love getcolorcode.com

Triadic colors

1 #5B3C33 and #335B3C with #3C335B are triadic colors.

2 #5B333C and #333C5B with #3C335B are triadic colors.