COLOR #3C4F53

HEX: #3C4F53
RGB: (60,79,83)

Color info

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

RGB color model

#3C4F53 color RGB value is (60,79,83).

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

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 83 of 255 = 33%

60
79
83

R + G + B ~ 29%. #3C4F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 83 = 222 (100%)
R 60 of 222 ~ 27.03%
G 79 of 222 ~ 35.59%
B 83 of 222 ~ 37.39%

%27.03
%35.59
%37.39

CMYK color model

#3C4F53 color CMYK value is (28,5,0,67).

  • cyan value is 27.71%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(28,5,0,67)
C28M5Y0K67 
(28%,5%,0%,67%)
(0.28/0.05/0.00/0.67)	

CMYK percentages

%27.71
%4.82
%0
%67.45

Codes

Color #3C4F53 in popluar color models

3C4F53
RGB607983
HSL190°16.08%28.04%
HSB/HSV190°27.71%32.55%
CMYK27.71%4.82%0.00%
67.45%

Color #3C4F53 in popluar number systems.

HEX3C4F53
Decimal607983
Binary11110010011111010011
Octal74117123

Shades and tints

Shades of #3C4F53

#3C4F53
(60,79,83)
#37484C
(55,72,76)
#324145
(50,65,69)
#2D3A3E
(45,58,62)
#283337
(40,51,55)
#232C30
(35,44,48)
#1E2529
(30,37,41)
#191E22
(25,30,34)
#14171B
(20,23,27)
#0F1014
(15,16,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C4F53

#3C4F53
(60,79,83)
#4D5F62
(77,95,98)
#5E6F71
(94,111,113)
#6F7F80
(111,127,128)
#808F8F
(128,143,143)
#919F9E
(145,159,158)
#A2AFAD
(162,175,173)
#B3BFBC
(179,191,188)
#C4CFCB
(196,207,203)
#D5DFDA
(213,223,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4F53; }

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

This text font color is #3C4F53.


Background Color

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

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

This div background color is #3C4F53.


Border color

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

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

This div border color is #3C4F53.


Opacity

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

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

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

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

This text has shadow with #3C4F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F53 on black background.


Color preview on white background

This text has color #3C4F53 on white background.



Black color preview on #3C4F53 background

This text has black color on #3C4F53 background.


White color preview on #3C4F53 background

This text has white color on #3C4F53 background.