COLOR #3C4653

HEX: #3C4653
RGB: (60,70,83)

Color info

#3C4653 contains red, green and blue colors in about the same proportion. Web safe color of #3C4653 is #333366 (or #336).

RGB color model

#3C4653 color RGB value is (60,70,83).

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

RGB channels and saturation

R 60 of 255 = 24%
G 70 of 255 = 27%
B 83 of 255 = 33%

60
70
83

R + G + B ~ 28%. #3C4653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 70 + 83 = 213 (100%)
R 60 of 213 ~ 28.17%
G 70 of 213 ~ 32.86%
B 83 of 213 ~ 38.97%

%28.17
%32.86
%38.97

CMYK color model

#3C4653 color CMYK value is (28,16,0,67).

  • cyan value is 27.71%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(28,16,0,67)
C28M16Y0K67 
(28%,16%,0%,67%)
(0.28/0.16/0.00/0.67)	

CMYK percentages

%27.71
%15.66
%0
%67.45

Codes

Color #3C4653 in popluar color models

3C4653
RGB607083
HSL214°16.08%28.04%
HSB/HSV214°27.71%32.55%
CMYK27.71%15.66%0.00%
67.45%

Color #3C4653 in popluar number systems.

HEX3C4653
Decimal607083
Binary11110010001101010011
Octal74106123

Shades and tints

Shades of #3C4653

#3C4653
(60,70,83)
#37404C
(55,64,76)
#323A45
(50,58,69)
#2D343E
(45,52,62)
#282E37
(40,46,55)
#232830
(35,40,48)
#1E2229
(30,34,41)
#191C22
(25,28,34)
#14161B
(20,22,27)
#0F1014
(15,16,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #3C4653

#3C4653
(60,70,83)
#4D5662
(77,86,98)
#5E6671
(94,102,113)
#6F7680
(111,118,128)
#80868F
(128,134,143)
#91969E
(145,150,158)
#A2A6AD
(162,166,173)
#B3B6BC
(179,182,188)
#C4C6CB
(196,198,203)
#D5D6DA
(213,214,218)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4653; }

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

This text font color is #3C4653.


Background Color

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

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

This div background color is #3C4653.


Border color

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

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

This div border color is #3C4653.


Opacity

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

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

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

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

This text has shadow with #3C4653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4653 on black background.


Color preview on white background

This text has color #3C4653 on white background.



Black color preview on #3C4653 background

This text has black color on #3C4653 background.


White color preview on #3C4653 background

This text has white color on #3C4653 background.