COLOR #3C5364

HEX: #3C5364 RGB: (60,83,100)

Color info

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

RGB color model

#3C5364 color RGB value is (60,83,100).

RGB: (60,83,100) (24%, 33%, 39%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 100 of 255 = 39%

60
83
100

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

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 100 = 243 (100%)
R 60 of 243 ~ 24.69%
G 83 of 243 ~ 34.16%
B 100 of 243 ~ 41.15'%

%24.69
%34.16
%41.15

CMYK color model

#3C5364 color CMYK value is (40,17,0,61).

  • cyan value is 40.00%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (40,17,0,61)
C40M17Y0K61 (40%, 17%, 0%, 61%)
(0.40 / 0.17 / 0.00 / 0.61)

CMYK percentages

%40
%17
%0
%60.78

Codes

Color #3C5364 in popluar color models

3C 53 64
RGB 60 83 100
HSL 206° 25.00% 31.37%
HSB/HSV 206° 40.00% 39.22%
CMYK 40.00% 17.00% 0.00%
60.78%

Color #3C5364 in popluar number systems.

HEX 3C 53 64
Decimal 60 83 100
Binary 111100 1010011 1100100
Octal 74 123 144

Shades and tints

Shades of #3C5364

#3C5364
(60,83,100)
#374C5B
(55,76,91)
#324552
(50,69,82)
#2D3E49
(45,62,73)
#283740
(40,55,64)
#233037
(35,48,55)
#1E292E
(30,41,46)
#192225
(25,34,37)
#141B1C
(20,27,28)
#0F1413
(15,20,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C5364

#3C5364
(60,83,100)
#4D6272
(77,98,114)
#5E7180
(94,113,128)
#6F808E
(111,128,142)
#808F9C
(128,143,156)
#919EAA
(145,158,170)
#A2ADB8
(162,173,184)
#B3BCC6
(179,188,198)
#C4CBD4
(196,203,212)
#D5DAE2
(213,218,226)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5364 color. Also use rgb(60,83,100) instead hex code.

Text Font Color

.myTextColor { color: #3C5364; }

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

This text font color is #3C5364.

Background Color

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

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

This div background color is #3C5364.

Border color

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

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

This div border color is #3C5364.

Opacity

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

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

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

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

This text has shadow with #3C5364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5364.

Preview

Color preview on black background

This text has color #3C5364 on black background.


Color preview on white background

This text has color #3C5364 on white background.


Black color preview on #3C5364 background

This text has black color on #3C5364 background.


White color preview on #3C5364 background

This text has white color on #3C5364 background.


Related colors

Complementary color

Complementary color for #hex is #C3AC9B.


I love getcolorcode.com

Triadic colors

1 #643C53 and #53643C with #3C5364 are triadic colors.

2 #64533C and #533C64 with #3C5364 are triadic colors.