COLOR #010408

HEX: #010408 RGB: (1,4,8)

Color info

#010408 contains red, green and blue colors in about the same proportion. Web safe color of #010408 is #000000 (or #000).

RGB color model

#010408 color RGB value is (1,4,8).

RGB: (1,4,8) (0%, 2%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 8 of 255 = 3%

1
4
8

R + G + B ~ 2%. #010408 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 4 + 8 = 13 (100%)
R 1 of 13 ~ 7.69%
G 4 of 13 ~ 30.77%
B 8 of 13 ~ 61.54'%

%30.77
%61.54

CMYK color model

#010408 color CMYK value is (88,50,0,97).

  • cyan value is 87.50%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.86%

CMYK: (88,50,0,97)
C88M50Y0K97 (88%, 50%, 0%, 97%)
(0.88 / 0.50 / 0.00 / 0.97)

CMYK percentages

%87.5
%50
%0
%96.86

Codes

Color #010408 in popluar color models

01 04 08
RGB 1 4 8
HSL 214° 77.78% 1.76%
HSB/HSV 214° 87.50% 3.14%
CMYK 87.50% 50.00% 0.00%
96.86%

Color #010408 in popluar number systems.

HEX 01 04 08
Decimal 1 4 8
Binary 1 100 1000
Octal 1 4 10

Shades and tints

Tints of #010408

#010408
(1,4,8)
#181A1E
(24,26,30)
#2F3034
(47,48,52)
#46464A
(70,70,74)
#5D5C60
(93,92,96)
#747276
(116,114,118)
#8B888C
(139,136,140)
#A29EA2
(162,158,162)
#B9B4B8
(185,180,184)
#D0CACE
(208,202,206)
#E7E0E4
(231,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010408 color. Also use rgb(1,4,8) instead hex code.

Text Font Color

.myTextColor { color: #010408; }

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

This text font color is #010408.

Background Color

.myBgColor { background-color: #010408; }

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

This div background color is #010408.

Border color

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

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

This div border color is #010408.

Opacity

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

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

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

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

This text has shadow with #010408 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010408.

Preview

Color preview on black background

This text has color #010408 on black background.


Color preview on white background

This text has color #010408 on white background.


Black color preview on #010408 background

This text has black color on #010408 background.


White color preview on #010408 background

This text has white color on #010408 background.


Related colors

Complementary color

Complementary color for #hex is #FEFBF7.


I love getcolorcode.com

Triadic colors

1 #080104 and #040801 with #010408 are triadic colors.

2 #080401 and #040108 with #010408 are triadic colors.