COLOR #0E0D1A

HEX: #0E0D1A
RGB: (14,13,26)

Color info

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

RGB color model

#0E0D1A color RGB value is (14,13,26).

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

RGB channels and saturation

R 14 of 255 = 5%
G 13 of 255 = 5%
B 26 of 255 = 10%

14
13
26

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

Portions of RGB colors in percentages

R + G + B =
14 + 13 + 26 = 53 (100%)
R 14 of 53 ~ 26.42%
G 13 of 53 ~ 24.53%
B 26 of 53 ~ 49.06%

%26.42
%24.53
%49.06

CMYK color model

#0E0D1A color CMYK value is (46,50,0,90).

  • cyan value is 46.15%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(46,50,0,90)
C46M50Y0K90 
(46%,50%,0%,90%)
(0.46/0.50/0.00/0.90)	

CMYK percentages

%46.15
%50
%0
%89.8

Codes

Color #0E0D1A in popluar color models

0E0D1A
RGB141326
HSL245°33.33%7.65%
HSB/HSV245°50.00%10.20%
CMYK46.15%50.00%0.00%
89.80%

Color #0E0D1A in popluar number systems.

HEX0E0D1A
Decimal141326
Binary1110110111010
Octal161532

Shades and tints

Shades of #0E0D1A

#0E0D1A
(14,13,26)
#0D0C18
(13,12,24)
#0C0B16
(12,11,22)
#0B0A14
(11,10,20)
#0A0912
(10,9,18)
#090810
(9,8,16)
#08070E
(8,7,14)
#07060C
(7,6,12)
#06050A
(6,5,10)
#050408
(5,4,8)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #0E0D1A

#0E0D1A
(14,13,26)
#23232E
(35,35,46)
#383942
(56,57,66)
#4D4F56
(77,79,86)
#62656A
(98,101,106)
#777B7E
(119,123,126)
#8C9192
(140,145,146)
#A1A7A6
(161,167,166)
#B6BDBA
(182,189,186)
#CBD3CE
(203,211,206)
#E0E9E2
(224,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0D1A; }

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

This text font color is #0E0D1A.


Background Color

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

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

This div background color is #0E0D1A.


Border color

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

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

This div border color is #0E0D1A.


Opacity

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

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

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

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

This text has shadow with #0E0D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0D1A on black background.


Color preview on white background

This text has color #0E0D1A on white background.



Black color preview on #0E0D1A background

This text has black color on #0E0D1A background.


White color preview on #0E0D1A background

This text has white color on #0E0D1A background.