COLOR #0E070B

HEX: #0E070B
RGB: (14,7,11)

Color info

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

RGB color model

#0E070B color RGB value is (14,7,11).

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

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 11 of 255 = 4%

14
7
11

R + G + B ~ 4%. #0E070B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 7 + 11 = 32 (100%)
R 14 of 32 ~ 43.75%
G 7 of 32 ~ 21.88%
B 11 of 32 ~ 34.38%

%43.75
%21.88
%34.38

CMYK color model

#0E070B color CMYK value is (0,50,21,95).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 21.43%
  • key color value is 94.51%
CMYK:
(0,50,21,95)
C0M50Y21K95 
(0%,50%,21%,95%)
(0.00/0.50/0.21/0.95)	

CMYK percentages

%0
%50
%21.43
%94.51

Codes

Color #0E070B in popluar color models

0E070B
RGB14711
HSL326°33.33%4.12%
HSB/HSV326°50.00%5.49%
CMYK0.00%50.00%21.43%
94.51%

Color #0E070B in popluar number systems.

HEX0E070B
Decimal14711
Binary11101111011
Octal16713

Shades and tints

Shades of #0E070B

#0E070B
(14,7,11)
#0D070A
(13,7,10)
#0C0709
(12,7,9)
#0B0708
(11,7,8)
#0A0707
(10,7,7)
#090706
(9,7,6)
#080705
(8,7,5)
#070704
(7,7,4)
#060703
(6,7,3)
#050702
(5,7,2)
#040701
(4,7,1)
#000000
(0,0,0)

Tints of #0E070B

#0E070B
(14,7,11)
#231D21
(35,29,33)
#383337
(56,51,55)
#4D494D
(77,73,77)
#625F63
(98,95,99)
#777579
(119,117,121)
#8C8B8F
(140,139,143)
#A1A1A5
(161,161,165)
#B6B7BB
(182,183,187)
#CBCDD1
(203,205,209)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E070B; }

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

This text font color is #0E070B.


Background Color

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

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

This div background color is #0E070B.


Border color

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

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

This div border color is #0E070B.


Opacity

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

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

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

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

This text has shadow with #0E070B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E070B on black background.


Color preview on white background

This text has color #0E070B on white background.



Black color preview on #0E070B background

This text has black color on #0E070B background.


White color preview on #0E070B background

This text has white color on #0E070B background.