COLOR #0E0D1C

HEX: #0E0D1C
RGB: (14,13,28)

Color info

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

RGB color model

#0E0D1C color RGB value is (14,13,28).

  • red value is 14;
  • green value is 13;
  • blue value is 28.
RGB:
(14,13,28)
(5%,5%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 13 of 255 = 5%
B 28 of 255 = 11%

14
13
28

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

Portions of RGB colors in percentages

R + G + B =
14 + 13 + 28 = 55 (100%)
R 14 of 55 ~ 25.45%
G 13 of 55 ~ 23.64%
B 28 of 55 ~ 50.91%

%25.45
%23.64
%50.91

CMYK color model

#0E0D1C color CMYK value is (50,54,0,89).

  • cyan value is 50.00%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(50,54,0,89)
C50M54Y0K89 
(50%,54%,0%,89%)
(0.50/0.54/0.00/0.89)	

CMYK percentages

%50
%53.57
%0
%89.02

Codes

Color #0E0D1C in popluar color models

0E0D1C
RGB141328
HSL244°36.59%8.04%
HSB/HSV244°53.57%10.98%
CMYK50.00%53.57%0.00%
89.02%

Color #0E0D1C in popluar number systems.

HEX0E0D1C
Decimal141328
Binary1110110111100
Octal161534

Shades and tints

Shades of #0E0D1C

#0E0D1C
(14,13,28)
#0D0C1A
(13,12,26)
#0C0B18
(12,11,24)
#0B0A16
(11,10,22)
#0A0914
(10,9,20)
#090812
(9,8,18)
#080710
(8,7,16)
#07060E
(7,6,14)
#06050C
(6,5,12)
#05040A
(5,4,10)
#040308
(4,3,8)
#000000
(0,0,0)

Tints of #0E0D1C

#0E0D1C
(14,13,28)
#232330
(35,35,48)
#383944
(56,57,68)
#4D4F58
(77,79,88)
#62656C
(98,101,108)
#777B80
(119,123,128)
#8C9194
(140,145,148)
#A1A7A8
(161,167,168)
#B6BDBC
(182,189,188)
#CBD3D0
(203,211,208)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0D1C color. Also use rgb(14,13,28) instead hex code.

Text Font Color

.myTextColor { color: #0E0D1C; }

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

This text font color is #0E0D1C.


Background Color

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

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

This div background color is #0E0D1C.


Border color

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

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

This div border color is #0E0D1C.


Opacity

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

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

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

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

This text has shadow with #0E0D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0D1C on black background.


Color preview on white background

This text has color #0E0D1C on white background.



Black color preview on #0E0D1C background

This text has black color on #0E0D1C background.


White color preview on #0E0D1C background

This text has white color on #0E0D1C background.