COLOR #0E071A

HEX: #0E071A
RGB: (14,7,26)

Color info

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

RGB color model

#0E071A color RGB value is (14,7,26).

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

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 26 of 255 = 10%

14
7
26

R + G + B ~ 6%. #0E071A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 7 + 26 = 47 (100%)
R 14 of 47 ~ 29.79%
G 7 of 47 ~ 14.89%
B 26 of 47 ~ 55.32%

%29.79
%14.89
%55.32

CMYK color model

#0E071A color CMYK value is (46,73,0,90).

  • cyan value is 46.15%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(46,73,0,90)
C46M73Y0K90 
(46%,73%,0%,90%)
(0.46/0.73/0.00/0.90)	

CMYK percentages

%46.15
%73.08
%0
%89.8

Codes

Color #0E071A in popluar color models

0E071A
RGB14726
HSL262°57.58%6.47%
HSB/HSV262°73.08%10.20%
CMYK46.15%73.08%0.00%
89.80%

Color #0E071A in popluar number systems.

HEX0E071A
Decimal14726
Binary111011111010
Octal16732

Shades and tints

Shades of #0E071A

#0E071A
(14,7,26)
#0D0718
(13,7,24)
#0C0716
(12,7,22)
#0B0714
(11,7,20)
#0A0712
(10,7,18)
#090710
(9,7,16)
#08070E
(8,7,14)
#07070C
(7,7,12)
#06070A
(6,7,10)
#050708
(5,7,8)
#040706
(4,7,6)
#000000
(0,0,0)

Tints of #0E071A

#0E071A
(14,7,26)
#231D2E
(35,29,46)
#383342
(56,51,66)
#4D4956
(77,73,86)
#625F6A
(98,95,106)
#77757E
(119,117,126)
#8C8B92
(140,139,146)
#A1A1A6
(161,161,166)
#B6B7BA
(182,183,186)
#CBCDCE
(203,205,206)
#E0E3E2
(224,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E071A; }

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

This text font color is #0E071A.


Background Color

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

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

This div background color is #0E071A.


Border color

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

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

This div border color is #0E071A.


Opacity

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

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

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

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

This text has shadow with #0E071A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E071A on black background.


Color preview on white background

This text has color #0E071A on white background.



Black color preview on #0E071A background

This text has black color on #0E071A background.


White color preview on #0E071A background

This text has white color on #0E071A background.