COLOR #001408

HEX: #001408 RGB: (0,20,8)

Color info

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

RGB color model

#001408 color RGB value is (0,20,8).

RGB: (0,20,8) (0%, 8%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 8 of 255 = 3%

0
20
8

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

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 8 = 28 (100%)
R 0 of 28 ~ 0%
G 20 of 28 ~ 71.43%
B 8 of 28 ~ 28.57'%

%71.43
%28.57

CMYK color model

#001408 color CMYK value is (100,0,60,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 92.16%

CMYK: (100,0,60,92)
C100M0Y60K92 (100%, 0%, 60%, 92%)
(1.00 / 0.00 / 0.60 / 0.92)

CMYK percentages

%100
%0
%60
%92.16

Codes

Color #001408 in popluar color models

00 14 08
RGB 0 20 8
HSL 144° 100.00% 3.92%
HSB/HSV 144° 100.00% 7.84%
CMYK 100.00% 0.00% 60.00%
92.16%

Color #001408 in popluar number systems.

HEX 00 14 08
Decimal 0 20 8
Binary 0 10100 1000
Octal 0 24 10

Shades and tints

Shades of #001408

#001408
(0,20,8)
#001308
(0,19,8)
#001208
(0,18,8)
#001108
(0,17,8)
#001008
(0,16,8)
#000F08
(0,15,8)
#000E08
(0,14,8)
#000D08
(0,13,8)
#000C08
(0,12,8)
#000B08
(0,11,8)
#000A08
(0,10,8)
#000000
(0,0,0)

Tints of #001408

#001408
(0,20,8)
#17291E
(23,41,30)
#2E3E34
(46,62,52)
#45534A
(69,83,74)
#5C6860
(92,104,96)
#737D76
(115,125,118)
#8A928C
(138,146,140)
#A1A7A2
(161,167,162)
#B8BCB8
(184,188,184)
#CFD1CE
(207,209,206)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001408; }

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

This text font color is #001408.

Background Color

.myBgColor { background-color: #001408; }

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

This div background color is #001408.

Border color

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

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

This div border color is #001408.

Opacity

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

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

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

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

This text has shadow with #001408 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001408.

Preview

Color preview on black background

This text has color #001408 on black background.


Color preview on white background

This text has color #001408 on white background.


Black color preview on #001408 background

This text has black color on #001408 background.


White color preview on #001408 background

This text has white color on #001408 background.


Related colors

Complementary color

Complementary color for #hex is #FFEBF7.


I love getcolorcode.com

Triadic colors

1 #080014 and #140800 with #001408 are triadic colors.

2 #081400 and #140008 with #001408 are triadic colors.