COLOR #3C545C

HEX: #3C545C
RGB: (60,84,92)

Color info

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

RGB color model

#3C545C color RGB value is (60,84,92).

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

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 92 of 255 = 36%

60
84
92

R + G + B ~ 31%. #3C545C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 84 + 92 = 236 (100%)
R 60 of 236 ~ 25.42%
G 84 of 236 ~ 35.59%
B 92 of 236 ~ 38.98%

%25.42
%35.59
%38.98

CMYK color model

#3C545C color CMYK value is (35,9,0,64).

  • cyan value is 34.78%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(35,9,0,64)
C35M9Y0K64 
(35%,9%,0%,64%)
(0.35/0.09/0.00/0.64)	

CMYK percentages

%34.78
%8.7
%0
%63.92

Codes

Color #3C545C in popluar color models

3C545C
RGB608492
HSL195°21.05%29.80%
HSB/HSV195°34.78%36.08%
CMYK34.78%8.70%0.00%
63.92%

Color #3C545C in popluar number systems.

HEX3C545C
Decimal608492
Binary11110010101001011100
Octal74124134

Shades and tints

Shades of #3C545C

#3C545C
(60,84,92)
#374D54
(55,77,84)
#32464C
(50,70,76)
#2D3F44
(45,63,68)
#28383C
(40,56,60)
#233134
(35,49,52)
#1E2A2C
(30,42,44)
#192324
(25,35,36)
#141C1C
(20,28,28)
#0F1514
(15,21,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C545C

#3C545C
(60,84,92)
#4D636A
(77,99,106)
#5E7278
(94,114,120)
#6F8186
(111,129,134)
#809094
(128,144,148)
#919FA2
(145,159,162)
#A2AEB0
(162,174,176)
#B3BDBE
(179,189,190)
#C4CCCC
(196,204,204)
#D5DBDA
(213,219,218)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C545C; }

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

This text font color is #3C545C.


Background Color

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

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

This div background color is #3C545C.


Border color

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

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

This div border color is #3C545C.


Opacity

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

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

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

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

This text has shadow with #3C545C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C545C on black background.


Color preview on white background

This text has color #3C545C on white background.



Black color preview on #3C545C background

This text has black color on #3C545C background.


White color preview on #3C545C background

This text has white color on #3C545C background.