COLOR #3C647A

HEX: #3C647A
RGB: (60,100,122)

Color info

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

RGB color model

#3C647A color RGB value is (60,100,122).

  • red value is 60;
  • green value is 100;
  • blue value is 122.
RGB:
(60,100,122)
(24%,39%,48%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 122 of 255 = 48%

60
100
122

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

Portions of RGB colors in percentages

R + G + B =
60 + 100 + 122 = 282 (100%)
R 60 of 282 ~ 21.28%
G 100 of 282 ~ 35.46%
B 122 of 282 ~ 43.26%

%21.28
%35.46
%43.26

CMYK color model

#3C647A color CMYK value is (51,18,0,52).

  • cyan value is 50.82%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(51,18,0,52)
C51M18Y0K52 
(51%,18%,0%,52%)
(0.51/0.18/0.00/0.52)	

CMYK percentages

%50.82
%18.03
%0
%52.16

Codes

Color #3C647A in popluar color models

3C647A
RGB60100122
HSL201°34.07%35.69%
HSB/HSV201°50.82%47.84%
CMYK50.82%18.03%0.00%
52.16%

Color #3C647A in popluar number systems.

HEX3C647A
Decimal60100122
Binary11110011001001111010
Octal74144172

Shades and tints

Shades of #3C647A

#3C647A
(60,100,122)
#375B6F
(55,91,111)
#325264
(50,82,100)
#2D4959
(45,73,89)
#28404E
(40,64,78)
#233743
(35,55,67)
#1E2E38
(30,46,56)
#19252D
(25,37,45)
#141C22
(20,28,34)
#0F1317
(15,19,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #3C647A

#3C647A
(60,100,122)
#4D7286
(77,114,134)
#5E8092
(94,128,146)
#6F8E9E
(111,142,158)
#809CAA
(128,156,170)
#91AAB6
(145,170,182)
#A2B8C2
(162,184,194)
#B3C6CE
(179,198,206)
#C4D4DA
(196,212,218)
#D5E2E6
(213,226,230)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C647A color. Also use rgb(60,100,122) instead hex code.

Text Font Color

.myTextColor { color: #3C647A; }

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

This text font color is #3C647A.


Background Color

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

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

This div background color is #3C647A.


Border color

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

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

This div border color is #3C647A.


Opacity

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

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

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

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

This text has shadow with #3C647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C647A on black background.


Color preview on white background

This text has color #3C647A on white background.



Black color preview on #3C647A background

This text has black color on #3C647A background.


White color preview on #3C647A background

This text has white color on #3C647A background.