COLOR #3C3773

HEX: #3C3773 RGB: (60,55,115)

Color info

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

RGB color model

#3C3773 color RGB value is (60,55,115).

RGB: (60,55,115) (24%, 22%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 115 of 255 = 45%

60
55
115

R + G + B ~ 30%. #3C3773 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 55 + 115 = 230 (100%)
R 60 of 230 ~ 26.09%
G 55 of 230 ~ 23.91%
B 115 of 230 ~ 50'%

%26.09
%23.91
%50

CMYK color model

#3C3773 color CMYK value is (48,52,0,55).

  • cyan value is 47.83%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (48,52,0,55)
C48M52Y0K55 (48%, 52%, 0%, 55%)
(0.48 / 0.52 / 0.00 / 0.55)

CMYK percentages

%47.83
%52.17
%0
%54.9

Codes

Color #3C3773 in popluar color models

3C 37 73
RGB 60 55 115
HSL 245° 35.29% 33.33%
HSB/HSV 245° 52.17% 45.10%
CMYK 47.83% 52.17% 0.00%
54.90%

Color #3C3773 in popluar number systems.

HEX 3C 37 73
Decimal 60 55 115
Binary 111100 110111 1110011
Octal 74 67 163

Shades and tints

Shades of #3C3773

#3C3773
(60,55,115)
#373269
(55,50,105)
#322D5F
(50,45,95)
#2D2855
(45,40,85)
#28234B
(40,35,75)
#231E41
(35,30,65)
#1E1937
(30,25,55)
#19142D
(25,20,45)
#140F23
(20,15,35)
#0F0A19
(15,10,25)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #3C3773

#3C3773
(60,55,115)
#4D497F
(77,73,127)
#5E5B8B
(94,91,139)
#6F6D97
(111,109,151)
#807FA3
(128,127,163)
#9191AF
(145,145,175)
#A2A3BB
(162,163,187)
#B3B5C7
(179,181,199)
#C4C7D3
(196,199,211)
#D5D9DF
(213,217,223)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3773 color. Also use rgb(60,55,115) instead hex code.

Text Font Color

.myTextColor { color: #3C3773; }

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

This text font color is #3C3773.

Background Color

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

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

This div background color is #3C3773.

Border color

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

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

This div border color is #3C3773.

Opacity

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

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

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

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

This text has shadow with #3C3773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3773.

Preview

Color preview on black background

This text has color #3C3773 on black background.


Color preview on white background

This text has color #3C3773 on white background.


Black color preview on #3C3773 background

This text has black color on #3C3773 background.


White color preview on #3C3773 background

This text has white color on #3C3773 background.


Related colors

Complementary color

Complementary color for #hex is #C3C88C.


I love getcolorcode.com

Triadic colors

1 #733C37 and #37733C with #3C3773 are triadic colors.

2 #73373C and #373C73 with #3C3773 are triadic colors.