COLOR #1C2539

HEX: #1C2539
RGB: (28,37,57)

Color info

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

RGB color model

#1C2539 color RGB value is (28,37,57).

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

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 57 of 255 = 22%

28
37
57

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

Portions of RGB colors in percentages

R + G + B =
28 + 37 + 57 = 122 (100%)
R 28 of 122 ~ 22.95%
G 37 of 122 ~ 30.33%
B 57 of 122 ~ 46.72%

%22.95
%30.33
%46.72

CMYK color model

#1C2539 color CMYK value is (51,35,0,78).

  • cyan value is 50.88%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(51,35,0,78)
C51M35Y0K78 
(51%,35%,0%,78%)
(0.51/0.35/0.00/0.78)	

CMYK percentages

%50.88
%35.09
%0
%77.65

Codes

Color #1C2539 in popluar color models

1C2539
RGB283757
HSL221°34.12%16.67%
HSB/HSV221°50.88%22.35%
CMYK50.88%35.09%0.00%
77.65%

Color #1C2539 in popluar number systems.

HEX1C2539
Decimal283757
Binary11100100101111001
Octal344571

Shades and tints

Shades of #1C2539

#1C2539
(28,37,57)
#1A2234
(26,34,52)
#181F2F
(24,31,47)
#161C2A
(22,28,42)
#141925
(20,25,37)
#121620
(18,22,32)
#10131B
(16,19,27)
#0E1016
(14,16,22)
#0C0D11
(12,13,17)
#0A0A0C
(10,10,12)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #1C2539

#1C2539
(28,37,57)
#30384B
(48,56,75)
#444B5D
(68,75,93)
#585E6F
(88,94,111)
#6C7181
(108,113,129)
#808493
(128,132,147)
#9497A5
(148,151,165)
#A8AAB7
(168,170,183)
#BCBDC9
(188,189,201)
#D0D0DB
(208,208,219)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2539; }

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

This text font color is #1C2539.


Background Color

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

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

This div background color is #1C2539.


Border color

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

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

This div border color is #1C2539.


Opacity

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

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

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

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

This text has shadow with #1C2539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2539 on black background.


Color preview on white background

This text has color #1C2539 on white background.



Black color preview on #1C2539 background

This text has black color on #1C2539 background.


White color preview on #1C2539 background

This text has white color on #1C2539 background.