COLOR #3C5865

HEX: #3C5865
RGB: (60,88,101)

Color info

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

RGB color model

#3C5865 color RGB value is (60,88,101).

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

RGB channels and saturation

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

60
88
101

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

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 101 = 249 (100%)
R 60 of 249 ~ 24.1%
G 88 of 249 ~ 35.34%
B 101 of 249 ~ 40.56%

%24.1
%35.34
%40.56

CMYK color model

#3C5865 color CMYK value is (41,13,0,60).

  • cyan value is 40.59%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(41,13,0,60)
C41M13Y0K60 
(41%,13%,0%,60%)
(0.41/0.13/0.00/0.60)	

CMYK percentages

%40.59
%12.87
%0
%60.39

Codes

Color #3C5865 in popluar color models

3C5865
RGB6088101
HSL199°25.47%31.57%
HSB/HSV199°40.59%39.61%
CMYK40.59%12.87%0.00%
60.39%

Color #3C5865 in popluar number systems.

HEX3C5865
Decimal6088101
Binary11110010110001100101
Octal74130145

Shades and tints

Shades of #3C5865

#3C5865
(60,88,101)
#37505C
(55,80,92)
#324853
(50,72,83)
#2D404A
(45,64,74)
#283841
(40,56,65)
#233038
(35,48,56)
#1E282F
(30,40,47)
#192026
(25,32,38)
#14181D
(20,24,29)
#0F1014
(15,16,20)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #3C5865

#3C5865
(60,88,101)
#4D6773
(77,103,115)
#5E7681
(94,118,129)
#6F858F
(111,133,143)
#80949D
(128,148,157)
#91A3AB
(145,163,171)
#A2B2B9
(162,178,185)
#B3C1C7
(179,193,199)
#C4D0D5
(196,208,213)
#D5DFE3
(213,223,227)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5865; }

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

This text font color is #3C5865.


Background Color

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

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

This div background color is #3C5865.


Border color

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

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

This div border color is #3C5865.


Opacity

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

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

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

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

This text has shadow with #3C5865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5865 on black background.


Color preview on white background

This text has color #3C5865 on white background.



Black color preview on #3C5865 background

This text has black color on #3C5865 background.


White color preview on #3C5865 background

This text has white color on #3C5865 background.