COLOR #3C346A

HEX: #3C346A
RGB: (60,52,106)

Color info

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

RGB color model

#3C346A color RGB value is (60,52,106).

  • red value is 60;
  • green value is 52;
  • blue value is 106.
RGB:
(60,52,106)
(24%,20%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 52 of 255 = 20%
B 106 of 255 = 42%

60
52
106

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

Portions of RGB colors in percentages

R + G + B =
60 + 52 + 106 = 218 (100%)
R 60 of 218 ~ 27.52%
G 52 of 218 ~ 23.85%
B 106 of 218 ~ 48.62%

%27.52
%23.85
%48.62

CMYK color model

#3C346A color CMYK value is (43,51,0,58).

  • cyan value is 43.40%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(43,51,0,58)
C43M51Y0K58 
(43%,51%,0%,58%)
(0.43/0.51/0.00/0.58)	

CMYK percentages

%43.4
%50.94
%0
%58.43

Codes

Color #3C346A in popluar color models

3C346A
RGB6052106
HSL249°34.18%30.98%
HSB/HSV249°50.94%41.57%
CMYK43.40%50.94%0.00%
58.43%

Color #3C346A in popluar number systems.

HEX3C346A
Decimal6052106
Binary1111001101001101010
Octal7464152

Shades and tints

Shades of #3C346A

#3C346A
(60,52,106)
#373061
(55,48,97)
#322C58
(50,44,88)
#2D284F
(45,40,79)
#282446
(40,36,70)
#23203D
(35,32,61)
#1E1C34
(30,28,52)
#19182B
(25,24,43)
#141422
(20,20,34)
#0F1019
(15,16,25)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #3C346A

#3C346A
(60,52,106)
#4D4677
(77,70,119)
#5E5884
(94,88,132)
#6F6A91
(111,106,145)
#807C9E
(128,124,158)
#918EAB
(145,142,171)
#A2A0B8
(162,160,184)
#B3B2C5
(179,178,197)
#C4C4D2
(196,196,210)
#D5D6DF
(213,214,223)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C346A color. Also use rgb(60,52,106) instead hex code.

Text Font Color

.myTextColor { color: #3C346A; }

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

This text font color is #3C346A.


Background Color

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

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

This div background color is #3C346A.


Border color

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

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

This div border color is #3C346A.


Opacity

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

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

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

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

This text has shadow with #3C346A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C346A on black background.


Color preview on white background

This text has color #3C346A on white background.



Black color preview on #3C346A background

This text has black color on #3C346A background.


White color preview on #3C346A background

This text has white color on #3C346A background.