COLOR #1C3C57

HEX: #1C3C57
RGB: (28,60,87)

Color info

#1C3C57 contains red, green and blue colors in about the same proportion. Web safe color of #1C3C57 is #333366 (or #336).

RGB color model

#1C3C57 color RGB value is (28,60,87).

  • red value is 28;
  • green value is 60;
  • blue value is 87.
RGB:
(28,60,87)
(11%,24%,34%)

RGB channels and saturation

R 28 of 255 = 11%
G 60 of 255 = 24%
B 87 of 255 = 34%

28
60
87

R + G + B ~ 23%. #1C3C57 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 60 + 87 = 175 (100%)
R 28 of 175 ~ 16%
G 60 of 175 ~ 34.29%
B 87 of 175 ~ 49.71%

%16
%34.29
%49.71

CMYK color model

#1C3C57 color CMYK value is (68,31,0,66).

  • cyan value is 67.82%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(68,31,0,66)
C68M31Y0K66 
(68%,31%,0%,66%)
(0.68/0.31/0.00/0.66)	

CMYK percentages

%67.82
%31.03
%0
%65.88

Codes

Color #1C3C57 in popluar color models

1C3C57
RGB286087
HSL207°51.30%22.55%
HSB/HSV207°67.82%34.12%
CMYK67.82%31.03%0.00%
65.88%

Color #1C3C57 in popluar number systems.

HEX1C3C57
Decimal286087
Binary111001111001010111
Octal3474127

Shades and tints

Shades of #1C3C57

#1C3C57
(28,60,87)
#1A3750
(26,55,80)
#183249
(24,50,73)
#162D42
(22,45,66)
#14283B
(20,40,59)
#122334
(18,35,52)
#101E2D
(16,30,45)
#0E1926
(14,25,38)
#0C141F
(12,20,31)
#0A0F18
(10,15,24)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #1C3C57

#1C3C57
(28,60,87)
#304D66
(48,77,102)
#445E75
(68,94,117)
#586F84
(88,111,132)
#6C8093
(108,128,147)
#8091A2
(128,145,162)
#94A2B1
(148,162,177)
#A8B3C0
(168,179,192)
#BCC4CF
(188,196,207)
#D0D5DE
(208,213,222)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3C57 color. Also use rgb(28,60,87) instead hex code.

Text Font Color

.myTextColor { color: #1C3C57; }

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

This text font color is #1C3C57.


Background Color

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

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

This div background color is #1C3C57.


Border color

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

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

This div border color is #1C3C57.


Opacity

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

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

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

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

This text has shadow with #1C3C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3C57 on black background.


Color preview on white background

This text has color #1C3C57 on white background.



Black color preview on #1C3C57 background

This text has black color on #1C3C57 background.


White color preview on #1C3C57 background

This text has white color on #1C3C57 background.