COLOR #1C2839

HEX: #1C2839
RGB: (28,40,57)

Color info

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

RGB color model

#1C2839 color RGB value is (28,40,57).

  • red value is 28;
  • green value is 40;
  • blue value is 57.
RGB:
(28,40,57)
(11%,16%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 40 of 255 = 16%
B 57 of 255 = 22%

28
40
57

R + G + B ~ 16%. #1C2839 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 40 + 57 = 125 (100%)
R 28 of 125 ~ 22.4%
G 40 of 125 ~ 32%
B 57 of 125 ~ 45.6%

%22.4
%32
%45.6

CMYK color model

#1C2839 color CMYK value is (51,30,0,78).

  • cyan value is 50.88%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(51,30,0,78)
C51M30Y0K78 
(51%,30%,0%,78%)
(0.51/0.30/0.00/0.78)	

CMYK percentages

%50.88
%29.82
%0
%77.65

Codes

Color #1C2839 in popluar color models

1C2839
RGB284057
HSL215°34.12%16.67%
HSB/HSV215°50.88%22.35%
CMYK50.88%29.82%0.00%
77.65%

Color #1C2839 in popluar number systems.

HEX1C2839
Decimal284057
Binary11100101000111001
Octal345071

Shades and tints

Shades of #1C2839

#1C2839
(28,40,57)
#1A2534
(26,37,52)
#18222F
(24,34,47)
#161F2A
(22,31,42)
#141C25
(20,28,37)
#121920
(18,25,32)
#10161B
(16,22,27)
#0E1316
(14,19,22)
#0C1011
(12,16,17)
#0A0D0C
(10,13,12)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #1C2839

#1C2839
(28,40,57)
#303B4B
(48,59,75)
#444E5D
(68,78,93)
#58616F
(88,97,111)
#6C7481
(108,116,129)
#808793
(128,135,147)
#949AA5
(148,154,165)
#A8ADB7
(168,173,183)
#BCC0C9
(188,192,201)
#D0D3DB
(208,211,219)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2839 color. Also use rgb(28,40,57) instead hex code.

Text Font Color

.myTextColor { color: #1C2839; }

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

This text font color is #1C2839.


Background Color

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

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

This div background color is #1C2839.


Border color

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

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

This div border color is #1C2839.


Opacity

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

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

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

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

This text has shadow with #1C2839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2839 on black background.


Color preview on white background

This text has color #1C2839 on white background.



Black color preview on #1C2839 background

This text has black color on #1C2839 background.


White color preview on #1C2839 background

This text has white color on #1C2839 background.