COLOR #3C4053

HEX: #3C4053
RGB: (60,64,83)

Color info

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

RGB color model

#3C4053 color RGB value is (60,64,83).

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

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 83 of 255 = 33%

60
64
83

R + G + B ~ 27%. #3C4053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 83 = 207 (100%)
R 60 of 207 ~ 28.99%
G 64 of 207 ~ 30.92%
B 83 of 207 ~ 40.1%

%28.99
%30.92
%40.1

CMYK color model

#3C4053 color CMYK value is (28,23,0,67).

  • cyan value is 27.71%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(28,23,0,67)
C28M23Y0K67 
(28%,23%,0%,67%)
(0.28/0.23/0.00/0.67)	

CMYK percentages

%27.71
%22.89
%0
%67.45

Codes

Color #3C4053 in popluar color models

3C4053
RGB606483
HSL230°16.08%28.04%
HSB/HSV230°27.71%32.55%
CMYK27.71%22.89%0.00%
67.45%

Color #3C4053 in popluar number systems.

HEX3C4053
Decimal606483
Binary11110010000001010011
Octal74100123

Shades and tints

Shades of #3C4053

#3C4053
(60,64,83)
#373B4C
(55,59,76)
#323645
(50,54,69)
#2D313E
(45,49,62)
#282C37
(40,44,55)
#232730
(35,39,48)
#1E2229
(30,34,41)
#191D22
(25,29,34)
#14181B
(20,24,27)
#0F1314
(15,19,20)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #3C4053

#3C4053
(60,64,83)
#4D5162
(77,81,98)
#5E6271
(94,98,113)
#6F7380
(111,115,128)
#80848F
(128,132,143)
#91959E
(145,149,158)
#A2A6AD
(162,166,173)
#B3B7BC
(179,183,188)
#C4C8CB
(196,200,203)
#D5D9DA
(213,217,218)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4053; }

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

This text font color is #3C4053.


Background Color

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

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

This div background color is #3C4053.


Border color

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

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

This div border color is #3C4053.


Opacity

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

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

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

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

This text has shadow with #3C4053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4053 on black background.


Color preview on white background

This text has color #3C4053 on white background.



Black color preview on #3C4053 background

This text has black color on #3C4053 background.


White color preview on #3C4053 background

This text has white color on #3C4053 background.