COLOR #3C326B

HEX: #3C326B RGB: (60,50,107)

Color info

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

RGB color model

#3C326B color RGB value is (60,50,107).

RGB: (60,50,107) (24%, 20%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 107 of 255 = 42%

60
50
107

R + G + B ~ 29%. #3C326B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 50 + 107 = 217 (100%)
R 60 of 217 ~ 27.65%
G 50 of 217 ~ 23.04%
B 107 of 217 ~ 49.31'%

%27.65
%23.04
%49.31

CMYK color model

#3C326B color CMYK value is (44,53,0,58).

  • cyan value is 43.93%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (44,53,0,58)
C44M53Y0K58 (44%, 53%, 0%, 58%)
(0.44 / 0.53 / 0.00 / 0.58)

CMYK percentages

%43.93
%53.27
%0
%58.04

Codes

Color #3C326B in popluar color models

3C 32 6B
RGB 60 50 107
HSL 251° 36.31% 30.78%
HSB/HSV 251° 53.27% 41.96%
CMYK 43.93% 53.27% 0.00%
58.04%

Color #3C326B in popluar number systems.

HEX 3C 32 6B
Decimal 60 50 107
Binary 111100 110010 1101011
Octal 74 62 153

Shades and tints

Shades of #3C326B

#3C326B
(60,50,107)
#372E62
(55,46,98)
#322A59
(50,42,89)
#2D2650
(45,38,80)
#282247
(40,34,71)
#231E3E
(35,30,62)
#1E1A35
(30,26,53)
#19162C
(25,22,44)
#141223
(20,18,35)
#0F0E1A
(15,14,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #3C326B

#3C326B
(60,50,107)
#4D4478
(77,68,120)
#5E5685
(94,86,133)
#6F6892
(111,104,146)
#807A9F
(128,122,159)
#918CAC
(145,140,172)
#A29EB9
(162,158,185)
#B3B0C6
(179,176,198)
#C4C2D3
(196,194,211)
#D5D4E0
(213,212,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C326B; }

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

This text font color is #3C326B.

Background Color

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

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

This div background color is #3C326B.

Border color

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

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

This div border color is #3C326B.

Opacity

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

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

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

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

This text has shadow with #3C326B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C326B.

Preview

Color preview on black background

This text has color #3C326B on black background.


Color preview on white background

This text has color #3C326B on white background.


Black color preview on #3C326B background

This text has black color on #3C326B background.


White color preview on #3C326B background

This text has white color on #3C326B background.


Related colors

Complementary color

Complementary color for #hex is #C3CD94.


I love getcolorcode.com

Triadic colors

1 #6B3C32 and #326B3C with #3C326B are triadic colors.

2 #6B323C and #323C6B with #3C326B are triadic colors.