COLOR #010600

HEX: #010600
RGB: (1,6,0)

Color info

#010600 contains only red and green colors. Web safe color of #010600 is #000000 (or #000).

RGB color model

#010600 color RGB value is (1,6,0).

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

RGB channels and saturation

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

1
6
0

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

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 0 = 7 (100%)
R 1 of 7 ~ 14.29%
G 6 of 7 ~ 85.71%
B 0 of 7 ~ 0%

%14.29
%85.71

CMYK color model

#010600 color CMYK value is (83,0,100,98).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 97.65%
CMYK:
(83,0,100,98)
C83M0Y100K98 
(83%,0%,100%,98%)
(0.83/0.00/1.00/0.98)	

CMYK percentages

%83.33
%0
%100
%97.65

Codes

Color #010600 in popluar color models

010600
RGB160
HSL110°100.00%1.18%
HSB/HSV110°100.00%2.35%
CMYK83.33%0.00%100.00%
97.65%

Color #010600 in popluar number systems.

HEX010600
Decimal160
Binary11100
Octal160

Shades and tints

Tints of #010600

#010600
(1,6,0)
#181C17
(24,28,23)
#2F322E
(47,50,46)
#464845
(70,72,69)
#5D5E5C
(93,94,92)
#747473
(116,116,115)
#8B8A8A
(139,138,138)
#A2A0A1
(162,160,161)
#B9B6B8
(185,182,184)
#D0CCCF
(208,204,207)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010600; }

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

This text font color is #010600.


Background Color

.myBgColor { background-color: #010600; }

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

This div background color is #010600.


Border color

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

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

This div border color is #010600.


Opacity

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

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

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

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

This text has shadow with #010600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010600 on black background.


Color preview on white background

This text has color #010600 on white background.



Black color preview on #010600 background

This text has black color on #010600 background.


White color preview on #010600 background

This text has white color on #010600 background.