COLOR #3C537D

HEX: #3C537D
RGB: (60,83,125)

Color info

#3C537D contains mainly green and blue colors. Web safe color of #3C537D is #336666 (or #366).

RGB color model

#3C537D color RGB value is (60,83,125).

  • red value is 60;
  • green value is 83;
  • blue value is 125.
RGB:
(60,83,125)
(24%,33%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 125 of 255 = 49%

60
83
125

R + G + B ~ 35%. #3C537D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 125 = 268 (100%)
R 60 of 268 ~ 22.39%
G 83 of 268 ~ 30.97%
B 125 of 268 ~ 46.64%

%22.39
%30.97
%46.64

CMYK color model

#3C537D color CMYK value is (52,34,0,51).

  • cyan value is 52.00%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(52,34,0,51)
C52M34Y0K51 
(52%,34%,0%,51%)
(0.52/0.34/0.00/0.51)	

CMYK percentages

%52
%33.6
%0
%50.98

Codes

Color #3C537D in popluar color models

3C537D
RGB6083125
HSL219°35.14%36.27%
HSB/HSV219°52.00%49.02%
CMYK52.00%33.60%0.00%
50.98%

Color #3C537D in popluar number systems.

HEX3C537D
Decimal6083125
Binary11110010100111111101
Octal74123175

Shades and tints

Shades of #3C537D

#3C537D
(60,83,125)
#374C72
(55,76,114)
#324567
(50,69,103)
#2D3E5C
(45,62,92)
#283751
(40,55,81)
#233046
(35,48,70)
#1E293B
(30,41,59)
#192230
(25,34,48)
#141B25
(20,27,37)
#0F141A
(15,20,26)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #3C537D

#3C537D
(60,83,125)
#4D6288
(77,98,136)
#5E7193
(94,113,147)
#6F809E
(111,128,158)
#808FA9
(128,143,169)
#919EB4
(145,158,180)
#A2ADBF
(162,173,191)
#B3BCCA
(179,188,202)
#C4CBD5
(196,203,213)
#D5DAE0
(213,218,224)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C537D color. Also use rgb(60,83,125) instead hex code.

Text Font Color

.myTextColor { color: #3C537D; }

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

This text font color is #3C537D.


Background Color

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

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

This div background color is #3C537D.


Border color

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

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

This div border color is #3C537D.


Opacity

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

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

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

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

This text has shadow with #3C537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C537D on black background.


Color preview on white background

This text has color #3C537D on white background.



Black color preview on #3C537D background

This text has black color on #3C537D background.


White color preview on #3C537D background

This text has white color on #3C537D background.