COLOR #001804

HEX: #001804 RGB: (0,24,4)

Color info

#001804 contains only green and blue colors. Web safe color of #001804 is #000000 (or #000).

RGB color model

#001804 color RGB value is (0,24,4).

RGB: (0,24,4) (0%, 9%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 4 of 255 = 2%

0
24
4

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

Portions of RGB colors in percentages

R + G + B = 0 + 24 + 4 = 28 (100%)
R 0 of 28 ~ 0%
G 24 of 28 ~ 85.71%
B 4 of 28 ~ 14.29'%

%85.71
%14.29

CMYK color model

#001804 color CMYK value is (100,0,83,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 90.59%

CMYK: (100,0,83,91)
C100M0Y83K91 (100%, 0%, 83%, 91%)
(1.00 / 0.00 / 0.83 / 0.91)

CMYK percentages

%100
%0
%83.33
%90.59

Codes

Color #001804 in popluar color models

00 18 04
RGB 0 24 4
HSL 130° 100.00% 4.71%
HSB/HSV 130° 100.00% 9.41%
CMYK 100.00% 0.00% 83.33%
90.59%

Color #001804 in popluar number systems.

HEX 00 18 04
Decimal 0 24 4
Binary 0 11000 100
Octal 0 30 4

Shades and tints

Shades of #001804

#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)
#000604
(0,6,4)
#000404
(0,4,4)
#000000
(0,0,0)

Tints of #001804

#001804
(0,24,4)
#172D1A
(23,45,26)
#2E4230
(46,66,48)
#455746
(69,87,70)
#5C6C5C
(92,108,92)
#738172
(115,129,114)
#8A9688
(138,150,136)
#A1AB9E
(161,171,158)
#B8C0B4
(184,192,180)
#CFD5CA
(207,213,202)
#E6EAE0
(230,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001804; }

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

This text font color is #001804.

Background Color

.myBgColor { background-color: #001804; }

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

This div background color is #001804.

Border color

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

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

This div border color is #001804.

Opacity

.myOpacity80 { color: #001804; opacity: 0.8; }

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

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

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

This text has shadow with #001804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001804.

Preview

Color preview on black background

This text has color #001804 on black background.


Color preview on white background

This text has color #001804 on white background.


Black color preview on #001804 background

This text has black color on #001804 background.


White color preview on #001804 background

This text has white color on #001804 background.


Related colors

Complementary color

Complementary color for #hex is #FFE7FB.


I love getcolorcode.com

Triadic colors

1 #040018 and #180400 with #001804 are triadic colors.

2 #041800 and #180004 with #001804 are triadic colors.