COLOR #001C04

HEX: #001C04 RGB: (0,28,4)

Color info

#001C04 contains only green and blue colors. Web safe color of #001C04 is #003300 (or #030).

RGB color model

#001C04 color RGB value is (0,28,4).

RGB: (0,28,4) (0%, 11%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 4 of 255 = 2%

0
28
4

R + G + B ~ 4%. #001C04 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 28 + 4 = 32 (100%)
R 0 of 32 ~ 0%
G 28 of 32 ~ 87.5%
B 4 of 32 ~ 12.5'%

%87.5
%12.5

CMYK color model

#001C04 color CMYK value is (100,0,86,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 89.02%

CMYK: (100,0,86,89)
C100M0Y86K89 (100%, 0%, 86%, 89%)
(1.00 / 0.00 / 0.86 / 0.89)

CMYK percentages

%100
%0
%85.71
%89.02

Codes

Color #001C04 in popluar color models

00 1C 04
RGB 0 28 4
HSL 129° 100.00% 5.49%
HSB/HSV 129° 100.00% 10.98%
CMYK 100.00% 0.00% 85.71%
89.02%

Color #001C04 in popluar number systems.

HEX 00 1C 04
Decimal 0 28 4
Binary 0 11100 100
Octal 0 34 4

Shades and tints

Shades of #001C04

#001C04
(0,28,4)
#001A04
(0,26,4)
#001804
(0,24,4)
#001604
(0,22,4)
#001404
(0,20,4)
#001204
(0,18,4)
#001004
(0,16,4)
#000E04
(0,14,4)
#000C04
(0,12,4)
#000A04
(0,10,4)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #001C04

#001C04
(0,28,4)
#17301A
(23,48,26)
#2E4430
(46,68,48)
#455846
(69,88,70)
#5C6C5C
(92,108,92)
#738072
(115,128,114)
#8A9488
(138,148,136)
#A1A89E
(161,168,158)
#B8BCB4
(184,188,180)
#CFD0CA
(207,208,202)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001C04; }

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

This text font color is #001C04.

Background Color

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

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

This div background color is #001C04.

Border color

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

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

This div border color is #001C04.

Opacity

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

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

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

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

This text has shadow with #001C04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001C04.

Preview

Color preview on black background

This text has color #001C04 on black background.


Color preview on white background

This text has color #001C04 on white background.


Black color preview on #001C04 background

This text has black color on #001C04 background.


White color preview on #001C04 background

This text has white color on #001C04 background.


Related colors

Complementary color

Complementary color for #hex is #FFE3FB.


I love getcolorcode.com

Triadic colors

1 #04001C and #1C0400 with #001C04 are triadic colors.

2 #041C00 and #1C0004 with #001C04 are triadic colors.