COLOR #3C575C

HEX: #3C575C
RGB: (60,87,92)

Color info

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

RGB color model

#3C575C color RGB value is (60,87,92).

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

RGB channels and saturation

R 60 of 255 = 24%
G 87 of 255 = 34%
B 92 of 255 = 36%

60
87
92

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

Portions of RGB colors in percentages

R + G + B =
60 + 87 + 92 = 239 (100%)
R 60 of 239 ~ 25.1%
G 87 of 239 ~ 36.4%
B 92 of 239 ~ 38.49%

%25.1
%36.4
%38.49

CMYK color model

#3C575C color CMYK value is (35,5,0,64).

  • cyan value is 34.78%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(35,5,0,64)
C35M5Y0K64 
(35%,5%,0%,64%)
(0.35/0.05/0.00/0.64)	

CMYK percentages

%34.78
%5.43
%0
%63.92

Codes

Color #3C575C in popluar color models

3C575C
RGB608792
HSL189°21.05%29.80%
HSB/HSV189°34.78%36.08%
CMYK34.78%5.43%0.00%
63.92%

Color #3C575C in popluar number systems.

HEX3C575C
Decimal608792
Binary11110010101111011100
Octal74127134

Shades and tints

Shades of #3C575C

#3C575C
(60,87,92)
#375054
(55,80,84)
#32494C
(50,73,76)
#2D4244
(45,66,68)
#283B3C
(40,59,60)
#233434
(35,52,52)
#1E2D2C
(30,45,44)
#192624
(25,38,36)
#141F1C
(20,31,28)
#0F1814
(15,24,20)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #3C575C

#3C575C
(60,87,92)
#4D666A
(77,102,106)
#5E7578
(94,117,120)
#6F8486
(111,132,134)
#809394
(128,147,148)
#91A2A2
(145,162,162)
#A2B1B0
(162,177,176)
#B3C0BE
(179,192,190)
#C4CFCC
(196,207,204)
#D5DEDA
(213,222,218)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C575C; }

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

This text font color is #3C575C.


Background Color

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

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

This div background color is #3C575C.


Border color

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

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

This div border color is #3C575C.


Opacity

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

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

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

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

This text has shadow with #3C575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C575C on black background.


Color preview on white background

This text has color #3C575C on white background.



Black color preview on #3C575C background

This text has black color on #3C575C background.


White color preview on #3C575C background

This text has white color on #3C575C background.