COLOR #3C6164

HEX: #3C6164 RGB: (60,97,100)

Color info

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

RGB color model

#3C6164 color RGB value is (60,97,100).

RGB: (60,97,100) (24%, 38%, 39%)

RGB channels and saturation

R 60 of 255 = 24%
G 97 of 255 = 38%
B 100 of 255 = 39%

60
97
100

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

Portions of RGB colors in percentages

R + G + B = 60 + 97 + 100 = 257 (100%)
R 60 of 257 ~ 23.35%
G 97 of 257 ~ 37.74%
B 100 of 257 ~ 38.91'%

%23.35
%37.74
%38.91

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (40,3,0,61) C40M3Y0K61 (40%,3%,0%,61%) (0.40/0.03/0.00/0.61) 

CMYK percentages

%40
%3
%0
%60.78

Codes

Color #3C6164 in popluar color models

3C 61 64
RGB 60 97 100
HSL 185° 25.00% 31.37%
HSB/HSV 185° 40.00% 39.22%
CMYK 40.00% 3.00% 0.00%
60.78%

Color #3C6164 in popluar number systems.

HEX 3C 61 64
Decimal 60 97 100
Binary 111100 1100001 1100100
Octal 74 141 144

Shades and tints

Shades of #3C6164

#3C6164
(60,97,100)
#37595B
(55,89,91)
#325152
(50,81,82)
#2D4949
(45,73,73)
#284140
(40,65,64)
#233937
(35,57,55)
#1E312E
(30,49,46)
#192925
(25,41,37)
#14211C
(20,33,28)
#0F1913
(15,25,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #3C6164

#3C6164
(60,97,100)
#4D6F72
(77,111,114)
#5E7D80
(94,125,128)
#6F8B8E
(111,139,142)
#80999C
(128,153,156)
#91A7AA
(145,167,170)
#A2B5B8
(162,181,184)
#B3C3C6
(179,195,198)
#C4D1D4
(196,209,212)
#D5DFE2
(213,223,226)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6164; }

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

This text font color is #3C6164.

Background Color

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

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

This div background color is #3C6164.

Border color

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

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

This div border color is #3C6164.

Opacity

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

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

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

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

This text has shadow with #3C6164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6164.

Preview

Color preview on black background

This text has color #3C6164 on black background.


Color preview on white background

This text has color #3C6164 on white background.


Black color preview on #3C6164 background

This text has black color on #3C6164 background.


White color preview on #3C6164 background

This text has white color on #3C6164 background.


Related colors

Complementary color

Complementary color for #hex is #C39E9B.


I love getcolorcode.com

Triadic colors

1 #643C61 and #61643C with #3C6164 are triadic colors.

2 #64613C and #613C64 with #3C6164 are triadic colors.