COLOR #0E0C18

HEX: #0E0C18
RGB: (14,12,24)

Color info

#0E0C18 contains red, green and blue colors in about the same proportion. Web safe color of #0E0C18 is #000000 (or #000).

RGB color model

#0E0C18 color RGB value is (14,12,24).

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

RGB channels and saturation

R 14 of 255 = 5%
G 12 of 255 = 5%
B 24 of 255 = 9%

14
12
24

R + G + B ~ 6%. #0E0C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 12 + 24 = 50 (100%)
R 14 of 50 ~ 28%
G 12 of 50 ~ 24%
B 24 of 50 ~ 48%

%28
%24
%48

CMYK color model

#0E0C18 color CMYK value is (42,50,0,91).

  • cyan value is 41.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(42,50,0,91)
C42M50Y0K91 
(42%,50%,0%,91%)
(0.42/0.50/0.00/0.91)	

CMYK percentages

%41.67
%50
%0
%90.59

Codes

Color #0E0C18 in popluar color models

0E0C18
RGB141224
HSL250°33.33%7.06%
HSB/HSV250°50.00%9.41%
CMYK41.67%50.00%0.00%
90.59%

Color #0E0C18 in popluar number systems.

HEX0E0C18
Decimal141224
Binary1110110011000
Octal161430

Shades and tints

Shades of #0E0C18

#0E0C18
(14,12,24)
#0D0B16
(13,11,22)
#0C0A14
(12,10,20)
#0B0912
(11,9,18)
#0A0810
(10,8,16)
#09070E
(9,7,14)
#08060C
(8,6,12)
#07050A
(7,5,10)
#060408
(6,4,8)
#050306
(5,3,6)
#040204
(4,2,4)
#000000
(0,0,0)

Tints of #0E0C18

#0E0C18
(14,12,24)
#23222D
(35,34,45)
#383842
(56,56,66)
#4D4E57
(77,78,87)
#62646C
(98,100,108)
#777A81
(119,122,129)
#8C9096
(140,144,150)
#A1A6AB
(161,166,171)
#B6BCC0
(182,188,192)
#CBD2D5
(203,210,213)
#E0E8EA
(224,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C18; }

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

This text font color is #0E0C18.


Background Color

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

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

This div background color is #0E0C18.


Border color

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

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

This div border color is #0E0C18.


Opacity

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

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

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

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

This text has shadow with #0E0C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0C18 on black background.


Color preview on white background

This text has color #0E0C18 on white background.



Black color preview on #0E0C18 background

This text has black color on #0E0C18 background.


White color preview on #0E0C18 background

This text has white color on #0E0C18 background.