COLOR #3C5757

HEX: #3C5757
RGB: (60,87,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
87
87

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

Portions of RGB colors in percentages

R + G + B =
60 + 87 + 87 = 234 (100%)
R 60 of 234 ~ 25.64%
G 87 of 234 ~ 37.18%
B 87 of 234 ~ 37.18%

%25.64
%37.18
%37.18

CMYK color model

#3C5757 color CMYK value is (31,0,0,66).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK: (31,0,0,66) C31M0Y0K66 (31%,0%,0%,66%) (0.31/0.00/0.00/0.66)

CMYK percentages

%31.03
%0
%0
%65.88

Codes

Color #3C5757 in popluar color models

3C5757
RGB608787
HSL180°18.37%28.82%
HSB/HSV180°31.03%34.12%
CMYK31.03%0.00%0.00%
65.88%

Color #3C5757 in popluar number systems.

HEX3C5757
Decimal608787
Binary11110010101111010111
Octal74127127

Shades and tints

Shades of #3C5757

#3C5757
(60,87,87)
#375050
(55,80,80)
#324949
(50,73,73)
#2D4242
(45,66,66)
#283B3B
(40,59,59)
#233434
(35,52,52)
#1E2D2D
(30,45,45)
#192626
(25,38,38)
#141F1F
(20,31,31)
#0F1818
(15,24,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #3C5757

#3C5757
(60,87,87)
#4D6666
(77,102,102)
#5E7575
(94,117,117)
#6F8484
(111,132,132)
#809393
(128,147,147)
#91A2A2
(145,162,162)
#A2B1B1
(162,177,177)
#B3C0C0
(179,192,192)
#C4CFCF
(196,207,207)
#D5DEDE
(213,222,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5757; }

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

This text font color is #3C5757.


Background Color

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

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

This div background color is #3C5757.


Border color

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

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

This div border color is #3C5757.


Opacity

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

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

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

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

This text has shadow with #3C5757 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3C5757 on black background.


Color preview on white background

This text has color #3C5757 on white background.



Black color preview on #3C5757 background

This text has black color on #3C5757 background.


White color preview on #3C5757 background

This text has white color on #3C5757 background.