COLOR #0A010E

HEX: #0A010E
RGB: (10,1,14)

Color info

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

RGB color model

#0A010E color RGB value is (10,1,14).

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

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 14 of 255 = 5%

10
1
14

R + G + B ~ 3%. #0A010E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 1 + 14 = 25 (100%)
R 10 of 25 ~ 40%
G 1 of 25 ~ 4%
B 14 of 25 ~ 56%

%40
%56

CMYK color model

#0A010E color CMYK value is (29,93,0,95).

  • cyan value is 28.57%
  • magenta value is 92.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(29,93,0,95)
C29M93Y0K95 
(29%,93%,0%,95%)
(0.29/0.93/0.00/0.95)	

CMYK percentages

%28.57
%92.86
%0
%94.51

Codes

Color #0A010E in popluar color models

0A010E
RGB10114
HSL282°86.67%2.94%
HSB/HSV282°92.86%5.49%
CMYK28.57%92.86%0.00%
94.51%

Color #0A010E in popluar number systems.

HEX0A010E
Decimal10114
Binary101011110
Octal12116

Shades and tints

Shades of #0A010E

#0A010E
(10,1,14)
#0A010D
(10,1,13)
#0A010C
(10,1,12)
#0A010B
(10,1,11)
#0A010A
(10,1,10)
#0A0109
(10,1,9)
#0A0108
(10,1,8)
#0A0107
(10,1,7)
#0A0106
(10,1,6)
#0A0105
(10,1,5)
#0A0104
(10,1,4)
#000000
(0,0,0)

Tints of #0A010E

#0A010E
(10,1,14)
#201823
(32,24,35)
#362F38
(54,47,56)
#4C464D
(76,70,77)
#625D62
(98,93,98)
#787477
(120,116,119)
#8E8B8C
(142,139,140)
#A4A2A1
(164,162,161)
#BAB9B6
(186,185,182)
#D0D0CB
(208,208,203)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A010E; }

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

This text font color is #0A010E.


Background Color

.myBgColor { background-color: #0A010E; }

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

This div background color is #0A010E.


Border color

.myBorderColor { border: 1px solid #0A010E; }

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

This div border color is #0A010E.


Opacity

.myOpacity80 { color: #0A010E; opacity: 0.8; }

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

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

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

This text has shadow with #0A010E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A010E on black background.


Color preview on white background

This text has color #0A010E on white background.



Black color preview on #0A010E background

This text has black color on #0A010E background.


White color preview on #0A010E background

This text has white color on #0A010E background.