COLOR #1C2F3B

HEX: #1C2F3B
RGB: (28,47,59)

Color info

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

RGB color model

#1C2F3B color RGB value is (28,47,59).

  • red value is 28;
  • green value is 47;
  • blue value is 59.
RGB:
(28,47,59)
(11%,18%,23%)

RGB channels and saturation

R 28 of 255 = 11%
G 47 of 255 = 18%
B 59 of 255 = 23%

28
47
59

R + G + B ~ 17%. #1C2F3B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 47 + 59 = 134 (100%)
R 28 of 134 ~ 20.9%
G 47 of 134 ~ 35.07%
B 59 of 134 ~ 44.03%

%20.9
%35.07
%44.03

CMYK color model

#1C2F3B color CMYK value is (53,20,0,77).

  • cyan value is 52.54%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(53,20,0,77)
C53M20Y0K77 
(53%,20%,0%,77%)
(0.53/0.20/0.00/0.77)	

CMYK percentages

%52.54
%20.34
%0
%76.86

Codes

Color #1C2F3B in popluar color models

1C2F3B
RGB284759
HSL203°35.63%17.06%
HSB/HSV203°52.54%23.14%
CMYK52.54%20.34%0.00%
76.86%

Color #1C2F3B in popluar number systems.

HEX1C2F3B
Decimal284759
Binary11100101111111011
Octal345773

Shades and tints

Shades of #1C2F3B

#1C2F3B
(28,47,59)
#1A2B36
(26,43,54)
#182731
(24,39,49)
#16232C
(22,35,44)
#141F27
(20,31,39)
#121B22
(18,27,34)
#10171D
(16,23,29)
#0E1318
(14,19,24)
#0C0F13
(12,15,19)
#0A0B0E
(10,11,14)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #1C2F3B

#1C2F3B
(28,47,59)
#30414C
(48,65,76)
#44535D
(68,83,93)
#58656E
(88,101,110)
#6C777F
(108,119,127)
#808990
(128,137,144)
#949BA1
(148,155,161)
#A8ADB2
(168,173,178)
#BCBFC3
(188,191,195)
#D0D1D4
(208,209,212)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2F3B color. Also use rgb(28,47,59) instead hex code.

Text Font Color

.myTextColor { color: #1C2F3B; }

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

This text font color is #1C2F3B.


Background Color

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

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

This div background color is #1C2F3B.


Border color

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

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

This div border color is #1C2F3B.


Opacity

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

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

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

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

This text has shadow with #1C2F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2F3B on black background.


Color preview on white background

This text has color #1C2F3B on white background.



Black color preview on #1C2F3B background

This text has black color on #1C2F3B background.


White color preview on #1C2F3B background

This text has white color on #1C2F3B background.