COLOR #0E080A

HEX: #0E080A
RGB: (14,8,10)

Color info

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

RGB color model

#0E080A color RGB value is (14,8,10).

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

RGB channels and saturation

R 14 of 255 = 5%
G 8 of 255 = 3%
B 10 of 255 = 4%

14
8
10

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

Portions of RGB colors in percentages

R + G + B =
14 + 8 + 10 = 32 (100%)
R 14 of 32 ~ 43.75%
G 8 of 32 ~ 25%
B 10 of 32 ~ 31.25%

%43.75
%25
%31.25

CMYK color model

#0E080A color CMYK value is (0,43,29,95).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 28.57%
  • key color value is 94.51%
CMYK:
(0,43,29,95)
C0M43Y29K95 
(0%,43%,29%,95%)
(0.00/0.43/0.29/0.95)	

CMYK percentages

%0
%42.86
%28.57
%94.51

Codes

Color #0E080A in popluar color models

0E080A
RGB14810
HSL340°27.27%4.31%
HSB/HSV340°42.86%5.49%
CMYK0.00%42.86%28.57%
94.51%

Color #0E080A in popluar number systems.

HEX0E080A
Decimal14810
Binary111010001010
Octal161012

Shades and tints

Shades of #0E080A

#0E080A
(14,8,10)
#0D080A
(13,8,10)
#0C080A
(12,8,10)
#0B080A
(11,8,10)
#0A080A
(10,8,10)
#09080A
(9,8,10)
#08080A
(8,8,10)
#07080A
(7,8,10)
#06080A
(6,8,10)
#05080A
(5,8,10)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E080A

#0E080A
(14,8,10)
#231E20
(35,30,32)
#383436
(56,52,54)
#4D4A4C
(77,74,76)
#626062
(98,96,98)
#777678
(119,118,120)
#8C8C8E
(140,140,142)
#A1A2A4
(161,162,164)
#B6B8BA
(182,184,186)
#CBCED0
(203,206,208)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E080A; }

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

This text font color is #0E080A.


Background Color

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

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

This div background color is #0E080A.


Border color

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

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

This div border color is #0E080A.


Opacity

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

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

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

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

This text has shadow with #0E080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E080A on black background.


Color preview on white background

This text has color #0E080A on white background.



Black color preview on #0E080A background

This text has black color on #0E080A background.


White color preview on #0E080A background

This text has white color on #0E080A background.