COLOR #0E1E19

HEX: #0E1E19
RGB: (14,30,25)

Color info

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

RGB color model

#0E1E19 color RGB value is (14,30,25).

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

RGB channels and saturation

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

14
30
25

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

Portions of RGB colors in percentages

R + G + B =
14 + 30 + 25 = 69 (100%)
R 14 of 69 ~ 20.29%
G 30 of 69 ~ 43.48%
B 25 of 69 ~ 36.23%

%20.29
%43.48
%36.23

CMYK color model

#0E1E19 color CMYK value is (53,0,17,88).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 88.24%
CMYK:
(53,0,17,88)
C53M0Y17K88 
(53%,0%,17%,88%)
(0.53/0.00/0.17/0.88)	

CMYK percentages

%53.33
%0
%16.67
%88.24

Codes

Color #0E1E19 in popluar color models

0E1E19
RGB143025
HSL161°36.36%8.63%
HSB/HSV161°53.33%11.76%
CMYK53.33%0.00%16.67%
88.24%

Color #0E1E19 in popluar number systems.

HEX0E1E19
Decimal143025
Binary11101111011001
Octal163631

Shades and tints

Shades of #0E1E19

#0E1E19
(14,30,25)
#0D1C17
(13,28,23)
#0C1A15
(12,26,21)
#0B1813
(11,24,19)
#0A1611
(10,22,17)
#09140F
(9,20,15)
#08120D
(8,18,13)
#07100B
(7,16,11)
#060E09
(6,14,9)
#050C07
(5,12,7)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #0E1E19

#0E1E19
(14,30,25)
#23322D
(35,50,45)
#384641
(56,70,65)
#4D5A55
(77,90,85)
#626E69
(98,110,105)
#77827D
(119,130,125)
#8C9691
(140,150,145)
#A1AAA5
(161,170,165)
#B6BEB9
(182,190,185)
#CBD2CD
(203,210,205)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1E19; }

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

This text font color is #0E1E19.


Background Color

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

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

This div background color is #0E1E19.


Border color

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

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

This div border color is #0E1E19.


Opacity

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

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

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

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

This text has shadow with #0E1E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1E19 on black background.


Color preview on white background

This text has color #0E1E19 on white background.



Black color preview on #0E1E19 background

This text has black color on #0E1E19 background.


White color preview on #0E1E19 background

This text has white color on #0E1E19 background.