COLOR #3C5C6C

HEX: #3C5C6C RGB: (60,92,108)

Color info

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

RGB color model

#3C5C6C color RGB value is (60,92,108).

RGB: (60,92,108) (24%, 36%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 92 of 255 = 36%
B 108 of 255 = 42%

60
92
108

R + G + B ~ 34%. #3C5C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 92 + 108 = 260 (100%)
R 60 of 260 ~ 23.08%
G 92 of 260 ~ 35.38%
B 108 of 260 ~ 41.54'%

%23.08
%35.38
%41.54

CMYK color model

#3C5C6C color CMYK value is (44,15,0,58).

  • cyan value is 44.44%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (44,15,0,58)
C44M15Y0K58 (44%, 15%, 0%, 58%)
(0.44 / 0.15 / 0.00 / 0.58)

CMYK percentages

%44.44
%14.81
%0
%57.65

Codes

Color #3C5C6C in popluar color models

3C 5C 6C
RGB 60 92 108
HSL 200° 28.57% 32.94%
HSB/HSV 200° 44.44% 42.35%
CMYK 44.44% 14.81% 0.00%
57.65%

Color #3C5C6C in popluar number systems.

HEX 3C 5C 6C
Decimal 60 92 108
Binary 111100 1011100 1101100
Octal 74 134 154

Shades and tints

Shades of #3C5C6C

#3C5C6C
(60,92,108)
#375463
(55,84,99)
#324C5A
(50,76,90)
#2D4451
(45,68,81)
#283C48
(40,60,72)
#23343F
(35,52,63)
#1E2C36
(30,44,54)
#19242D
(25,36,45)
#141C24
(20,28,36)
#0F141B
(15,20,27)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #3C5C6C

#3C5C6C
(60,92,108)
#4D6A79
(77,106,121)
#5E7886
(94,120,134)
#6F8693
(111,134,147)
#8094A0
(128,148,160)
#91A2AD
(145,162,173)
#A2B0BA
(162,176,186)
#B3BEC7
(179,190,199)
#C4CCD4
(196,204,212)
#D5DAE1
(213,218,225)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5C6C; }

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

This text font color is #3C5C6C.

Background Color

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

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

This div background color is #3C5C6C.

Border color

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

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

This div border color is #3C5C6C.

Opacity

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

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

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

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

This text has shadow with #3C5C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5C6C.

Preview

Color preview on black background

This text has color #3C5C6C on black background.


Color preview on white background

This text has color #3C5C6C on white background.


Black color preview on #3C5C6C background

This text has black color on #3C5C6C background.


White color preview on #3C5C6C background

This text has white color on #3C5C6C background.


Related colors

Complementary color

Complementary color for #hex is #C3A393.


I love getcolorcode.com

Triadic colors

1 #6C3C5C and #5C6C3C with #3C5C6C are triadic colors.

2 #6C5C3C and #5C3C6C with #3C5C6C are triadic colors.