COLOR #3C5E83

HEX: #3C5E83
RGB: (60,94,131)

Color info

#3C5E83 contains mainly green and blue colors. Web safe color of #3C5E83 is #336699 (or #369).

RGB color model

#3C5E83 color RGB value is (60,94,131).

  • red value is 60;
  • green value is 94;
  • blue value is 131.
RGB:
(60,94,131)
(24%,37%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 94 of 255 = 37%
B 131 of 255 = 51%

60
94
131

R + G + B ~ 37%. #3C5E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 94 + 131 = 285 (100%)
R 60 of 285 ~ 21.05%
G 94 of 285 ~ 32.98%
B 131 of 285 ~ 45.96%

%21.05
%32.98
%45.96

CMYK color model

#3C5E83 color CMYK value is (54,28,0,49).

  • cyan value is 54.20%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(54,28,0,49)
C54M28Y0K49 
(54%,28%,0%,49%)
(0.54/0.28/0.00/0.49)	

CMYK percentages

%54.2
%28.24
%0
%48.63

Codes

Color #3C5E83 in popluar color models

3C5E83
RGB6094131
HSL211°37.17%37.45%
HSB/HSV211°54.20%51.37%
CMYK54.20%28.24%0.00%
48.63%

Color #3C5E83 in popluar number systems.

HEX3C5E83
Decimal6094131
Binary111100101111010000011
Octal74136203

Shades and tints

Shades of #3C5E83

#3C5E83
(60,94,131)
#375678
(55,86,120)
#324E6D
(50,78,109)
#2D4662
(45,70,98)
#283E57
(40,62,87)
#23364C
(35,54,76)
#1E2E41
(30,46,65)
#192636
(25,38,54)
#141E2B
(20,30,43)
#0F1620
(15,22,32)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #3C5E83

#3C5E83
(60,94,131)
#4D6C8E
(77,108,142)
#5E7A99
(94,122,153)
#6F88A4
(111,136,164)
#8096AF
(128,150,175)
#91A4BA
(145,164,186)
#A2B2C5
(162,178,197)
#B3C0D0
(179,192,208)
#C4CEDB
(196,206,219)
#D5DCE6
(213,220,230)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5E83 color. Also use rgb(60,94,131) instead hex code.

Text Font Color

.myTextColor { color: #3C5E83; }

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

This text font color is #3C5E83.


Background Color

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

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

This div background color is #3C5E83.


Border color

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

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

This div border color is #3C5E83.


Opacity

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

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

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

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

This text has shadow with #3C5E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5E83 on black background.


Color preview on white background

This text has color #3C5E83 on white background.



Black color preview on #3C5E83 background

This text has black color on #3C5E83 background.


White color preview on #3C5E83 background

This text has white color on #3C5E83 background.