COLOR #0E0E10

HEX: #0E0E10
RGB: (14,14,16)

Color info

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

RGB color model

#0E0E10 color RGB value is (14,14,16).

  • red value is 14;
  • green value is 14;
  • blue value is 16.
RGB:
(14,14,16)
(5%,5%,6%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 16 of 255 = 6%

14
14
16

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

Portions of RGB colors in percentages

R + G + B =
14 + 14 + 16 = 44 (100%)
R 14 of 44 ~ 31.82%
G 14 of 44 ~ 31.82%
B 16 of 44 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

#0E0E10 color CMYK value is (13,13,0,94).

  • cyan value is 12.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(13,13,0,94)
C13M13Y0K94 
(13%,13%,0%,94%)
(0.13/0.13/0.00/0.94)	

CMYK percentages

%12.5
%12.5
%0
%93.73

Codes

Color #0E0E10 in popluar color models

0E0E10
RGB141416
HSL240°6.67%5.88%
HSB/HSV240°12.50%6.27%
CMYK12.50%12.50%0.00%
93.73%

Color #0E0E10 in popluar number systems.

HEX0E0E10
Decimal141416
Binary1110111010000
Octal161620

Shades and tints

Shades of #0E0E10

#0E0E10
(14,14,16)
#0D0D0F
(13,13,15)
#0C0C0E
(12,12,14)
#0B0B0D
(11,11,13)
#0A0A0C
(10,10,12)
#09090B
(9,9,11)
#08080A
(8,8,10)
#070709
(7,7,9)
#060608
(6,6,8)
#050507
(5,5,7)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E0E10

#0E0E10
(14,14,16)
#232325
(35,35,37)
#38383A
(56,56,58)
#4D4D4F
(77,77,79)
#626264
(98,98,100)
#777779
(119,119,121)
#8C8C8E
(140,140,142)
#A1A1A3
(161,161,163)
#B6B6B8
(182,182,184)
#CBCBCD
(203,203,205)
#E0E0E2
(224,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E10; }

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

This text font color is #0E0E10.


Background Color

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

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

This div background color is #0E0E10.


Border color

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

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

This div border color is #0E0E10.


Opacity

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

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

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

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

This text has shadow with #0E0E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0E10 on black background.


Color preview on white background

This text has color #0E0E10 on white background.



Black color preview on #0E0E10 background

This text has black color on #0E0E10 background.


White color preview on #0E0E10 background

This text has white color on #0E0E10 background.