COLOR #0E1424

HEX: #0E1424
RGB: (14,20,36)

Color info

#0E1424 contains red, green and blue colors in about the same proportion. Web safe color of #0E1424 is #000033 (or #003).

RGB color model

#0E1424 color RGB value is (14,20,36).

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

RGB channels and saturation

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

14
20
36

R + G + B ~ 9%. #0E1424 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 36 = 70 (100%)
R 14 of 70 ~ 20%
G 20 of 70 ~ 28.57%
B 36 of 70 ~ 51.43%

%20
%28.57
%51.43

CMYK color model

#0E1424 color CMYK value is (61,44,0,86).

  • cyan value is 61.11%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(61,44,0,86)
C61M44Y0K86 
(61%,44%,0%,86%)
(0.61/0.44/0.00/0.86)	

CMYK percentages

%61.11
%44.44
%0
%85.88

Codes

Color #0E1424 in popluar color models

0E1424
RGB142036
HSL224°44.00%9.80%
HSB/HSV224°61.11%14.12%
CMYK61.11%44.44%0.00%
85.88%

Color #0E1424 in popluar number systems.

HEX0E1424
Decimal142036
Binary111010100100100
Octal162444

Shades and tints

Shades of #0E1424

#0E1424
(14,20,36)
#0D1321
(13,19,33)
#0C121E
(12,18,30)
#0B111B
(11,17,27)
#0A1018
(10,16,24)
#090F15
(9,15,21)
#080E12
(8,14,18)
#070D0F
(7,13,15)
#060C0C
(6,12,12)
#050B09
(5,11,9)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #0E1424

#0E1424
(14,20,36)
#232937
(35,41,55)
#383E4A
(56,62,74)
#4D535D
(77,83,93)
#626870
(98,104,112)
#777D83
(119,125,131)
#8C9296
(140,146,150)
#A1A7A9
(161,167,169)
#B6BCBC
(182,188,188)
#CBD1CF
(203,209,207)
#E0E6E2
(224,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1424; }

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

This text font color is #0E1424.


Background Color

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

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

This div background color is #0E1424.


Border color

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

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

This div border color is #0E1424.


Opacity

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

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

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

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

This text has shadow with #0E1424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1424 on black background.


Color preview on white background

This text has color #0E1424 on white background.



Black color preview on #0E1424 background

This text has black color on #0E1424 background.


White color preview on #0E1424 background

This text has white color on #0E1424 background.