COLOR #3C5C59

HEX: #3C5C59
RGB: (60,92,89)

Color info

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

RGB color model

#3C5C59 color RGB value is (60,92,89).

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

RGB channels and saturation

R 60 of 255 = 24%
G 92 of 255 = 36%
B 89 of 255 = 35%

60
92
89

R + G + B ~ 32%. #3C5C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 92 + 89 = 241 (100%)
R 60 of 241 ~ 24.9%
G 92 of 241 ~ 38.17%
B 89 of 241 ~ 36.93%

%24.9
%38.17
%36.93

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK: (35,0,3,64) C35M0Y3K64 (35%,0%,3%,64%) (0.35/0.00/0.03/0.64)

CMYK percentages

%34.78
%0
%3.26
%63.92

Codes

Color #3C5C59 in popluar color models

3C5C59
RGB609289
HSL174°21.05%29.80%
HSB/HSV174°34.78%36.08%
CMYK34.78%0.00%3.26%
63.92%

Color #3C5C59 in popluar number systems.

HEX3C5C59
Decimal609289
Binary11110010111001011001
Octal74134131

Shades and tints

Shades of #3C5C59

#3C5C59
(60,92,89)
#375451
(55,84,81)
#324C49
(50,76,73)
#2D4441
(45,68,65)
#283C39
(40,60,57)
#233431
(35,52,49)
#1E2C29
(30,44,41)
#192421
(25,36,33)
#141C19
(20,28,25)
#0F1411
(15,20,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #3C5C59

#3C5C59
(60,92,89)
#4D6A68
(77,106,104)
#5E7877
(94,120,119)
#6F8686
(111,134,134)
#809495
(128,148,149)
#91A2A4
(145,162,164)
#A2B0B3
(162,176,179)
#B3BEC2
(179,190,194)
#C4CCD1
(196,204,209)
#D5DAE0
(213,218,224)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5C59; }

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

This text font color is #3C5C59.


Background Color

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

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

This div background color is #3C5C59.


Border color

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

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

This div border color is #3C5C59.


Opacity

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

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

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

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

This text has shadow with #3C5C59 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3C5C59 on black background.


Color preview on white background

This text has color #3C5C59 on white background.



Black color preview on #3C5C59 background

This text has black color on #3C5C59 background.


White color preview on #3C5C59 background

This text has white color on #3C5C59 background.