COLOR #0E1415

HEX: #0E1415
RGB: (14,20,21)

Color info

#0E1415 contains red, green and blue colors in about the same proportion. #0E1415 color is web safe color. It maybe written shortly as #011.

RGB color model

#0E1415 color RGB value is (14,20,21).

  • red value is 14;
  • green value is 20;
  • blue value is 21.
RGB:
(14,20,21)
(5%,8%,8%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 21 of 255 = 8%

14
20
21

R + G + B ~ 7%. #0E1415 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 21 = 55 (100%)
R 14 of 55 ~ 25.45%
G 20 of 55 ~ 36.36%
B 21 of 55 ~ 38.18%

%25.45
%36.36
%38.18

CMYK color model

#0E1415 color CMYK value is (33,5,0,92).

  • cyan value is 33.33%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(33,5,0,92)
C33M5Y0K92 
(33%,5%,0%,92%)
(0.33/0.05/0.00/0.92)	

CMYK percentages

%33.33
%4.76
%0
%91.76

Codes

Color #0E1415 in popluar color models

0E1415
RGB142021
HSL189°20.00%6.86%
HSB/HSV189°33.33%8.24%
CMYK33.33%4.76%0.00%
91.76%

Color #0E1415 in popluar number systems.

HEX0E1415
Decimal142021
Binary11101010010101
Octal162425

Shades and tints

Shades of #0E1415

#0E1415
(14,20,21)
#0D1314
(13,19,20)
#0C1213
(12,18,19)
#0B1112
(11,17,18)
#0A1011
(10,16,17)
#090F10
(9,15,16)
#080E0F
(8,14,15)
#070D0E
(7,13,14)
#060C0D
(6,12,13)
#050B0C
(5,11,12)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E1415

#0E1415
(14,20,21)
#23292A
(35,41,42)
#383E3F
(56,62,63)
#4D5354
(77,83,84)
#626869
(98,104,105)
#777D7E
(119,125,126)
#8C9293
(140,146,147)
#A1A7A8
(161,167,168)
#B6BCBD
(182,188,189)
#CBD1D2
(203,209,210)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1415; }

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

This text font color is #0E1415.


Background Color

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

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

This div background color is #0E1415.


Border color

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

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

This div border color is #0E1415.


Opacity

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

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

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

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

This text has shadow with #0E1415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1415 on black background.


Color preview on white background

This text has color #0E1415 on white background.



Black color preview on #0E1415 background

This text has black color on #0E1415 background.


White color preview on #0E1415 background

This text has white color on #0E1415 background.