COLOR #1C3F60

HEX: #1C3F60
RGB: (28,63,96)

Color info

#1C3F60 contains mainly green and blue colors. Web safe color of #1C3F60 is #333366 (or #336).

RGB color model

#1C3F60 color RGB value is (28,63,96).

  • red value is 28;
  • green value is 63;
  • blue value is 96.
RGB:
(28,63,96)
(11%,25%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 63 of 255 = 25%
B 96 of 255 = 38%

28
63
96

R + G + B ~ 25%. #1C3F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 63 + 96 = 187 (100%)
R 28 of 187 ~ 14.97%
G 63 of 187 ~ 33.69%
B 96 of 187 ~ 51.34%

%14.97
%33.69
%51.34

CMYK color model

#1C3F60 color CMYK value is (71,34,0,62).

  • cyan value is 70.83%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(71,34,0,62)
C71M34Y0K62 
(71%,34%,0%,62%)
(0.71/0.34/0.00/0.62)	

CMYK percentages

%70.83
%34.38
%0
%62.35

Codes

Color #1C3F60 in popluar color models

1C3F60
RGB286396
HSL209°54.84%24.31%
HSB/HSV209°70.83%37.65%
CMYK70.83%34.38%0.00%
62.35%

Color #1C3F60 in popluar number systems.

HEX1C3F60
Decimal286396
Binary111001111111100000
Octal3477140

Shades and tints

Shades of #1C3F60

#1C3F60
(28,63,96)
#1A3A58
(26,58,88)
#183550
(24,53,80)
#163048
(22,48,72)
#142B40
(20,43,64)
#122638
(18,38,56)
#102130
(16,33,48)
#0E1C28
(14,28,40)
#0C1720
(12,23,32)
#0A1218
(10,18,24)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #1C3F60

#1C3F60
(28,63,96)
#30506E
(48,80,110)
#44617C
(68,97,124)
#58728A
(88,114,138)
#6C8398
(108,131,152)
#8094A6
(128,148,166)
#94A5B4
(148,165,180)
#A8B6C2
(168,182,194)
#BCC7D0
(188,199,208)
#D0D8DE
(208,216,222)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3F60 color. Also use rgb(28,63,96) instead hex code.

Text Font Color

.myTextColor { color: #1C3F60; }

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

This text font color is #1C3F60.


Background Color

.myBgColor { background-color: #1C3F60; }

<div style="background-color:#1C3F60">Inner text</div>

This div background color is #1C3F60.


Border color

.myBorderColor { border: 1px solid #1C3F60; }

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

This div border color is #1C3F60.


Opacity

.myOpacity80 { color: #1C3F60; opacity: 0.8; }

<p style="color:#1C3F60;opacity:0.8;">80%</p>

Text with #1C3F60 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 #1C3F60;}

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

This text has shadow with #1C3F60 color.

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

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

This text has shadow with #1C3F60 primary color and red secondary color.


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

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

This text has shadow with #1C3F60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3F60 on black background.


Color preview on white background

This text has color #1C3F60 on white background.



Black color preview on #1C3F60 background

This text has black color on #1C3F60 background.


White color preview on #1C3F60 background

This text has white color on #1C3F60 background.