COLOR #3C2D72

HEX: #3C2D72 RGB: (60,45,114)

Color info

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

RGB color model

#3C2D72 color RGB value is (60,45,114).

RGB: (60,45,114) (24%, 18%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 45 of 255 = 18%
B 114 of 255 = 45%

60
45
114

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

Portions of RGB colors in percentages

R + G + B = 60 + 45 + 114 = 219 (100%)
R 60 of 219 ~ 27.4%
G 45 of 219 ~ 20.55%
B 114 of 219 ~ 52.05'%

%27.4
%20.55
%52.05

CMYK color model

#3C2D72 color CMYK value is (47,61,0,55).

  • cyan value is 47.37%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (47,61,0,55)
C47M61Y0K55 (47%, 61%, 0%, 55%)
(0.47 / 0.61 / 0.00 / 0.55)

CMYK percentages

%47.37
%60.53
%0
%55.29

Codes

Color #3C2D72 in popluar color models

3C 2D 72
RGB 60 45 114
HSL 253° 43.40% 31.18%
HSB/HSV 253° 60.53% 44.71%
CMYK 47.37% 60.53% 0.00%
55.29%

Color #3C2D72 in popluar number systems.

HEX 3C 2D 72
Decimal 60 45 114
Binary 111100 101101 1110010
Octal 74 55 162

Shades and tints

Shades of #3C2D72

#3C2D72
(60,45,114)
#372968
(55,41,104)
#32255E
(50,37,94)
#2D2154
(45,33,84)
#281D4A
(40,29,74)
#231940
(35,25,64)
#1E1536
(30,21,54)
#19112C
(25,17,44)
#140D22
(20,13,34)
#0F0918
(15,9,24)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #3C2D72

#3C2D72
(60,45,114)
#4D407E
(77,64,126)
#5E538A
(94,83,138)
#6F6696
(111,102,150)
#8079A2
(128,121,162)
#918CAE
(145,140,174)
#A29FBA
(162,159,186)
#B3B2C6
(179,178,198)
#C4C5D2
(196,197,210)
#D5D8DE
(213,216,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2D72 color. Also use rgb(60,45,114) instead hex code.

Text Font Color

.myTextColor { color: #3C2D72; }

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

This text font color is #3C2D72.

Background Color

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

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

This div background color is #3C2D72.

Border color

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

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

This div border color is #3C2D72.

Opacity

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

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

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

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

This text has shadow with #3C2D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2D72.

Preview

Color preview on black background

This text has color #3C2D72 on black background.


Color preview on white background

This text has color #3C2D72 on white background.


Black color preview on #3C2D72 background

This text has black color on #3C2D72 background.


White color preview on #3C2D72 background

This text has white color on #3C2D72 background.


Related colors

Complementary color

Complementary color for #hex is #C3D28D.


I love getcolorcode.com

Triadic colors

1 #723C2D and #2D723C with #3C2D72 are triadic colors.

2 #722D3C and #2D3C72 with #3C2D72 are triadic colors.