COLOR #3C5866

HEX: #3C5866
RGB: (60,88,102)

Color info

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

RGB color model

#3C5866 color RGB value is (60,88,102).

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

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 102 of 255 = 40%

60
88
102

R + G + B ~ 33%. #3C5866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 102 = 250 (100%)
R 60 of 250 ~ 24%
G 88 of 250 ~ 35.2%
B 102 of 250 ~ 40.8%

%24
%35.2
%40.8

CMYK color model

#3C5866 color CMYK value is (41,14,0,60).

  • cyan value is 41.18%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(41,14,0,60)
C41M14Y0K60 
(41%,14%,0%,60%)
(0.41/0.14/0.00/0.60)	

CMYK percentages

%41.18
%13.73
%0
%60

Codes

Color #3C5866 in popluar color models

3C5866
RGB6088102
HSL200°25.93%31.76%
HSB/HSV200°41.18%40.00%
CMYK41.18%13.73%0.00%
60.00%

Color #3C5866 in popluar number systems.

HEX3C5866
Decimal6088102
Binary11110010110001100110
Octal74130146

Shades and tints

Shades of #3C5866

#3C5866
(60,88,102)
#37505D
(55,80,93)
#324854
(50,72,84)
#2D404B
(45,64,75)
#283842
(40,56,66)
#233039
(35,48,57)
#1E2830
(30,40,48)
#192027
(25,32,39)
#14181E
(20,24,30)
#0F1015
(15,16,21)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #3C5866

#3C5866
(60,88,102)
#4D6773
(77,103,115)
#5E7680
(94,118,128)
#6F858D
(111,133,141)
#80949A
(128,148,154)
#91A3A7
(145,163,167)
#A2B2B4
(162,178,180)
#B3C1C1
(179,193,193)
#C4D0CE
(196,208,206)
#D5DFDB
(213,223,219)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5866; }

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

This text font color is #3C5866.


Background Color

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

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

This div background color is #3C5866.


Border color

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

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

This div border color is #3C5866.


Opacity

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

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

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

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

This text has shadow with #3C5866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5866 on black background.


Color preview on white background

This text has color #3C5866 on white background.



Black color preview on #3C5866 background

This text has black color on #3C5866 background.


White color preview on #3C5866 background

This text has white color on #3C5866 background.