COLOR #3C2C73

HEX: #3C2C73 RGB: (60,44,115)

Color info

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

RGB color model

#3C2C73 color RGB value is (60,44,115).

RGB: (60,44,115) (24%, 17%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 44 of 255 = 17%
B 115 of 255 = 45%

60
44
115

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

Portions of RGB colors in percentages

R + G + B = 60 + 44 + 115 = 219 (100%)
R 60 of 219 ~ 27.4%
G 44 of 219 ~ 20.09%
B 115 of 219 ~ 52.51'%

%27.4
%20.09
%52.51

CMYK color model

#3C2C73 color CMYK value is (48,62,0,55).

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

CMYK: (48,62,0,55)
C48M62Y0K55 (48%, 62%, 0%, 55%)
(0.48 / 0.62 / 0.00 / 0.55)

CMYK percentages

%47.83
%61.74
%0
%54.9

Codes

Color #3C2C73 in popluar color models

3C 2C 73
RGB 60 44 115
HSL 254° 44.65% 31.18%
HSB/HSV 254° 61.74% 45.10%
CMYK 47.83% 61.74% 0.00%
54.90%

Color #3C2C73 in popluar number systems.

HEX 3C 2C 73
Decimal 60 44 115
Binary 111100 101100 1110011
Octal 74 54 163

Shades and tints

Shades of #3C2C73

#3C2C73
(60,44,115)
#372869
(55,40,105)
#32245F
(50,36,95)
#2D2055
(45,32,85)
#281C4B
(40,28,75)
#231841
(35,24,65)
#1E1437
(30,20,55)
#19102D
(25,16,45)
#140C23
(20,12,35)
#0F0819
(15,8,25)
#0A040F
(10,4,15)
#000000
(0,0,0)

Tints of #3C2C73

#3C2C73
(60,44,115)
#4D3F7F
(77,63,127)
#5E528B
(94,82,139)
#6F6597
(111,101,151)
#8078A3
(128,120,163)
#918BAF
(145,139,175)
#A29EBB
(162,158,187)
#B3B1C7
(179,177,199)
#C4C4D3
(196,196,211)
#D5D7DF
(213,215,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2C73; }

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

This text font color is #3C2C73.

Background Color

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

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

This div background color is #3C2C73.

Border color

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

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

This div border color is #3C2C73.

Opacity

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

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

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

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

This text has shadow with #3C2C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2C73.

Preview

Color preview on black background

This text has color #3C2C73 on black background.


Color preview on white background

This text has color #3C2C73 on white background.


Black color preview on #3C2C73 background

This text has black color on #3C2C73 background.


White color preview on #3C2C73 background

This text has white color on #3C2C73 background.


Related colors

Complementary color

Complementary color for #hex is #C3D38C.


I love getcolorcode.com

Triadic colors

1 #733C2C and #2C733C with #3C2C73 are triadic colors.

2 #732C3C and #2C3C73 with #3C2C73 are triadic colors.