COLOR #1C4857

HEX: #1C4857
RGB: (28,72,87)

Color info

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

RGB color model

#1C4857 color RGB value is (28,72,87).

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

RGB channels and saturation

R 28 of 255 = 11%
G 72 of 255 = 28%
B 87 of 255 = 34%

28
72
87

R + G + B ~ 24%. #1C4857 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 72 + 87 = 187 (100%)
R 28 of 187 ~ 14.97%
G 72 of 187 ~ 38.5%
B 87 of 187 ~ 46.52%

%14.97
%38.5
%46.52

CMYK color model

#1C4857 color CMYK value is (68,17,0,66).

  • cyan value is 67.82%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(68,17,0,66)
C68M17Y0K66 
(68%,17%,0%,66%)
(0.68/0.17/0.00/0.66)	

CMYK percentages

%67.82
%17.24
%0
%65.88

Codes

Color #1C4857 in popluar color models

1C4857
RGB287287
HSL195°51.30%22.55%
HSB/HSV195°67.82%34.12%
CMYK67.82%17.24%0.00%
65.88%

Color #1C4857 in popluar number systems.

HEX1C4857
Decimal287287
Binary1110010010001010111
Octal34110127

Shades and tints

Shades of #1C4857

#1C4857
(28,72,87)
#1A4250
(26,66,80)
#183C49
(24,60,73)
#163642
(22,54,66)
#14303B
(20,48,59)
#122A34
(18,42,52)
#10242D
(16,36,45)
#0E1E26
(14,30,38)
#0C181F
(12,24,31)
#0A1218
(10,18,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #1C4857

#1C4857
(28,72,87)
#305866
(48,88,102)
#446875
(68,104,117)
#587884
(88,120,132)
#6C8893
(108,136,147)
#8098A2
(128,152,162)
#94A8B1
(148,168,177)
#A8B8C0
(168,184,192)
#BCC8CF
(188,200,207)
#D0D8DE
(208,216,222)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4857; }

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

This text font color is #1C4857.


Background Color

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

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

This div background color is #1C4857.


Border color

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

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

This div border color is #1C4857.


Opacity

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

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

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

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

This text has shadow with #1C4857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4857 on black background.


Color preview on white background

This text has color #1C4857 on white background.



Black color preview on #1C4857 background

This text has black color on #1C4857 background.


White color preview on #1C4857 background

This text has white color on #1C4857 background.