COLOR #010605

HEX: #010605
RGB: (1,6,5)

Color info

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

RGB color model

#010605 color RGB value is (1,6,5).

  • red value is 1;
  • green value is 6;
  • blue value is 5.
RGB:
(1,6,5)
(0%,2%,2%)

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 5 of 255 = 2%

1
6
5

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

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 5 = 12 (100%)
R 1 of 12 ~ 8.33%
G 6 of 12 ~ 50%
B 5 of 12 ~ 41.67%

%50
%41.67

CMYK color model

#010605 color CMYK value is (83,0,17,98).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 97.65%
CMYK:
(83,0,17,98)
C83M0Y17K98 
(83%,0%,17%,98%)
(0.83/0.00/0.17/0.98)	

CMYK percentages

%83.33
%0
%16.67
%97.65

Codes

Color #010605 in popluar color models

010605
RGB165
HSL168°71.43%1.37%
HSB/HSV168°83.33%2.35%
CMYK83.33%0.00%16.67%
97.65%

Color #010605 in popluar number systems.

HEX010605
Decimal165
Binary1110101
Octal165

Shades and tints

Tints of #010605

#010605
(1,6,5)
#181C1B
(24,28,27)
#2F3231
(47,50,49)
#464847
(70,72,71)
#5D5E5D
(93,94,93)
#747473
(116,116,115)
#8B8A89
(139,138,137)
#A2A09F
(162,160,159)
#B9B6B5
(185,182,181)
#D0CCCB
(208,204,203)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010605; }

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

This text font color is #010605.


Background Color

.myBgColor { background-color: #010605; }

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

This div background color is #010605.


Border color

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

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

This div border color is #010605.


Opacity

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

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

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

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

This text has shadow with #010605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010605 on black background.


Color preview on white background

This text has color #010605 on white background.



Black color preview on #010605 background

This text has black color on #010605 background.


White color preview on #010605 background

This text has white color on #010605 background.