COLOR #1C2E53

HEX: #1C2E53
RGB: (28,46,83)

Color info

#1C2E53 contains red, green and blue colors in about the same proportion. Web safe color of #1C2E53 is #333366 (or #336).

RGB color model

#1C2E53 color RGB value is (28,46,83).

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

RGB channels and saturation

R 28 of 255 = 11%
G 46 of 255 = 18%
B 83 of 255 = 33%

28
46
83

R + G + B ~ 21%. #1C2E53 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 46 + 83 = 157 (100%)
R 28 of 157 ~ 17.83%
G 46 of 157 ~ 29.3%
B 83 of 157 ~ 52.87%

%17.83
%29.3
%52.87

CMYK color model

#1C2E53 color CMYK value is (66,45,0,67).

  • cyan value is 66.27%
  • magenta value is 44.58%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(66,45,0,67)
C66M45Y0K67 
(66%,45%,0%,67%)
(0.66/0.45/0.00/0.67)	

CMYK percentages

%66.27
%44.58
%0
%67.45

Codes

Color #1C2E53 in popluar color models

1C2E53
RGB284683
HSL220°49.55%21.76%
HSB/HSV220°66.27%32.55%
CMYK66.27%44.58%0.00%
67.45%

Color #1C2E53 in popluar number systems.

HEX1C2E53
Decimal284683
Binary111001011101010011
Octal3456123

Shades and tints

Shades of #1C2E53

#1C2E53
(28,46,83)
#1A2A4C
(26,42,76)
#182645
(24,38,69)
#16223E
(22,34,62)
#141E37
(20,30,55)
#121A30
(18,26,48)
#101629
(16,22,41)
#0E1222
(14,18,34)
#0C0E1B
(12,14,27)
#0A0A14
(10,10,20)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #1C2E53

#1C2E53
(28,46,83)
#304162
(48,65,98)
#445471
(68,84,113)
#586780
(88,103,128)
#6C7A8F
(108,122,143)
#808D9E
(128,141,158)
#94A0AD
(148,160,173)
#A8B3BC
(168,179,188)
#BCC6CB
(188,198,203)
#D0D9DA
(208,217,218)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2E53; }

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

This text font color is #1C2E53.


Background Color

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

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

This div background color is #1C2E53.


Border color

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

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

This div border color is #1C2E53.


Opacity

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

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

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

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

This text has shadow with #1C2E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2E53 on black background.


Color preview on white background

This text has color #1C2E53 on white background.



Black color preview on #1C2E53 background

This text has black color on #1C2E53 background.


White color preview on #1C2E53 background

This text has white color on #1C2E53 background.