COLOR #3C4E54

HEX: #3C4E54
RGB: (60,78,84)

Color info

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

RGB color model

#3C4E54 color RGB value is (60,78,84).

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

RGB channels and saturation

R 60 of 255 = 24%
G 78 of 255 = 31%
B 84 of 255 = 33%

60
78
84

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

Portions of RGB colors in percentages

R + G + B =
60 + 78 + 84 = 222 (100%)
R 60 of 222 ~ 27.03%
G 78 of 222 ~ 35.14%
B 84 of 222 ~ 37.84%

%27.03
%35.14
%37.84

CMYK color model

#3C4E54 color CMYK value is (29,7,0,67).

  • cyan value is 28.57%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(29,7,0,67)
C29M7Y0K67 
(29%,7%,0%,67%)
(0.29/0.07/0.00/0.67)	

CMYK percentages

%28.57
%7.14
%0
%67.06

Codes

Color #3C4E54 in popluar color models

3C4E54
RGB607884
HSL195°16.67%28.24%
HSB/HSV195°28.57%32.94%
CMYK28.57%7.14%0.00%
67.06%

Color #3C4E54 in popluar number systems.

HEX3C4E54
Decimal607884
Binary11110010011101010100
Octal74116124

Shades and tints

Shades of #3C4E54

#3C4E54
(60,78,84)
#37474D
(55,71,77)
#324046
(50,64,70)
#2D393F
(45,57,63)
#283238
(40,50,56)
#232B31
(35,43,49)
#1E242A
(30,36,42)
#191D23
(25,29,35)
#14161C
(20,22,28)
#0F0F15
(15,15,21)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #3C4E54

#3C4E54
(60,78,84)
#4D5E63
(77,94,99)
#5E6E72
(94,110,114)
#6F7E81
(111,126,129)
#808E90
(128,142,144)
#919E9F
(145,158,159)
#A2AEAE
(162,174,174)
#B3BEBD
(179,190,189)
#C4CECC
(196,206,204)
#D5DEDB
(213,222,219)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4E54 color. Also use rgb(60,78,84) instead hex code.

Text Font Color

.myTextColor { color: #3C4E54; }

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

This text font color is #3C4E54.


Background Color

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

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

This div background color is #3C4E54.


Border color

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

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

This div border color is #3C4E54.


Opacity

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

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

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

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

This text has shadow with #3C4E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4E54 on black background.


Color preview on white background

This text has color #3C4E54 on white background.



Black color preview on #3C4E54 background

This text has black color on #3C4E54 background.


White color preview on #3C4E54 background

This text has white color on #3C4E54 background.