COLOR #1C2E3F

HEX: #1C2E3F
RGB: (28,46,63)

Color info

#1C2E3F contains red, green and blue colors in about the same proportion. Web safe color of #1C2E3F is #333333 (or #333).

RGB color model

#1C2E3F color RGB value is (28,46,63).

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

RGB channels and saturation

R 28 of 255 = 11%
G 46 of 255 = 18%
B 63 of 255 = 25%

28
46
63

R + G + B ~ 18%. #1C2E3F is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 46 + 63 = 137 (100%)
R 28 of 137 ~ 20.44%
G 46 of 137 ~ 33.58%
B 63 of 137 ~ 45.99%

%20.44
%33.58
%45.99

CMYK color model

#1C2E3F color CMYK value is (56,27,0,75).

  • cyan value is 55.56%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(56,27,0,75)
C56M27Y0K75 
(56%,27%,0%,75%)
(0.56/0.27/0.00/0.75)	

CMYK percentages

%55.56
%26.98
%0
%75.29

Codes

Color #1C2E3F in popluar color models

1C2E3F
RGB284663
HSL209°38.46%17.84%
HSB/HSV209°55.56%24.71%
CMYK55.56%26.98%0.00%
75.29%

Color #1C2E3F in popluar number systems.

HEX1C2E3F
Decimal284663
Binary11100101110111111
Octal345677

Shades and tints

Shades of #1C2E3F

#1C2E3F
(28,46,63)
#1A2A3A
(26,42,58)
#182635
(24,38,53)
#162230
(22,34,48)
#141E2B
(20,30,43)
#121A26
(18,26,38)
#101621
(16,22,33)
#0E121C
(14,18,28)
#0C0E17
(12,14,23)
#0A0A12
(10,10,18)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #1C2E3F

#1C2E3F
(28,46,63)
#304150
(48,65,80)
#445461
(68,84,97)
#586772
(88,103,114)
#6C7A83
(108,122,131)
#808D94
(128,141,148)
#94A0A5
(148,160,165)
#A8B3B6
(168,179,182)
#BCC6C7
(188,198,199)
#D0D9D8
(208,217,216)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2E3F; }

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

This text font color is #1C2E3F.


Background Color

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

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

This div background color is #1C2E3F.


Border color

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

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

This div border color is #1C2E3F.


Opacity

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

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

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

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

This text has shadow with #1C2E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2E3F on black background.


Color preview on white background

This text has color #1C2E3F on white background.



Black color preview on #1C2E3F background

This text has black color on #1C2E3F background.


White color preview on #1C2E3F background

This text has white color on #1C2E3F background.