COLOR #3C4575

HEX: #3C4575
RGB: (60,69,117)

Color info

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

RGB color model

#3C4575 color RGB value is (60,69,117).

  • red value is 60;
  • green value is 69;
  • blue value is 117.
RGB:
(60,69,117)
(24%,27%,46%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 117 of 255 = 46%

60
69
117

R + G + B ~ 32%. #3C4575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 69 + 117 = 246 (100%)
R 60 of 246 ~ 24.39%
G 69 of 246 ~ 28.05%
B 117 of 246 ~ 47.56%

%24.39
%28.05
%47.56

CMYK color model

#3C4575 color CMYK value is (49,41,0,54).

  • cyan value is 48.72%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(49,41,0,54)
C49M41Y0K54 
(49%,41%,0%,54%)
(0.49/0.41/0.00/0.54)	

CMYK percentages

%48.72
%41.03
%0
%54.12

Codes

Color #3C4575 in popluar color models

3C4575
RGB6069117
HSL231°32.20%34.71%
HSB/HSV231°48.72%45.88%
CMYK48.72%41.03%0.00%
54.12%

Color #3C4575 in popluar number systems.

HEX3C4575
Decimal6069117
Binary11110010001011110101
Octal74105165

Shades and tints

Shades of #3C4575

#3C4575
(60,69,117)
#373F6B
(55,63,107)
#323961
(50,57,97)
#2D3357
(45,51,87)
#282D4D
(40,45,77)
#232743
(35,39,67)
#1E2139
(30,33,57)
#191B2F
(25,27,47)
#141525
(20,21,37)
#0F0F1B
(15,15,27)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #3C4575

#3C4575
(60,69,117)
#4D5581
(77,85,129)
#5E658D
(94,101,141)
#6F7599
(111,117,153)
#8085A5
(128,133,165)
#9195B1
(145,149,177)
#A2A5BD
(162,165,189)
#B3B5C9
(179,181,201)
#C4C5D5
(196,197,213)
#D5D5E1
(213,213,225)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4575; }

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

This text font color is #3C4575.


Background Color

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

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

This div background color is #3C4575.


Border color

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

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

This div border color is #3C4575.


Opacity

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

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

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

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

This text has shadow with #3C4575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4575 on black background.


Color preview on white background

This text has color #3C4575 on white background.



Black color preview on #3C4575 background

This text has black color on #3C4575 background.


White color preview on #3C4575 background

This text has white color on #3C4575 background.