COLOR #3C4F66

HEX: #3C4F66
RGB: (60,79,102)

Color info

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

RGB color model

#3C4F66 color RGB value is (60,79,102).

  • red value is 60;
  • green value is 79;
  • blue value is 102.
RGB:
(60,79,102)
(24%,31%,40%)

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 102 of 255 = 40%

60
79
102

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

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 102 = 241 (100%)
R 60 of 241 ~ 24.9%
G 79 of 241 ~ 32.78%
B 102 of 241 ~ 42.32%

%24.9
%32.78
%42.32

CMYK color model

#3C4F66 color CMYK value is (41,23,0,60).

  • cyan value is 41.18%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(41,23,0,60)
C41M23Y0K60 
(41%,23%,0%,60%)
(0.41/0.23/0.00/0.60)	

CMYK percentages

%41.18
%22.55
%0
%60

Codes

Color #3C4F66 in popluar color models

3C4F66
RGB6079102
HSL213°25.93%31.76%
HSB/HSV213°41.18%40.00%
CMYK41.18%22.55%0.00%
60.00%

Color #3C4F66 in popluar number systems.

HEX3C4F66
Decimal6079102
Binary11110010011111100110
Octal74117146

Shades and tints

Shades of #3C4F66

#3C4F66
(60,79,102)
#37485D
(55,72,93)
#324154
(50,65,84)
#2D3A4B
(45,58,75)
#283342
(40,51,66)
#232C39
(35,44,57)
#1E2530
(30,37,48)
#191E27
(25,30,39)
#14171E
(20,23,30)
#0F1015
(15,16,21)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #3C4F66

#3C4F66
(60,79,102)
#4D5F73
(77,95,115)
#5E6F80
(94,111,128)
#6F7F8D
(111,127,141)
#808F9A
(128,143,154)
#919FA7
(145,159,167)
#A2AFB4
(162,175,180)
#B3BFC1
(179,191,193)
#C4CFCE
(196,207,206)
#D5DFDB
(213,223,219)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4F66 color. Also use rgb(60,79,102) instead hex code.

Text Font Color

.myTextColor { color: #3C4F66; }

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

This text font color is #3C4F66.


Background Color

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

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

This div background color is #3C4F66.


Border color

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

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

This div border color is #3C4F66.


Opacity

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

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

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

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

This text has shadow with #3C4F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F66 on black background.


Color preview on white background

This text has color #3C4F66 on white background.



Black color preview on #3C4F66 background

This text has black color on #3C4F66 background.


White color preview on #3C4F66 background

This text has white color on #3C4F66 background.