COLOR #3C5C73

HEX: #3C5C73 RGB: (60,92,115)

Color info

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

RGB color model

#3C5C73 color RGB value is (60,92,115).

RGB: (60,92,115) (24%, 36%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 92 of 255 = 36%
B 115 of 255 = 45%

60
92
115

R + G + B ~ 35%. #3C5C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 92 + 115 = 267 (100%)
R 60 of 267 ~ 22.47%
G 92 of 267 ~ 34.46%
B 115 of 267 ~ 43.07'%

%22.47
%34.46
%43.07

CMYK color model

#3C5C73 color CMYK value is (48,20,0,55).

  • cyan value is 47.83%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (48,20,0,55)
C48M20Y0K55 (48%, 20%, 0%, 55%)
(0.48 / 0.20 / 0.00 / 0.55)

CMYK percentages

%47.83
%20
%0
%54.9

Codes

Color #3C5C73 in popluar color models

3C 5C 73
RGB 60 92 115
HSL 205° 31.43% 34.31%
HSB/HSV 205° 47.83% 45.10%
CMYK 47.83% 20.00% 0.00%
54.90%

Color #3C5C73 in popluar number systems.

HEX 3C 5C 73
Decimal 60 92 115
Binary 111100 1011100 1110011
Octal 74 134 163

Shades and tints

Shades of #3C5C73

#3C5C73
(60,92,115)
#375469
(55,84,105)
#324C5F
(50,76,95)
#2D4455
(45,68,85)
#283C4B
(40,60,75)
#233441
(35,52,65)
#1E2C37
(30,44,55)
#19242D
(25,36,45)
#141C23
(20,28,35)
#0F1419
(15,20,25)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #3C5C73

#3C5C73
(60,92,115)
#4D6A7F
(77,106,127)
#5E788B
(94,120,139)
#6F8697
(111,134,151)
#8094A3
(128,148,163)
#91A2AF
(145,162,175)
#A2B0BB
(162,176,187)
#B3BEC7
(179,190,199)
#C4CCD3
(196,204,211)
#D5DADF
(213,218,223)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5C73; }

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

This text font color is #3C5C73.

Background Color

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

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

This div background color is #3C5C73.

Border color

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

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

This div border color is #3C5C73.

Opacity

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

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

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

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

This text has shadow with #3C5C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5C73.

Preview

Color preview on black background

This text has color #3C5C73 on black background.


Color preview on white background

This text has color #3C5C73 on white background.


Black color preview on #3C5C73 background

This text has black color on #3C5C73 background.


White color preview on #3C5C73 background

This text has white color on #3C5C73 background.


Related colors

Complementary color

Complementary color for #hex is #C3A38C.


I love getcolorcode.com

Triadic colors

1 #733C5C and #5C733C with #3C5C73 are triadic colors.

2 #735C3C and #5C3C73 with #3C5C73 are triadic colors.