COLOR #1C2A3E

HEX: #1C2A3E
RGB: (28,42,62)

Color info

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

RGB color model

#1C2A3E color RGB value is (28,42,62).

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

RGB channels and saturation

R 28 of 255 = 11%
G 42 of 255 = 16%
B 62 of 255 = 24%

28
42
62

R + G + B ~ 17%. #1C2A3E is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 42 + 62 = 132 (100%)
R 28 of 132 ~ 21.21%
G 42 of 132 ~ 31.82%
B 62 of 132 ~ 46.97%

%21.21
%31.82
%46.97

CMYK color model

#1C2A3E color CMYK value is (55,32,0,76).

  • cyan value is 54.84%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(55,32,0,76)
C55M32Y0K76 
(55%,32%,0%,76%)
(0.55/0.32/0.00/0.76)	

CMYK percentages

%54.84
%32.26
%0
%75.69

Codes

Color #1C2A3E in popluar color models

1C2A3E
RGB284262
HSL215°37.78%17.65%
HSB/HSV215°54.84%24.31%
CMYK54.84%32.26%0.00%
75.69%

Color #1C2A3E in popluar number systems.

HEX1C2A3E
Decimal284262
Binary11100101010111110
Octal345276

Shades and tints

Shades of #1C2A3E

#1C2A3E
(28,42,62)
#1A2739
(26,39,57)
#182434
(24,36,52)
#16212F
(22,33,47)
#141E2A
(20,30,42)
#121B25
(18,27,37)
#101820
(16,24,32)
#0E151B
(14,21,27)
#0C1216
(12,18,22)
#0A0F11
(10,15,17)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #1C2A3E

#1C2A3E
(28,42,62)
#303D4F
(48,61,79)
#445060
(68,80,96)
#586371
(88,99,113)
#6C7682
(108,118,130)
#808993
(128,137,147)
#949CA4
(148,156,164)
#A8AFB5
(168,175,181)
#BCC2C6
(188,194,198)
#D0D5D7
(208,213,215)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2A3E; }

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

This text font color is #1C2A3E.


Background Color

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

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

This div background color is #1C2A3E.


Border color

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

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

This div border color is #1C2A3E.


Opacity

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

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

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

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

This text has shadow with #1C2A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2A3E on black background.


Color preview on white background

This text has color #1C2A3E on white background.



Black color preview on #1C2A3E background

This text has black color on #1C2A3E background.


White color preview on #1C2A3E background

This text has white color on #1C2A3E background.