COLOR #3C646D

HEX: #3C646D
RGB: (60,100,109)

Color info

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

RGB color model

#3C646D color RGB value is (60,100,109).

  • red value is 60;
  • green value is 100;
  • blue value is 109.
RGB:
(60,100,109)
(24%,39%,43%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 109 of 255 = 43%

60
100
109

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

Portions of RGB colors in percentages

R + G + B =
60 + 100 + 109 = 269 (100%)
R 60 of 269 ~ 22.3%
G 100 of 269 ~ 37.17%
B 109 of 269 ~ 40.52%

%22.3
%37.17
%40.52

CMYK color model

#3C646D color CMYK value is (45,8,0,57).

  • cyan value is 44.95%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(45,8,0,57)
C45M8Y0K57 
(45%,8%,0%,57%)
(0.45/0.08/0.00/0.57)	

CMYK percentages

%44.95
%8.26
%0
%57.25

Codes

Color #3C646D in popluar color models

3C646D
RGB60100109
HSL191°28.99%33.14%
HSB/HSV191°44.95%42.75%
CMYK44.95%8.26%0.00%
57.25%

Color #3C646D in popluar number systems.

HEX3C646D
Decimal60100109
Binary11110011001001101101
Octal74144155

Shades and tints

Shades of #3C646D

#3C646D
(60,100,109)
#375B64
(55,91,100)
#32525B
(50,82,91)
#2D4952
(45,73,82)
#284049
(40,64,73)
#233740
(35,55,64)
#1E2E37
(30,46,55)
#19252E
(25,37,46)
#141C25
(20,28,37)
#0F131C
(15,19,28)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #3C646D

#3C646D
(60,100,109)
#4D727A
(77,114,122)
#5E8087
(94,128,135)
#6F8E94
(111,142,148)
#809CA1
(128,156,161)
#91AAAE
(145,170,174)
#A2B8BB
(162,184,187)
#B3C6C8
(179,198,200)
#C4D4D5
(196,212,213)
#D5E2E2
(213,226,226)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C646D; }

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

This text font color is #3C646D.


Background Color

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

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

This div background color is #3C646D.


Border color

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

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

This div border color is #3C646D.


Opacity

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

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

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

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

This text has shadow with #3C646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C646D on black background.


Color preview on white background

This text has color #3C646D on white background.



Black color preview on #3C646D background

This text has black color on #3C646D background.


White color preview on #3C646D background

This text has white color on #3C646D background.