COLOR #3C5A5D

HEX: #3C5A5D
RGB: (60,90,93)

Color info

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

RGB color model

#3C5A5D color RGB value is (60,90,93).

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

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 93 of 255 = 36%

60
90
93

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

Portions of RGB colors in percentages

R + G + B =
60 + 90 + 93 = 243 (100%)
R 60 of 243 ~ 24.69%
G 90 of 243 ~ 37.04%
B 93 of 243 ~ 38.27%

%24.69
%37.04
%38.27

CMYK color model

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

  • cyan value is 35.48%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(35,3,0,64)
C35M3Y0K64 
(35%,3%,0%,64%)
(0.35/0.03/0.00/0.64)	

CMYK percentages

%35.48
%3.23
%0
%63.53

Codes

Color #3C5A5D in popluar color models

3C5A5D
RGB609093
HSL185°21.57%30.00%
HSB/HSV185°35.48%36.47%
CMYK35.48%3.23%0.00%
63.53%

Color #3C5A5D in popluar number systems.

HEX3C5A5D
Decimal609093
Binary11110010110101011101
Octal74132135

Shades and tints

Shades of #3C5A5D

#3C5A5D
(60,90,93)
#375255
(55,82,85)
#324A4D
(50,74,77)
#2D4245
(45,66,69)
#283A3D
(40,58,61)
#233235
(35,50,53)
#1E2A2D
(30,42,45)
#192225
(25,34,37)
#141A1D
(20,26,29)
#0F1215
(15,18,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #3C5A5D

#3C5A5D
(60,90,93)
#4D696B
(77,105,107)
#5E7879
(94,120,121)
#6F8787
(111,135,135)
#809695
(128,150,149)
#91A5A3
(145,165,163)
#A2B4B1
(162,180,177)
#B3C3BF
(179,195,191)
#C4D2CD
(196,210,205)
#D5E1DB
(213,225,219)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5A5D; }

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

This text font color is #3C5A5D.


Background Color

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

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

This div background color is #3C5A5D.


Border color

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

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

This div border color is #3C5A5D.


Opacity

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

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

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

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

This text has shadow with #3C5A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5A5D on black background.


Color preview on white background

This text has color #3C5A5D on white background.



Black color preview on #3C5A5D background

This text has black color on #3C5A5D background.


White color preview on #3C5A5D background

This text has white color on #3C5A5D background.