COLOR #01070B

HEX: #01070B
RGB: (1,7,11)

Color info

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

RGB color model

#01070B color RGB value is (1,7,11).

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

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 11 of 255 = 4%

1
7
11

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

Portions of RGB colors in percentages

R + G + B =
1 + 7 + 11 = 19 (100%)
R 1 of 19 ~ 5.26%
G 7 of 19 ~ 36.84%
B 11 of 19 ~ 57.89%

%36.84
%57.89

CMYK color model

#01070B color CMYK value is (91,36,0,96).

  • cyan value is 90.91%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(91,36,0,96)
C91M36Y0K96 
(91%,36%,0%,96%)
(0.91/0.36/0.00/0.96)	

CMYK percentages

%90.91
%36.36
%0
%95.69

Codes

Color #01070B in popluar color models

01070B
RGB1711
HSL204°83.33%2.35%
HSB/HSV204°90.91%4.31%
CMYK90.91%36.36%0.00%
95.69%

Color #01070B in popluar number systems.

HEX01070B
Decimal1711
Binary11111011
Octal1713

Shades and tints

Shades of #01070B

#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)
#010701
(1,7,1)
#000000
(0,0,0)

Tints of #01070B

#01070B
(1,7,11)
#181D21
(24,29,33)
#2F3337
(47,51,55)
#46494D
(70,73,77)
#5D5F63
(93,95,99)
#747579
(116,117,121)
#8B8B8F
(139,139,143)
#A2A1A5
(162,161,165)
#B9B7BB
(185,183,187)
#D0CDD1
(208,205,209)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01070B; }

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

This text font color is #01070B.


Background Color

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

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

This div background color is #01070B.


Border color

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

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

This div border color is #01070B.


Opacity

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

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

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

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

This text has shadow with #01070B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01070B on black background.


Color preview on white background

This text has color #01070B on white background.



Black color preview on #01070B background

This text has black color on #01070B background.


White color preview on #01070B background

This text has white color on #01070B background.