COLOR #3C5561

HEX: #3C5561
RGB: (60,85,97)

Color info

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

RGB color model

#3C5561 color RGB value is (60,85,97).

  • red value is 60;
  • green value is 85;
  • blue value is 97.
RGB:
(60,85,97)
(24%,33%,38%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 97 of 255 = 38%

60
85
97

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 97 = 242 (100%)
R 60 of 242 ~ 24.79%
G 85 of 242 ~ 35.12%
B 97 of 242 ~ 40.08%

%24.79
%35.12
%40.08

CMYK color model

#3C5561 color CMYK value is (38,12,0,62).

  • cyan value is 38.14%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(38,12,0,62)
C38M12Y0K62 
(38%,12%,0%,62%)
(0.38/0.12/0.00/0.62)	

CMYK percentages

%38.14
%12.37
%0
%61.96

Codes

Color #3C5561 in popluar color models

3C5561
RGB608597
HSL199°23.57%30.78%
HSB/HSV199°38.14%38.04%
CMYK38.14%12.37%0.00%
61.96%

Color #3C5561 in popluar number systems.

HEX3C5561
Decimal608597
Binary11110010101011100001
Octal74125141

Shades and tints

Shades of #3C5561

#3C5561
(60,85,97)
#374E59
(55,78,89)
#324751
(50,71,81)
#2D4049
(45,64,73)
#283941
(40,57,65)
#233239
(35,50,57)
#1E2B31
(30,43,49)
#192429
(25,36,41)
#141D21
(20,29,33)
#0F1619
(15,22,25)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #3C5561

#3C5561
(60,85,97)
#4D646F
(77,100,111)
#5E737D
(94,115,125)
#6F828B
(111,130,139)
#809199
(128,145,153)
#91A0A7
(145,160,167)
#A2AFB5
(162,175,181)
#B3BEC3
(179,190,195)
#C4CDD1
(196,205,209)
#D5DCDF
(213,220,223)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5561; }

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

This text font color is #3C5561.


Background Color

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

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

This div background color is #3C5561.


Border color

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

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

This div border color is #3C5561.


Opacity

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

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

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

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

This text has shadow with #3C5561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5561 on black background.


Color preview on white background

This text has color #3C5561 on white background.



Black color preview on #3C5561 background

This text has black color on #3C5561 background.


White color preview on #3C5561 background

This text has white color on #3C5561 background.