COLOR #001C2C

HEX: #001C2C
RGB: (0,28,44)

Color info

#001C2C contains only green and blue colors. Web safe color of #001C2C is #003333 (or #033).

RGB color model

#001C2C color RGB value is (0,28,44).

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

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 44 of 255 = 17%

0
28
44

R + G + B ~ 9%. #001C2C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 28 + 44 = 72 (100%)
R 0 of 72 ~ 0%
G 28 of 72 ~ 38.89%
B 44 of 72 ~ 61.11%

%38.89
%61.11

CMYK color model

#001C2C color CMYK value is (100,36,0,83).

  • cyan value is 100.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(100,36,0,83)
C100M36Y0K83 
(100%,36%,0%,83%)
(1.00/0.36/0.00/0.83)	

CMYK percentages

%100
%36.36
%0
%82.75

Codes

Color #001C2C in popluar color models

001C2C
RGB02844
HSL202°100.00%8.63%
HSB/HSV202°100.00%17.25%
CMYK100.00%36.36%0.00%
82.75%

Color #001C2C in popluar number systems.

HEX001C2C
Decimal02844
Binary011100101100
Octal03454

Shades and tints

Shades of #001C2C

#001C2C
(0,28,44)
#001A28
(0,26,40)
#001824
(0,24,36)
#001620
(0,22,32)
#00141C
(0,20,28)
#001218
(0,18,24)
#001014
(0,16,20)
#000E10
(0,14,16)
#000C0C
(0,12,12)
#000A08
(0,10,8)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #001C2C

#001C2C
(0,28,44)
#17303F
(23,48,63)
#2E4452
(46,68,82)
#455865
(69,88,101)
#5C6C78
(92,108,120)
#73808B
(115,128,139)
#8A949E
(138,148,158)
#A1A8B1
(161,168,177)
#B8BCC4
(184,188,196)
#CFD0D7
(207,208,215)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C2C color. Also use rgb(0,28,44) instead hex code.

Text Font Color

.myTextColor { color: #001C2C; }

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

This text font color is #001C2C.


Background Color

.myBgColor { background-color: #001C2C; }

<div style="background-color:#001C2C">Inner text</div>

This div background color is #001C2C.


Border color

.myBorderColor { border: 1px solid #001C2C; }

<div style="border:3px solid #001C2C">Div</div>

This div border color is #001C2C.


Opacity

.myOpacity80 { color: #001C2C; opacity: 0.8; }

<p style="color:#001C2C;opacity:0.8;">80%</p>

Text with #001C2C 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 #001C2C;}

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

This text has shadow with #001C2C color.

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

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

This text has shadow with #001C2C primary color and red secondary color.


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

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

This text has shadow with #001C2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001C2C on black background.


Color preview on white background

This text has color #001C2C on white background.



Black color preview on #001C2C background

This text has black color on #001C2C background.


White color preview on #001C2C background

This text has white color on #001C2C background.