COLOR #3C366A

HEX: #3C366A RGB: (60,54,106)

Color info

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

RGB color model

#3C366A color RGB value is (60,54,106).

RGB: (60,54,106) (24%, 21%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 106 of 255 = 42%

60
54
106

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

Portions of RGB colors in percentages

R + G + B = 60 + 54 + 106 = 220 (100%)
R 60 of 220 ~ 27.27%
G 54 of 220 ~ 24.55%
B 106 of 220 ~ 48.18'%

%27.27
%24.55
%48.18

CMYK color model

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

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

CMYK: (43,49,0,58)
C43M49Y0K58 (43%, 49%, 0%, 58%)
(0.43 / 0.49 / 0.00 / 0.58)

CMYK percentages

%43.4
%49.06
%0
%58.43

Codes

Color #3C366A in popluar color models

3C 36 6A
RGB 60 54 106
HSL 247° 32.50% 31.37%
HSB/HSV 247° 49.06% 41.57%
CMYK 43.40% 49.06% 0.00%
58.43%

Color #3C366A in popluar number systems.

HEX 3C 36 6A
Decimal 60 54 106
Binary 111100 110110 1101010
Octal 74 66 152

Shades and tints

Shades of #3C366A

#3C366A
(60,54,106)
#373261
(55,50,97)
#322E58
(50,46,88)
#2D2A4F
(45,42,79)
#282646
(40,38,70)
#23223D
(35,34,61)
#1E1E34
(30,30,52)
#191A2B
(25,26,43)
#141622
(20,22,34)
#0F1219
(15,18,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C366A

#3C366A
(60,54,106)
#4D4877
(77,72,119)
#5E5A84
(94,90,132)
#6F6C91
(111,108,145)
#807E9E
(128,126,158)
#9190AB
(145,144,171)
#A2A2B8
(162,162,184)
#B3B4C5
(179,180,197)
#C4C6D2
(196,198,210)
#D5D8DF
(213,216,223)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C366A; }

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

This text font color is #3C366A.

Background Color

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

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

This div background color is #3C366A.

Border color

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

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

This div border color is #3C366A.

Opacity

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

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

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

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

This text has shadow with #3C366A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C366A.

Preview

Color preview on black background

This text has color #3C366A on black background.


Color preview on white background

This text has color #3C366A on white background.


Black color preview on #3C366A background

This text has black color on #3C366A background.


White color preview on #3C366A background

This text has white color on #3C366A background.


Related colors

Complementary color

Complementary color for #hex is #C3C995.


I love getcolorcode.com

Triadic colors

1 #6A3C36 and #366A3C with #3C366A are triadic colors.

2 #6A363C and #363C6A with #3C366A are triadic colors.