COLOR #010107

HEX: #010107
RGB: (1,1,7)

Color info

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

RGB color model

#010107 color RGB value is (1,1,7).

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

RGB channels and saturation

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

1
1
7

R + G + B ~ 1%. #010107 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 7 = 9 (100%)
R 1 of 9 ~ 11.11%
G 1 of 9 ~ 11.11%
B 7 of 9 ~ 77.78%

%11.11
%11.11
%77.78

CMYK color model

#010107 color CMYK value is (86,86,0,97).

  • cyan value is 85.71%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(86,86,0,97)
C86M86Y0K97 
(86%,86%,0%,97%)
(0.86/0.86/0.00/0.97)	

CMYK percentages

%85.71
%85.71
%0
%97.25

Codes

Color #010107 in popluar color models

010107
RGB117
HSL240°75.00%1.57%
HSB/HSV240°85.71%2.75%
CMYK85.71%85.71%0.00%
97.25%

Color #010107 in popluar number systems.

HEX010107
Decimal117
Binary11111
Octal117

Shades and tints

Tints of #010107

#010107
(1,1,7)
#18181D
(24,24,29)
#2F2F33
(47,47,51)
#464649
(70,70,73)
#5D5D5F
(93,93,95)
#747475
(116,116,117)
#8B8B8B
(139,139,139)
#A2A2A1
(162,162,161)
#B9B9B7
(185,185,183)
#D0D0CD
(208,208,205)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010107; }

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

This text font color is #010107.


Background Color

.myBgColor { background-color: #010107; }

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

This div background color is #010107.


Border color

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

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

This div border color is #010107.


Opacity

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

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

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

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

This text has shadow with #010107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010107 on black background.


Color preview on white background

This text has color #010107 on white background.



Black color preview on #010107 background

This text has black color on #010107 background.


White color preview on #010107 background

This text has white color on #010107 background.