COLOR #3C536E

HEX: #3C536E
RGB: (60,83,110)

Color info

#3C536E contains red, green and blue colors in about the same proportion. Web safe color of #3C536E is #336666 (or #366).

RGB color model

#3C536E color RGB value is (60,83,110).

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

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 110 of 255 = 43%

60
83
110

R + G + B ~ 33%. #3C536E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 110 = 253 (100%)
R 60 of 253 ~ 23.72%
G 83 of 253 ~ 32.81%
B 110 of 253 ~ 43.48%

%23.72
%32.81
%43.48

CMYK color model

#3C536E color CMYK value is (45,25,0,57).

  • cyan value is 45.45%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(45,25,0,57)
C45M25Y0K57 
(45%,25%,0%,57%)
(0.45/0.25/0.00/0.57)	

CMYK percentages

%45.45
%24.55
%0
%56.86

Codes

Color #3C536E in popluar color models

3C536E
RGB6083110
HSL212°29.41%33.33%
HSB/HSV212°45.45%43.14%
CMYK45.45%24.55%0.00%
56.86%

Color #3C536E in popluar number systems.

HEX3C536E
Decimal6083110
Binary11110010100111101110
Octal74123156

Shades and tints

Shades of #3C536E

#3C536E
(60,83,110)
#374C64
(55,76,100)
#32455A
(50,69,90)
#2D3E50
(45,62,80)
#283746
(40,55,70)
#23303C
(35,48,60)
#1E2932
(30,41,50)
#192228
(25,34,40)
#141B1E
(20,27,30)
#0F1414
(15,20,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C536E

#3C536E
(60,83,110)
#4D627B
(77,98,123)
#5E7188
(94,113,136)
#6F8095
(111,128,149)
#808FA2
(128,143,162)
#919EAF
(145,158,175)
#A2ADBC
(162,173,188)
#B3BCC9
(179,188,201)
#C4CBD6
(196,203,214)
#D5DAE3
(213,218,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C536E; }

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

This text font color is #3C536E.


Background Color

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

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

This div background color is #3C536E.


Border color

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

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

This div border color is #3C536E.


Opacity

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

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

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

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

This text has shadow with #3C536E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C536E on black background.


Color preview on white background

This text has color #3C536E on white background.



Black color preview on #3C536E background

This text has black color on #3C536E background.


White color preview on #3C536E background

This text has white color on #3C536E background.