COLOR #0E1F1F

HEX: #0E1F1F
RGB: (14,31,31)

Color info

#0E1F1F contains red, green and blue colors in about the same proportion. Web safe color of #0E1F1F is #003333 (or #033).

RGB color model

#0E1F1F color RGB value is (14,31,31).

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

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 31 of 255 = 12%

14
31
31

R + G + B ~ 10%. #0E1F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 31 + 31 = 76 (100%)
R 14 of 76 ~ 18.42%
G 31 of 76 ~ 40.79%
B 31 of 76 ~ 40.79%

%18.42
%40.79
%40.79

CMYK color model

#0E1F1F color CMYK value is (55,0,0,88).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(55,0,0,88)
C55M0Y0K88 
(55%,0%,0%,88%)
(0.55/0.00/0.00/0.88)	

CMYK percentages

%54.84
%0
%0
%87.84

Codes

Color #0E1F1F in popluar color models

0E1F1F
RGB143131
HSL180°37.78%8.82%
HSB/HSV180°54.84%12.16%
CMYK54.84%0.00%0.00%
87.84%

Color #0E1F1F in popluar number systems.

HEX0E1F1F
Decimal143131
Binary11101111111111
Octal163737

Shades and tints

Shades of #0E1F1F

#0E1F1F
(14,31,31)
#0D1D1D
(13,29,29)
#0C1B1B
(12,27,27)
#0B1919
(11,25,25)
#0A1717
(10,23,23)
#091515
(9,21,21)
#081313
(8,19,19)
#071111
(7,17,17)
#060F0F
(6,15,15)
#050D0D
(5,13,13)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E1F1F

#0E1F1F
(14,31,31)
#233333
(35,51,51)
#384747
(56,71,71)
#4D5B5B
(77,91,91)
#626F6F
(98,111,111)
#778383
(119,131,131)
#8C9797
(140,151,151)
#A1ABAB
(161,171,171)
#B6BFBF
(182,191,191)
#CBD3D3
(203,211,211)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1F1F; }

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

This text font color is #0E1F1F.


Background Color

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

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

This div background color is #0E1F1F.


Border color

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

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

This div border color is #0E1F1F.


Opacity

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

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

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

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

This text has shadow with #0E1F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1F1F on black background.


Color preview on white background

This text has color #0E1F1F on white background.



Black color preview on #0E1F1F background

This text has black color on #0E1F1F background.


White color preview on #0E1F1F background

This text has white color on #0E1F1F background.