COLOR #3C657C

HEX: #3C657C
RGB: (60,101,124)

Color info

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

RGB color model

#3C657C color RGB value is (60,101,124).

  • red value is 60;
  • green value is 101;
  • blue value is 124.
RGB:
(60,101,124)
(24%,40%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 124 of 255 = 49%

60
101
124

R + G + B ~ 38%. #3C657C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 124 = 285 (100%)
R 60 of 285 ~ 21.05%
G 101 of 285 ~ 35.44%
B 124 of 285 ~ 43.51%

%21.05
%35.44
%43.51

CMYK color model

#3C657C color CMYK value is (52,19,0,51).

  • cyan value is 51.61%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(52,19,0,51)
C52M19Y0K51 
(52%,19%,0%,51%)
(0.52/0.19/0.00/0.51)	

CMYK percentages

%51.61
%18.55
%0
%51.37

Codes

Color #3C657C in popluar color models

3C657C
RGB60101124
HSL202°34.78%36.08%
HSB/HSV202°51.61%48.63%
CMYK51.61%18.55%0.00%
51.37%

Color #3C657C in popluar number systems.

HEX3C657C
Decimal60101124
Binary11110011001011111100
Octal74145174

Shades and tints

Shades of #3C657C

#3C657C
(60,101,124)
#375C71
(55,92,113)
#325366
(50,83,102)
#2D4A5B
(45,74,91)
#284150
(40,65,80)
#233845
(35,56,69)
#1E2F3A
(30,47,58)
#19262F
(25,38,47)
#141D24
(20,29,36)
#0F1419
(15,20,25)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C657C

#3C657C
(60,101,124)
#4D7387
(77,115,135)
#5E8192
(94,129,146)
#6F8F9D
(111,143,157)
#809DA8
(128,157,168)
#91ABB3
(145,171,179)
#A2B9BE
(162,185,190)
#B3C7C9
(179,199,201)
#C4D5D4
(196,213,212)
#D5E3DF
(213,227,223)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C657C color. Also use rgb(60,101,124) instead hex code.

Text Font Color

.myTextColor { color: #3C657C; }

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

This text font color is #3C657C.


Background Color

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

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

This div background color is #3C657C.


Border color

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

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

This div border color is #3C657C.


Opacity

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

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

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

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

This text has shadow with #3C657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C657C on black background.


Color preview on white background

This text has color #3C657C on white background.



Black color preview on #3C657C background

This text has black color on #3C657C background.


White color preview on #3C657C background

This text has white color on #3C657C background.