COLOR #010706

HEX: #010706 RGB: (1,7,6)

Color info

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

RGB color model

#010706 color RGB value is (1,7,6).

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

RGB channels and saturation

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

1
7
6

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

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 6 = 14 (100%)
R 1 of 14 ~ 7.14%
G 7 of 14 ~ 50%
B 6 of 14 ~ 42.86'%

%50
%42.86

CMYK color model

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

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 97.25%

CMYK: (86,0,14,97)
C86M0Y14K97 (86%, 0%, 14%, 97%)
(0.86 / 0.00 / 0.14 / 0.97)

CMYK percentages

%85.71
%0
%14.29
%97.25

Codes

Color #010706 in popluar color models

01 07 06
RGB 1 7 6
HSL 170° 75.00% 1.57%
HSB/HSV 170° 85.71% 2.75%
CMYK 85.71% 0.00% 14.29%
97.25%

Color #010706 in popluar number systems.

HEX 01 07 06
Decimal 1 7 6
Binary 1 111 110
Octal 1 7 6

Shades and tints

Tints of #010706

#010706
(1,7,6)
#181D1C
(24,29,28)
#2F3332
(47,51,50)
#464948
(70,73,72)
#5D5F5E
(93,95,94)
#747574
(116,117,116)
#8B8B8A
(139,139,138)
#A2A1A0
(162,161,160)
#B9B7B6
(185,183,182)
#D0CDCC
(208,205,204)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010706; }

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

This text font color is #010706.

Background Color

.myBgColor { background-color: #010706; }

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

This div background color is #010706.

Border color

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

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

This div border color is #010706.

Opacity

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

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

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

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

This text has shadow with #010706 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010706.

Preview

Color preview on black background

This text has color #010706 on black background.


Color preview on white background

This text has color #010706 on white background.


Black color preview on #010706 background

This text has black color on #010706 background.


White color preview on #010706 background

This text has white color on #010706 background.


Related colors

Complementary color

Complementary color for #hex is #FEF8F9.


I love getcolorcode.com

Triadic colors

1 #060107 and #070601 with #010706 are triadic colors.

2 #060701 and #070106 with #010706 are triadic colors.