COLOR #3C5857

HEX: #3C5857
RGB: (60,88,87)

Color info

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

RGB color model

#3C5857 color RGB value is (60,88,87).

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

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 87 of 255 = 34%

60
88
87

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

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 87 = 235 (100%)
R 60 of 235 ~ 25.53%
G 88 of 235 ~ 37.45%
B 87 of 235 ~ 37.02%

%25.53
%37.45
%37.02

CMYK color model

#3C5857 color CMYK value is (32,0,1,65).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(32,0,1,65)
C32M0Y1K65 
(32%,0%,1%,65%)
(0.32/0.00/0.01/0.65)	

CMYK percentages

%31.82
%0
%1.14
%65.49

Codes

Color #3C5857 in popluar color models

3C5857
RGB608887
HSL178°18.92%29.02%
HSB/HSV178°31.82%34.51%
CMYK31.82%0.00%1.14%
65.49%

Color #3C5857 in popluar number systems.

HEX3C5857
Decimal608887
Binary11110010110001010111
Octal74130127

Shades and tints

Shades of #3C5857

#3C5857
(60,88,87)
#375050
(55,80,80)
#324849
(50,72,73)
#2D4042
(45,64,66)
#28383B
(40,56,59)
#233034
(35,48,52)
#1E282D
(30,40,45)
#192026
(25,32,38)
#14181F
(20,24,31)
#0F1018
(15,16,24)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #3C5857

#3C5857
(60,88,87)
#4D6766
(77,103,102)
#5E7675
(94,118,117)
#6F8584
(111,133,132)
#809493
(128,148,147)
#91A3A2
(145,163,162)
#A2B2B1
(162,178,177)
#B3C1C0
(179,193,192)
#C4D0CF
(196,208,207)
#D5DFDE
(213,223,222)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5857; }

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

This text font color is #3C5857.


Background Color

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

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

This div background color is #3C5857.


Border color

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

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

This div border color is #3C5857.


Opacity

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

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

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

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

This text has shadow with #3C5857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5857 on black background.


Color preview on white background

This text has color #3C5857 on white background.



Black color preview on #3C5857 background

This text has black color on #3C5857 background.


White color preview on #3C5857 background

This text has white color on #3C5857 background.