COLOR #0E0F36

HEX: #0E0F36
RGB: (14,15,54)

Color info

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

RGB color model

#0E0F36 color RGB value is (14,15,54).

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

RGB channels and saturation

R 14 of 255 = 5%
G 15 of 255 = 6%
B 54 of 255 = 21%

14
15
54

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

Portions of RGB colors in percentages

R + G + B =
14 + 15 + 54 = 83 (100%)
R 14 of 83 ~ 16.87%
G 15 of 83 ~ 18.07%
B 54 of 83 ~ 65.06%

%16.87
%18.07
%65.06

CMYK color model

#0E0F36 color CMYK value is (74,72,0,79).

  • cyan value is 74.07%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(74,72,0,79)
C74M72Y0K79 
(74%,72%,0%,79%)
(0.74/0.72/0.00/0.79)	

CMYK percentages

%74.07
%72.22
%0
%78.82

Codes

Color #0E0F36 in popluar color models

0E0F36
RGB141554
HSL239°58.82%13.33%
HSB/HSV239°74.07%21.18%
CMYK74.07%72.22%0.00%
78.82%

Color #0E0F36 in popluar number systems.

HEX0E0F36
Decimal141554
Binary11101111110110
Octal161766

Shades and tints

Shades of #0E0F36

#0E0F36
(14,15,54)
#0D0E32
(13,14,50)
#0C0D2E
(12,13,46)
#0B0C2A
(11,12,42)
#0A0B26
(10,11,38)
#090A22
(9,10,34)
#08091E
(8,9,30)
#07081A
(7,8,26)
#060716
(6,7,22)
#050612
(5,6,18)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #0E0F36

#0E0F36
(14,15,54)
#232448
(35,36,72)
#38395A
(56,57,90)
#4D4E6C
(77,78,108)
#62637E
(98,99,126)
#777890
(119,120,144)
#8C8DA2
(140,141,162)
#A1A2B4
(161,162,180)
#B6B7C6
(182,183,198)
#CBCCD8
(203,204,216)
#E0E1EA
(224,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0F36; }

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

This text font color is #0E0F36.


Background Color

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

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

This div background color is #0E0F36.


Border color

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

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

This div border color is #0E0F36.


Opacity

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

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

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

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

This text has shadow with #0E0F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0F36 on black background.


Color preview on white background

This text has color #0E0F36 on white background.



Black color preview on #0E0F36 background

This text has black color on #0E0F36 background.


White color preview on #0E0F36 background

This text has white color on #0E0F36 background.