COLOR #0E1E1A

HEX: #0E1E1A
RGB: (14,30,26)

Color info

#0E1E1A contains red, green and blue colors in about the same proportion. Web safe color of #0E1E1A is #003300 (or #030).

RGB color model

#0E1E1A color RGB value is (14,30,26).

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

RGB channels and saturation

R 14 of 255 = 5%
G 30 of 255 = 12%
B 26 of 255 = 10%

14
30
26

R + G + B ~ 9%. #0E1E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 30 + 26 = 70 (100%)
R 14 of 70 ~ 20%
G 30 of 70 ~ 42.86%
B 26 of 70 ~ 37.14%

%20
%42.86
%37.14

CMYK color model

#0E1E1A color CMYK value is (53,0,13,88).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 88.24%
CMYK:
(53,0,13,88)
C53M0Y13K88 
(53%,0%,13%,88%)
(0.53/0.00/0.13/0.88)	

CMYK percentages

%53.33
%0
%13.33
%88.24

Codes

Color #0E1E1A in popluar color models

0E1E1A
RGB143026
HSL165°36.36%8.63%
HSB/HSV165°53.33%11.76%
CMYK53.33%0.00%13.33%
88.24%

Color #0E1E1A in popluar number systems.

HEX0E1E1A
Decimal143026
Binary11101111011010
Octal163632

Shades and tints

Shades of #0E1E1A

#0E1E1A
(14,30,26)
#0D1C18
(13,28,24)
#0C1A16
(12,26,22)
#0B1814
(11,24,20)
#0A1612
(10,22,18)
#091410
(9,20,16)
#08120E
(8,18,14)
#07100C
(7,16,12)
#060E0A
(6,14,10)
#050C08
(5,12,8)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #0E1E1A

#0E1E1A
(14,30,26)
#23322E
(35,50,46)
#384642
(56,70,66)
#4D5A56
(77,90,86)
#626E6A
(98,110,106)
#77827E
(119,130,126)
#8C9692
(140,150,146)
#A1AAA6
(161,170,166)
#B6BEBA
(182,190,186)
#CBD2CE
(203,210,206)
#E0E6E2
(224,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1E1A; }

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

This text font color is #0E1E1A.


Background Color

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

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

This div background color is #0E1E1A.


Border color

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

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

This div border color is #0E1E1A.


Opacity

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

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

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

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

This text has shadow with #0E1E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1E1A on black background.


Color preview on white background

This text has color #0E1E1A on white background.



Black color preview on #0E1E1A background

This text has black color on #0E1E1A background.


White color preview on #0E1E1A background

This text has white color on #0E1E1A background.