COLOR #001814

HEX: #001814
RGB: (0,24,20)

Color info

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

RGB color model

#001814 color RGB value is (0,24,20).

  • red value is 0;
  • green value is 24;
  • blue value is 20.
RGB:
(0,24,20)
(0%,9%,8%)

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 20 of 255 = 8%

0
24
20

R + G + B ~ 6%. #001814 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 20 = 44 (100%)
R 0 of 44 ~ 0%
G 24 of 44 ~ 54.55%
B 20 of 44 ~ 45.45%

%54.55
%45.45

CMYK color model

#001814 color CMYK value is (100,0,17,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 90.59%
CMYK:
(100,0,17,91)
C100M0Y17K91 
(100%,0%,17%,91%)
(1.00/0.00/0.17/0.91)	

CMYK percentages

%100
%0
%16.67
%90.59

Codes

Color #001814 in popluar color models

001814
RGB02420
HSL170°100.00%4.71%
HSB/HSV170°100.00%9.41%
CMYK100.00%0.00%16.67%
90.59%

Color #001814 in popluar number systems.

HEX001814
Decimal02420
Binary01100010100
Octal03024

Shades and tints

Shades of #001814

#001814
(0,24,20)
#001613
(0,22,19)
#001412
(0,20,18)
#001211
(0,18,17)
#001010
(0,16,16)
#000E0F
(0,14,15)
#000C0E
(0,12,14)
#000A0D
(0,10,13)
#00080C
(0,8,12)
#00060B
(0,6,11)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #001814

#001814
(0,24,20)
#172D29
(23,45,41)
#2E423E
(46,66,62)
#455753
(69,87,83)
#5C6C68
(92,108,104)
#73817D
(115,129,125)
#8A9692
(138,150,146)
#A1ABA7
(161,171,167)
#B8C0BC
(184,192,188)
#CFD5D1
(207,213,209)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001814; }

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

This text font color is #001814.


Background Color

.myBgColor { background-color: #001814; }

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

This div background color is #001814.


Border color

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

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

This div border color is #001814.


Opacity

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

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

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

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

This text has shadow with #001814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001814 on black background.


Color preview on white background

This text has color #001814 on white background.



Black color preview on #001814 background

This text has black color on #001814 background.


White color preview on #001814 background

This text has white color on #001814 background.