COLOR #1C2E3E

HEX: #1C2E3E
RGB: (28,46,62)

Color info

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

RGB color model

#1C2E3E color RGB value is (28,46,62).

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

RGB channels and saturation

R 28 of 255 = 11%
G 46 of 255 = 18%
B 62 of 255 = 24%

28
46
62

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

Portions of RGB colors in percentages

R + G + B =
28 + 46 + 62 = 136 (100%)
R 28 of 136 ~ 20.59%
G 46 of 136 ~ 33.82%
B 62 of 136 ~ 45.59%

%20.59
%33.82
%45.59

CMYK color model

#1C2E3E color CMYK value is (55,26,0,76).

  • cyan value is 54.84%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(55,26,0,76)
C55M26Y0K76 
(55%,26%,0%,76%)
(0.55/0.26/0.00/0.76)	

CMYK percentages

%54.84
%25.81
%0
%75.69

Codes

Color #1C2E3E in popluar color models

1C2E3E
RGB284662
HSL208°37.78%17.65%
HSB/HSV208°54.84%24.31%
CMYK54.84%25.81%0.00%
75.69%

Color #1C2E3E in popluar number systems.

HEX1C2E3E
Decimal284662
Binary11100101110111110
Octal345676

Shades and tints

Shades of #1C2E3E

#1C2E3E
(28,46,62)
#1A2A39
(26,42,57)
#182634
(24,38,52)
#16222F
(22,34,47)
#141E2A
(20,30,42)
#121A25
(18,26,37)
#101620
(16,22,32)
#0E121B
(14,18,27)
#0C0E16
(12,14,22)
#0A0A11
(10,10,17)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #1C2E3E

#1C2E3E
(28,46,62)
#30414F
(48,65,79)
#445460
(68,84,96)
#586771
(88,103,113)
#6C7A82
(108,122,130)
#808D93
(128,141,147)
#94A0A4
(148,160,164)
#A8B3B5
(168,179,181)
#BCC6C6
(188,198,198)
#D0D9D7
(208,217,215)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2E3E; }

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

This text font color is #1C2E3E.


Background Color

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

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

This div background color is #1C2E3E.


Border color

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

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

This div border color is #1C2E3E.


Opacity

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

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

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

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

This text has shadow with #1C2E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2E3E on black background.


Color preview on white background

This text has color #1C2E3E on white background.



Black color preview on #1C2E3E background

This text has black color on #1C2E3E background.


White color preview on #1C2E3E background

This text has white color on #1C2E3E background.