COLOR #0E0C1F

HEX: #0E0C1F
RGB: (14,12,31)

Color info

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

RGB color model

#0E0C1F color RGB value is (14,12,31).

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

RGB channels and saturation

R 14 of 255 = 5%
G 12 of 255 = 5%
B 31 of 255 = 12%

14
12
31

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

Portions of RGB colors in percentages

R + G + B =
14 + 12 + 31 = 57 (100%)
R 14 of 57 ~ 24.56%
G 12 of 57 ~ 21.05%
B 31 of 57 ~ 54.39%

%24.56
%21.05
%54.39

CMYK color model

#0E0C1F color CMYK value is (55,61,0,88).

  • cyan value is 54.84%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(55,61,0,88)
C55M61Y0K88 
(55%,61%,0%,88%)
(0.55/0.61/0.00/0.88)	

CMYK percentages

%54.84
%61.29
%0
%87.84

Codes

Color #0E0C1F in popluar color models

0E0C1F
RGB141231
HSL246°44.19%8.43%
HSB/HSV246°61.29%12.16%
CMYK54.84%61.29%0.00%
87.84%

Color #0E0C1F in popluar number systems.

HEX0E0C1F
Decimal141231
Binary1110110011111
Octal161437

Shades and tints

Shades of #0E0C1F

#0E0C1F
(14,12,31)
#0D0B1D
(13,11,29)
#0C0A1B
(12,10,27)
#0B0919
(11,9,25)
#0A0817
(10,8,23)
#090715
(9,7,21)
#080613
(8,6,19)
#070511
(7,5,17)
#06040F
(6,4,15)
#05030D
(5,3,13)
#04020B
(4,2,11)
#000000
(0,0,0)

Tints of #0E0C1F

#0E0C1F
(14,12,31)
#232233
(35,34,51)
#383847
(56,56,71)
#4D4E5B
(77,78,91)
#62646F
(98,100,111)
#777A83
(119,122,131)
#8C9097
(140,144,151)
#A1A6AB
(161,166,171)
#B6BCBF
(182,188,191)
#CBD2D3
(203,210,211)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C1F; }

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

This text font color is #0E0C1F.


Background Color

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

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

This div background color is #0E0C1F.


Border color

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

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

This div border color is #0E0C1F.


Opacity

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

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

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

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

This text has shadow with #0E0C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0C1F on black background.


Color preview on white background

This text has color #0E0C1F on white background.



Black color preview on #0E0C1F background

This text has black color on #0E0C1F background.


White color preview on #0E0C1F background

This text has white color on #0E0C1F background.