COLOR #3C3575

HEX: #3C3575 RGB: (60,53,117)

Color info

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

RGB color model

#3C3575 color RGB value is (60,53,117).

RGB: (60,53,117) (24%, 21%, 46%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 117 of 255 = 46%

60
53
117

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

Portions of RGB colors in percentages

R + G + B = 60 + 53 + 117 = 230 (100%)
R 60 of 230 ~ 26.09%
G 53 of 230 ~ 23.04%
B 117 of 230 ~ 50.87'%

%26.09
%23.04
%50.87

CMYK color model

#3C3575 color CMYK value is (49,55,0,54).

  • cyan value is 48.72%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (49,55,0,54)
C49M55Y0K54 (49%, 55%, 0%, 54%)
(0.49 / 0.55 / 0.00 / 0.54)

CMYK percentages

%48.72
%54.7
%0
%54.12

Codes

Color #3C3575 in popluar color models

3C 35 75
RGB 60 53 117
HSL 247° 37.65% 33.33%
HSB/HSV 247° 54.70% 45.88%
CMYK 48.72% 54.70% 0.00%
54.12%

Color #3C3575 in popluar number systems.

HEX 3C 35 75
Decimal 60 53 117
Binary 111100 110101 1110101
Octal 74 65 165

Shades and tints

Shades of #3C3575

#3C3575
(60,53,117)
#37316B
(55,49,107)
#322D61
(50,45,97)
#2D2957
(45,41,87)
#28254D
(40,37,77)
#232143
(35,33,67)
#1E1D39
(30,29,57)
#19192F
(25,25,47)
#141525
(20,21,37)
#0F111B
(15,17,27)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #3C3575

#3C3575
(60,53,117)
#4D4781
(77,71,129)
#5E598D
(94,89,141)
#6F6B99
(111,107,153)
#807DA5
(128,125,165)
#918FB1
(145,143,177)
#A2A1BD
(162,161,189)
#B3B3C9
(179,179,201)
#C4C5D5
(196,197,213)
#D5D7E1
(213,215,225)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3575 color. Also use rgb(60,53,117) instead hex code.

Text Font Color

.myTextColor { color: #3C3575; }

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

This text font color is #3C3575.

Background Color

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

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

This div background color is #3C3575.

Border color

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

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

This div border color is #3C3575.

Opacity

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

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

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

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

This text has shadow with #3C3575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3575.

Preview

Color preview on black background

This text has color #3C3575 on black background.


Color preview on white background

This text has color #3C3575 on white background.


Black color preview on #3C3575 background

This text has black color on #3C3575 background.


White color preview on #3C3575 background

This text has white color on #3C3575 background.


Related colors

Complementary color

Complementary color for #hex is #C3CA8A.


I love getcolorcode.com

Triadic colors

1 #753C35 and #35753C with #3C3575 are triadic colors.

2 #75353C and #353C75 with #3C3575 are triadic colors.