COLOR #0E0A12

HEX: #0E0A12
RGB: (14,10,18)

Color info

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

RGB color model

#0E0A12 color RGB value is (14,10,18).

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

RGB channels and saturation

R 14 of 255 = 5%
G 10 of 255 = 4%
B 18 of 255 = 7%

14
10
18

R + G + B ~ 5%. #0E0A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 10 + 18 = 42 (100%)
R 14 of 42 ~ 33.33%
G 10 of 42 ~ 23.81%
B 18 of 42 ~ 42.86%

%33.33
%23.81
%42.86

CMYK color model

#0E0A12 color CMYK value is (22,44,0,93).

  • cyan value is 22.22%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(22,44,0,93)
C22M44Y0K93 
(22%,44%,0%,93%)
(0.22/0.44/0.00/0.93)	

CMYK percentages

%22.22
%44.44
%0
%92.94

Codes

Color #0E0A12 in popluar color models

0E0A12
RGB141018
HSL270°28.57%5.49%
HSB/HSV270°44.44%7.06%
CMYK22.22%44.44%0.00%
92.94%

Color #0E0A12 in popluar number systems.

HEX0E0A12
Decimal141018
Binary1110101010010
Octal161222

Shades and tints

Shades of #0E0A12

#0E0A12
(14,10,18)
#0D0A11
(13,10,17)
#0C0A10
(12,10,16)
#0B0A0F
(11,10,15)
#0A0A0E
(10,10,14)
#090A0D
(9,10,13)
#080A0C
(8,10,12)
#070A0B
(7,10,11)
#060A0A
(6,10,10)
#050A09
(5,10,9)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E0A12

#0E0A12
(14,10,18)
#232027
(35,32,39)
#38363C
(56,54,60)
#4D4C51
(77,76,81)
#626266
(98,98,102)
#77787B
(119,120,123)
#8C8E90
(140,142,144)
#A1A4A5
(161,164,165)
#B6BABA
(182,186,186)
#CBD0CF
(203,208,207)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0A12; }

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

This text font color is #0E0A12.


Background Color

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

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

This div background color is #0E0A12.


Border color

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

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

This div border color is #0E0A12.


Opacity

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

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

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

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

This text has shadow with #0E0A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0A12 on black background.


Color preview on white background

This text has color #0E0A12 on white background.



Black color preview on #0E0A12 background

This text has black color on #0E0A12 background.


White color preview on #0E0A12 background

This text has white color on #0E0A12 background.