COLOR #01080E

HEX: #01080E
RGB: (1,8,14)

Color info

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

RGB color model

#01080E color RGB value is (1,8,14).

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

RGB channels and saturation

R 1 of 255 = 0%
G 8 of 255 = 3%
B 14 of 255 = 5%

1
8
14

R + G + B ~ 3%. #01080E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 8 + 14 = 23 (100%)
R 1 of 23 ~ 4.35%
G 8 of 23 ~ 34.78%
B 14 of 23 ~ 60.87%

%34.78
%60.87

CMYK color model

#01080E color CMYK value is (93,43,0,95).

  • cyan value is 92.86%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(93,43,0,95)
C93M43Y0K95 
(93%,43%,0%,95%)
(0.93/0.43/0.00/0.95)	

CMYK percentages

%92.86
%42.86
%0
%94.51

Codes

Color #01080E in popluar color models

01080E
RGB1814
HSL208°86.67%2.94%
HSB/HSV208°92.86%5.49%
CMYK92.86%42.86%0.00%
94.51%

Color #01080E in popluar number systems.

HEX01080E
Decimal1814
Binary110001110
Octal11016

Shades and tints

Shades of #01080E

#01080E
(1,8,14)
#01080D
(1,8,13)
#01080C
(1,8,12)
#01080B
(1,8,11)
#01080A
(1,8,10)
#010809
(1,8,9)
#010808
(1,8,8)
#010807
(1,8,7)
#010806
(1,8,6)
#010805
(1,8,5)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #01080E

#01080E
(1,8,14)
#181E23
(24,30,35)
#2F3438
(47,52,56)
#464A4D
(70,74,77)
#5D6062
(93,96,98)
#747677
(116,118,119)
#8B8C8C
(139,140,140)
#A2A2A1
(162,162,161)
#B9B8B6
(185,184,182)
#D0CECB
(208,206,203)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01080E; }

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

This text font color is #01080E.


Background Color

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

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

This div background color is #01080E.


Border color

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

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

This div border color is #01080E.


Opacity

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

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

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

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

This text has shadow with #01080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01080E on black background.


Color preview on white background

This text has color #01080E on white background.



Black color preview on #01080E background

This text has black color on #01080E background.


White color preview on #01080E background

This text has white color on #01080E background.