COLOR #3C5A69

HEX: #3C5A69
RGB: (60,90,105)

Color info

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

RGB color model

#3C5A69 color RGB value is (60,90,105).

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

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 105 of 255 = 41%

60
90
105

R + G + B ~ 33%. #3C5A69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 90 + 105 = 255 (100%)
R 60 of 255 ~ 23.53%
G 90 of 255 ~ 35.29%
B 105 of 255 ~ 41.18%

%23.53
%35.29
%41.18

CMYK color model

#3C5A69 color CMYK value is (43,14,0,59).

  • cyan value is 42.86%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(43,14,0,59)
C43M14Y0K59 
(43%,14%,0%,59%)
(0.43/0.14/0.00/0.59)	

CMYK percentages

%42.86
%14.29
%0
%58.82

Codes

Color #3C5A69 in popluar color models

3C5A69
RGB6090105
HSL200°27.27%32.35%
HSB/HSV200°42.86%41.18%
CMYK42.86%14.29%0.00%
58.82%

Color #3C5A69 in popluar number systems.

HEX3C5A69
Decimal6090105
Binary11110010110101101001
Octal74132151

Shades and tints

Shades of #3C5A69

#3C5A69
(60,90,105)
#375260
(55,82,96)
#324A57
(50,74,87)
#2D424E
(45,66,78)
#283A45
(40,58,69)
#23323C
(35,50,60)
#1E2A33
(30,42,51)
#19222A
(25,34,42)
#141A21
(20,26,33)
#0F1218
(15,18,24)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #3C5A69

#3C5A69
(60,90,105)
#4D6976
(77,105,118)
#5E7883
(94,120,131)
#6F8790
(111,135,144)
#80969D
(128,150,157)
#91A5AA
(145,165,170)
#A2B4B7
(162,180,183)
#B3C3C4
(179,195,196)
#C4D2D1
(196,210,209)
#D5E1DE
(213,225,222)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5A69; }

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

This text font color is #3C5A69.


Background Color

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

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

This div background color is #3C5A69.


Border color

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

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

This div border color is #3C5A69.


Opacity

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

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

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

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

This text has shadow with #3C5A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5A69 on black background.


Color preview on white background

This text has color #3C5A69 on white background.



Black color preview on #3C5A69 background

This text has black color on #3C5A69 background.


White color preview on #3C5A69 background

This text has white color on #3C5A69 background.