COLOR #0E1436

HEX: #0E1436
RGB: (14,20,54)

Color info

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

RGB color model

#0E1436 color RGB value is (14,20,54).

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

RGB channels and saturation

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

14
20
54

R + G + B ~ 11%. #0E1436 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 54 = 88 (100%)
R 14 of 88 ~ 15.91%
G 20 of 88 ~ 22.73%
B 54 of 88 ~ 61.36%

%15.91
%22.73
%61.36

CMYK color model

#0E1436 color CMYK value is (74,63,0,79).

  • cyan value is 74.07%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(74,63,0,79)
C74M63Y0K79 
(74%,63%,0%,79%)
(0.74/0.63/0.00/0.79)	

CMYK percentages

%74.07
%62.96
%0
%78.82

Codes

Color #0E1436 in popluar color models

0E1436
RGB142054
HSL231°58.82%13.33%
HSB/HSV231°74.07%21.18%
CMYK74.07%62.96%0.00%
78.82%

Color #0E1436 in popluar number systems.

HEX0E1436
Decimal142054
Binary111010100110110
Octal162466

Shades and tints

Shades of #0E1436

#0E1436
(14,20,54)
#0D1332
(13,19,50)
#0C122E
(12,18,46)
#0B112A
(11,17,42)
#0A1026
(10,16,38)
#090F22
(9,15,34)
#080E1E
(8,14,30)
#070D1A
(7,13,26)
#060C16
(6,12,22)
#050B12
(5,11,18)
#040A0E
(4,10,14)
#000000
(0,0,0)

Tints of #0E1436

#0E1436
(14,20,54)
#232948
(35,41,72)
#383E5A
(56,62,90)
#4D536C
(77,83,108)
#62687E
(98,104,126)
#777D90
(119,125,144)
#8C92A2
(140,146,162)
#A1A7B4
(161,167,180)
#B6BCC6
(182,188,198)
#CBD1D8
(203,209,216)
#E0E6EA
(224,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1436; }

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

This text font color is #0E1436.


Background Color

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

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

This div background color is #0E1436.


Border color

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

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

This div border color is #0E1436.


Opacity

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

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

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

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

This text has shadow with #0E1436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1436 on black background.


Color preview on white background

This text has color #0E1436 on white background.



Black color preview on #0E1436 background

This text has black color on #0E1436 background.


White color preview on #0E1436 background

This text has white color on #0E1436 background.