COLOR #3C606F

HEX: #3C606F
RGB: (60,96,111)

Color info

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

RGB color model

#3C606F color RGB value is (60,96,111).

  • red value is 60;
  • green value is 96;
  • blue value is 111.
RGB:
(60,96,111)
(24%,38%,44%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 111 of 255 = 44%

60
96
111

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

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 111 = 267 (100%)
R 60 of 267 ~ 22.47%
G 96 of 267 ~ 35.96%
B 111 of 267 ~ 41.57%

%22.47
%35.96
%41.57

CMYK color model

#3C606F color CMYK value is (46,14,0,56).

  • cyan value is 45.95%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(46,14,0,56)
C46M14Y0K56 
(46%,14%,0%,56%)
(0.46/0.14/0.00/0.56)	

CMYK percentages

%45.95
%13.51
%0
%56.47

Codes

Color #3C606F in popluar color models

3C606F
RGB6096111
HSL198°29.82%33.53%
HSB/HSV198°45.95%43.53%
CMYK45.95%13.51%0.00%
56.47%

Color #3C606F in popluar number systems.

HEX3C606F
Decimal6096111
Binary11110011000001101111
Octal74140157

Shades and tints

Shades of #3C606F

#3C606F
(60,96,111)
#375865
(55,88,101)
#32505B
(50,80,91)
#2D4851
(45,72,81)
#284047
(40,64,71)
#23383D
(35,56,61)
#1E3033
(30,48,51)
#192829
(25,40,41)
#14201F
(20,32,31)
#0F1815
(15,24,21)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #3C606F

#3C606F
(60,96,111)
#4D6E7C
(77,110,124)
#5E7C89
(94,124,137)
#6F8A96
(111,138,150)
#8098A3
(128,152,163)
#91A6B0
(145,166,176)
#A2B4BD
(162,180,189)
#B3C2CA
(179,194,202)
#C4D0D7
(196,208,215)
#D5DEE4
(213,222,228)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C606F color. Also use rgb(60,96,111) instead hex code.

Text Font Color

.myTextColor { color: #3C606F; }

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

This text font color is #3C606F.


Background Color

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

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

This div background color is #3C606F.


Border color

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

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

This div border color is #3C606F.


Opacity

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

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

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

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

This text has shadow with #3C606F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C606F on black background.


Color preview on white background

This text has color #3C606F on white background.



Black color preview on #3C606F background

This text has black color on #3C606F background.


White color preview on #3C606F background

This text has white color on #3C606F background.