COLOR #01080A

HEX: #01080A
RGB: (1,8,10)

Color info

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

RGB color model

#01080A color RGB value is (1,8,10).

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

RGB channels and saturation

R 1 of 255 = 0%
G 8 of 255 = 3%
B 10 of 255 = 4%

1
8
10

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

Portions of RGB colors in percentages

R + G + B =
1 + 8 + 10 = 19 (100%)
R 1 of 19 ~ 5.26%
G 8 of 19 ~ 42.11%
B 10 of 19 ~ 52.63%

%42.11
%52.63

CMYK color model

#01080A color CMYK value is (90,20,0,96).

  • cyan value is 90.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(90,20,0,96)
C90M20Y0K96 
(90%,20%,0%,96%)
(0.90/0.20/0.00/0.96)	

CMYK percentages

%90
%20
%0
%96.08

Codes

Color #01080A in popluar color models

01080A
RGB1810
HSL193°81.82%2.16%
HSB/HSV193°90.00%3.92%
CMYK90.00%20.00%0.00%
96.08%

Color #01080A in popluar number systems.

HEX01080A
Decimal1810
Binary110001010
Octal11012

Shades and tints

Tints of #01080A

#01080A
(1,8,10)
#181E20
(24,30,32)
#2F3436
(47,52,54)
#464A4C
(70,74,76)
#5D6062
(93,96,98)
#747678
(116,118,120)
#8B8C8E
(139,140,142)
#A2A2A4
(162,162,164)
#B9B8BA
(185,184,186)
#D0CED0
(208,206,208)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01080A color. Also use rgb(1,8,10) instead hex code.

Text Font Color

.myTextColor { color: #01080A; }

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

This text font color is #01080A.


Background Color

.myBgColor { background-color: #01080A; }

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

This div background color is #01080A.


Border color

.myBorderColor { border: 1px solid #01080A; }

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

This div border color is #01080A.


Opacity

.myOpacity80 { color: #01080A; opacity: 0.8; }

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

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

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

This text has shadow with #01080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01080A on black background.


Color preview on white background

This text has color #01080A on white background.



Black color preview on #01080A background

This text has black color on #01080A background.


White color preview on #01080A background

This text has white color on #01080A background.