COLOR #01070C

HEX: #01070C
RGB: (1,7,12)

Color info

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

RGB color model

#01070C color RGB value is (1,7,12).

  • red value is 1;
  • green value is 7;
  • blue value is 12.
RGB:
(1,7,12)
(0%,3%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 12 of 255 = 5%

1
7
12

R + G + B ~ 3%. #01070C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 7 + 12 = 20 (100%)
R 1 of 20 ~ 5%
G 7 of 20 ~ 35%
B 12 of 20 ~ 60%

%35
%60

CMYK color model

#01070C color CMYK value is (92,42,0,95).

  • cyan value is 91.67%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(92,42,0,95)
C92M42Y0K95 
(92%,42%,0%,95%)
(0.92/0.42/0.00/0.95)	

CMYK percentages

%91.67
%41.67
%0
%95.29

Codes

Color #01070C in popluar color models

01070C
RGB1712
HSL207°84.62%2.55%
HSB/HSV207°91.67%4.71%
CMYK91.67%41.67%0.00%
95.29%

Color #01070C in popluar number systems.

HEX01070C
Decimal1712
Binary11111100
Octal1714

Shades and tints

Shades of #01070C

#01070C
(1,7,12)
#01070B
(1,7,11)
#01070A
(1,7,10)
#010709
(1,7,9)
#010708
(1,7,8)
#010707
(1,7,7)
#010706
(1,7,6)
#010705
(1,7,5)
#010704
(1,7,4)
#010703
(1,7,3)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #01070C

#01070C
(1,7,12)
#181D22
(24,29,34)
#2F3338
(47,51,56)
#46494E
(70,73,78)
#5D5F64
(93,95,100)
#74757A
(116,117,122)
#8B8B90
(139,139,144)
#A2A1A6
(162,161,166)
#B9B7BC
(185,183,188)
#D0CDD2
(208,205,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01070C; }

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

This text font color is #01070C.


Background Color

.myBgColor { background-color: #01070C; }

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

This div background color is #01070C.


Border color

.myBorderColor { border: 1px solid #01070C; }

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

This div border color is #01070C.


Opacity

.myOpacity80 { color: #01070C; opacity: 0.8; }

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

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

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

This text has shadow with #01070C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01070C on black background.


Color preview on white background

This text has color #01070C on white background.



Black color preview on #01070C background

This text has black color on #01070C background.


White color preview on #01070C background

This text has white color on #01070C background.