COLOR #1C2C3F

HEX: #1C2C3F
RGB: (28,44,63)

Color info

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

RGB color model

#1C2C3F color RGB value is (28,44,63).

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

RGB channels and saturation

R 28 of 255 = 11%
G 44 of 255 = 17%
B 63 of 255 = 25%

28
44
63

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

Portions of RGB colors in percentages

R + G + B =
28 + 44 + 63 = 135 (100%)
R 28 of 135 ~ 20.74%
G 44 of 135 ~ 32.59%
B 63 of 135 ~ 46.67%

%20.74
%32.59
%46.67

CMYK color model

#1C2C3F color CMYK value is (56,30,0,75).

  • cyan value is 55.56%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(56,30,0,75)
C56M30Y0K75 
(56%,30%,0%,75%)
(0.56/0.30/0.00/0.75)	

CMYK percentages

%55.56
%30.16
%0
%75.29

Codes

Color #1C2C3F in popluar color models

1C2C3F
RGB284463
HSL213°38.46%17.84%
HSB/HSV213°55.56%24.71%
CMYK55.56%30.16%0.00%
75.29%

Color #1C2C3F in popluar number systems.

HEX1C2C3F
Decimal284463
Binary11100101100111111
Octal345477

Shades and tints

Shades of #1C2C3F

#1C2C3F
(28,44,63)
#1A283A
(26,40,58)
#182435
(24,36,53)
#162030
(22,32,48)
#141C2B
(20,28,43)
#121826
(18,24,38)
#101421
(16,20,33)
#0E101C
(14,16,28)
#0C0C17
(12,12,23)
#0A0812
(10,8,18)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #1C2C3F

#1C2C3F
(28,44,63)
#303F50
(48,63,80)
#445261
(68,82,97)
#586572
(88,101,114)
#6C7883
(108,120,131)
#808B94
(128,139,148)
#949EA5
(148,158,165)
#A8B1B6
(168,177,182)
#BCC4C7
(188,196,199)
#D0D7D8
(208,215,216)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2C3F; }

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

This text font color is #1C2C3F.


Background Color

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

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

This div background color is #1C2C3F.


Border color

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

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

This div border color is #1C2C3F.


Opacity

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

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

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

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

This text has shadow with #1C2C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2C3F on black background.


Color preview on white background

This text has color #1C2C3F on white background.



Black color preview on #1C2C3F background

This text has black color on #1C2C3F background.


White color preview on #1C2C3F background

This text has white color on #1C2C3F background.