COLOR #010608

HEX: #010608 RGB: (1,6,8)

Color info

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

RGB color model

#010608 color RGB value is (1,6,8).

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

RGB channels and saturation

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

1
6
8

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

Portions of RGB colors in percentages

R + G + B = 1 + 6 + 8 = 15 (100%)
R 1 of 15 ~ 6.67%
G 6 of 15 ~ 40%
B 8 of 15 ~ 53.33'%

%40
%53.33

CMYK color model

#010608 color CMYK value is (88,25,0,97).

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

CMYK: (88,25,0,97)
C88M25Y0K97 (88%, 25%, 0%, 97%)
(0.88 / 0.25 / 0.00 / 0.97)

CMYK percentages

%87.5
%25
%0
%96.86

Codes

Color #010608 in popluar color models

01 06 08
RGB 1 6 8
HSL 197° 77.78% 1.76%
HSB/HSV 197° 87.50% 3.14%
CMYK 87.50% 25.00% 0.00%
96.86%

Color #010608 in popluar number systems.

HEX 01 06 08
Decimal 1 6 8
Binary 1 110 1000
Octal 1 6 10

Shades and tints

Tints of #010608

#010608
(1,6,8)
#181C1E
(24,28,30)
#2F3234
(47,50,52)
#46484A
(70,72,74)
#5D5E60
(93,94,96)
#747476
(116,116,118)
#8B8A8C
(139,138,140)
#A2A0A2
(162,160,162)
#B9B6B8
(185,182,184)
#D0CCCE
(208,204,206)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010608; }

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

This text font color is #010608.

Background Color

.myBgColor { background-color: #010608; }

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

This div background color is #010608.

Border color

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

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

This div border color is #010608.

Opacity

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

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

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

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

This text has shadow with #010608 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010608.

Preview

Color preview on black background

This text has color #010608 on black background.


Color preview on white background

This text has color #010608 on white background.


Black color preview on #010608 background

This text has black color on #010608 background.


White color preview on #010608 background

This text has white color on #010608 background.


Related colors

Complementary color

Complementary color for #hex is #FEF9F7.


I love getcolorcode.com

Triadic colors

1 #080106 and #060801 with #010608 are triadic colors.

2 #080601 and #060108 with #010608 are triadic colors.