COLOR #3C2C6A

HEX: #3C2C6A RGB: (60,44,106)

Color info

#3C2C6A contains mainly red and blue colors. Web safe color of #3C2C6A is #333366 (or #336).

RGB color model

#3C2C6A color RGB value is (60,44,106).

RGB: (60,44,106) (24%, 17%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 44 of 255 = 17%
B 106 of 255 = 42%

60
44
106

R + G + B ~ 28%. #3C2C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 44 + 106 = 210 (100%)
R 60 of 210 ~ 28.57%
G 44 of 210 ~ 20.95%
B 106 of 210 ~ 50.48'%

%28.57
%20.95
%50.48

CMYK color model

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

  • cyan value is 43.40%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (43,58,0,58)
C43M58Y0K58 (43%, 58%, 0%, 58%)
(0.43 / 0.58 / 0.00 / 0.58)

CMYK percentages

%43.4
%58.49
%0
%58.43

Codes

Color #3C2C6A in popluar color models

3C 2C 6A
RGB 60 44 106
HSL 255° 41.33% 29.41%
HSB/HSV 255° 58.49% 41.57%
CMYK 43.40% 58.49% 0.00%
58.43%

Color #3C2C6A in popluar number systems.

HEX 3C 2C 6A
Decimal 60 44 106
Binary 111100 101100 1101010
Octal 74 54 152

Shades and tints

Shades of #3C2C6A

#3C2C6A
(60,44,106)
#372861
(55,40,97)
#322458
(50,36,88)
#2D204F
(45,32,79)
#281C46
(40,28,70)
#23183D
(35,24,61)
#1E1434
(30,20,52)
#19102B
(25,16,43)
#140C22
(20,12,34)
#0F0819
(15,8,25)
#0A0410
(10,4,16)
#000000
(0,0,0)

Tints of #3C2C6A

#3C2C6A
(60,44,106)
#4D3F77
(77,63,119)
#5E5284
(94,82,132)
#6F6591
(111,101,145)
#80789E
(128,120,158)
#918BAB
(145,139,171)
#A29EB8
(162,158,184)
#B3B1C5
(179,177,197)
#C4C4D2
(196,196,210)
#D5D7DF
(213,215,223)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2C6A; }

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

This text font color is #3C2C6A.

Background Color

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

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

This div background color is #3C2C6A.

Border color

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

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

This div border color is #3C2C6A.

Opacity

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

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

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

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

This text has shadow with #3C2C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2C6A.

Preview

Color preview on black background

This text has color #3C2C6A on black background.


Color preview on white background

This text has color #3C2C6A on white background.


Black color preview on #3C2C6A background

This text has black color on #3C2C6A background.


White color preview on #3C2C6A background

This text has white color on #3C2C6A background.


Related colors

Complementary color

Complementary color for #hex is #C3D395.


I love getcolorcode.com

Triadic colors

1 #6A3C2C and #2C6A3C with #3C2C6A are triadic colors.

2 #6A2C3C and #2C3C6A with #3C2C6A are triadic colors.