COLOR #0E071F

HEX: #0E071F RGB: (14,7,31)

Color info

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

RGB color model

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

RGB: (14,7,31) (5%, 3%, 12%)

RGB channels and saturation

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

14
7
31

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

Portions of RGB colors in percentages

R + G + B = 14 + 7 + 31 = 52 (100%)
R 14 of 52 ~ 26.92%
G 7 of 52 ~ 13.46%
B 31 of 52 ~ 59.62'%

%26.92
%13.46
%59.62

CMYK color model

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

  • cyan value is 54.84%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (55,77,0,88)
C55M77Y0K88 (55%, 77%, 0%, 88%)
(0.55 / 0.77 / 0.00 / 0.88)

CMYK percentages

%54.84
%77.42
%0
%87.84

Codes

Color #0E071F in popluar color models

0E 07 1F
RGB 14 7 31
HSL 258° 63.16% 7.45%
HSB/HSV 258° 77.42% 12.16%
CMYK 54.84% 77.42% 0.00%
87.84%

Color #0E071F in popluar number systems.

HEX 0E 07 1F
Decimal 14 7 31
Binary 1110 111 11111
Octal 16 7 37

Shades and tints

Shades of #0E071F

#0E071F
(14,7,31)
#0D071D
(13,7,29)
#0C071B
(12,7,27)
#0B0719
(11,7,25)
#0A0717
(10,7,23)
#090715
(9,7,21)
#080713
(8,7,19)
#070711
(7,7,17)
#06070F
(6,7,15)
#05070D
(5,7,13)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #0E071F

#0E071F
(14,7,31)
#231D33
(35,29,51)
#383347
(56,51,71)
#4D495B
(77,73,91)
#625F6F
(98,95,111)
#777583
(119,117,131)
#8C8B97
(140,139,151)
#A1A1AB
(161,161,171)
#B6B7BF
(182,183,191)
#CBCDD3
(203,205,211)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E071F; }

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

This text font color is #0E071F.

Background Color

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

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

This div background color is #0E071F.

Border color

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

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

This div border color is #0E071F.

Opacity

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

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

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

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

This text has shadow with #0E071F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E071F.

Preview

Color preview on black background

This text has color #0E071F on black background.


Color preview on white background

This text has color #0E071F on white background.


Black color preview on #0E071F background

This text has black color on #0E071F background.


White color preview on #0E071F background

This text has white color on #0E071F background.


Related colors

Complementary color

Complementary color for #hex is #F1F8E0.


I love getcolorcode.com

Triadic colors

1 #1F0E07 and #071F0E with #0E071F are triadic colors.

2 #1F070E and #070E1F with #0E071F are triadic colors.