COLOR #010708

HEX: #010708 RGB: (1,7,8)

Color info

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

RGB color model

#010708 color RGB value is (1,7,8).

RGB: (1,7,8) (0%, 3%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 8 of 255 = 3%

1
7
8

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

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 8 = 16 (100%)
R 1 of 16 ~ 6.25%
G 7 of 16 ~ 43.75%
B 8 of 16 ~ 50'%

%43.75
%50

CMYK color model

#010708 color CMYK value is (88,13,0,97).

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

CMYK: (88,13,0,97)
C88M13Y0K97 (88%, 13%, 0%, 97%)
(0.88 / 0.13 / 0.00 / 0.97)

CMYK percentages

%87.5
%12.5
%0
%96.86

Codes

Color #010708 in popluar color models

01 07 08
RGB 1 7 8
HSL 189° 77.78% 1.76%
HSB/HSV 189° 87.50% 3.14%
CMYK 87.50% 12.50% 0.00%
96.86%

Color #010708 in popluar number systems.

HEX 01 07 08
Decimal 1 7 8
Binary 1 111 1000
Octal 1 7 10

Shades and tints

Tints of #010708

#010708
(1,7,8)
#181D1E
(24,29,30)
#2F3334
(47,51,52)
#46494A
(70,73,74)
#5D5F60
(93,95,96)
#747576
(116,117,118)
#8B8B8C
(139,139,140)
#A2A1A2
(162,161,162)
#B9B7B8
(185,183,184)
#D0CDCE
(208,205,206)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010708; }

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

This text font color is #010708.

Background Color

.myBgColor { background-color: #010708; }

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

This div background color is #010708.

Border color

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

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

This div border color is #010708.

Opacity

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

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

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

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

This text has shadow with #010708 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010708.

Preview

Color preview on black background

This text has color #010708 on black background.


Color preview on white background

This text has color #010708 on white background.


Black color preview on #010708 background

This text has black color on #010708 background.


White color preview on #010708 background

This text has white color on #010708 background.


Related colors

Complementary color

Complementary color for #hex is #FEF8F7.


I love getcolorcode.com

Triadic colors

1 #080107 and #070801 with #010708 are triadic colors.

2 #080701 and #070108 with #010708 are triadic colors.