COLOR #1C2E48

HEX: #1C2E48
RGB: (28,46,72)

Color info

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

RGB color model

#1C2E48 color RGB value is (28,46,72).

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

RGB channels and saturation

R 28 of 255 = 11%
G 46 of 255 = 18%
B 72 of 255 = 28%

28
46
72

R + G + B ~ 19%. #1C2E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 46 + 72 = 146 (100%)
R 28 of 146 ~ 19.18%
G 46 of 146 ~ 31.51%
B 72 of 146 ~ 49.32%

%19.18
%31.51
%49.32

CMYK color model

#1C2E48 color CMYK value is (61,36,0,72).

  • cyan value is 61.11%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(61,36,0,72)
C61M36Y0K72 
(61%,36%,0%,72%)
(0.61/0.36/0.00/0.72)	

CMYK percentages

%61.11
%36.11
%0
%71.76

Codes

Color #1C2E48 in popluar color models

1C2E48
RGB284672
HSL215°44.00%19.61%
HSB/HSV215°61.11%28.24%
CMYK61.11%36.11%0.00%
71.76%

Color #1C2E48 in popluar number systems.

HEX1C2E48
Decimal284672
Binary111001011101001000
Octal3456110

Shades and tints

Shades of #1C2E48

#1C2E48
(28,46,72)
#1A2A42
(26,42,66)
#18263C
(24,38,60)
#162236
(22,34,54)
#141E30
(20,30,48)
#121A2A
(18,26,42)
#101624
(16,22,36)
#0E121E
(14,18,30)
#0C0E18
(12,14,24)
#0A0A12
(10,10,18)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #1C2E48

#1C2E48
(28,46,72)
#304158
(48,65,88)
#445468
(68,84,104)
#586778
(88,103,120)
#6C7A88
(108,122,136)
#808D98
(128,141,152)
#94A0A8
(148,160,168)
#A8B3B8
(168,179,184)
#BCC6C8
(188,198,200)
#D0D9D8
(208,217,216)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2E48; }

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

This text font color is #1C2E48.


Background Color

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

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

This div background color is #1C2E48.


Border color

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

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

This div border color is #1C2E48.


Opacity

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

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

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

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

This text has shadow with #1C2E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2E48 on black background.


Color preview on white background

This text has color #1C2E48 on white background.



Black color preview on #1C2E48 background

This text has black color on #1C2E48 background.


White color preview on #1C2E48 background

This text has white color on #1C2E48 background.