COLOR #0E0005

HEX: #0E0005
RGB: (14,0,5)

Color info

#0E0005 contains only red and blue colors. #0E0005 color is web safe color. It maybe written shortly as #000.

RGB color model

#0E0005 color RGB value is (14,0,5).

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

RGB channels and saturation

R 14 of 255 = 5%
G 0 of 255 = 0%
B 5 of 255 = 2%

14
0
5

R + G + B ~ 2%. #0E0005 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 0 + 5 = 19 (100%)
R 14 of 19 ~ 73.68%
G 0 of 19 ~ 0%
B 5 of 19 ~ 26.32%

%73.68
%26.32

CMYK color model

#0E0005 color CMYK value is (0,100,64,95).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.29%
  • key color value is 94.51%
CMYK:
(0,100,64,95)
C0M100Y64K95 
(0%,100%,64%,95%)
(0.00/1.00/0.64/0.95)	

CMYK percentages

%0
%100
%64.29
%94.51

Codes

Color #0E0005 in popluar color models

0E0005
RGB1405
HSL339°100.00%2.75%
HSB/HSV339°100.00%5.49%
CMYK0.00%100.00%64.29%
94.51%

Color #0E0005 in popluar number systems.

HEX0E0005
Decimal1405
Binary11100101
Octal1605

Shades and tints

Shades of #0E0005

#0E0005
(14,0,5)
#0D0005
(13,0,5)
#0C0005
(12,0,5)
#0B0005
(11,0,5)
#0A0005
(10,0,5)
#090005
(9,0,5)
#080005
(8,0,5)
#070005
(7,0,5)
#060005
(6,0,5)
#050005
(5,0,5)
#040005
(4,0,5)
#000000
(0,0,0)

Tints of #0E0005

#0E0005
(14,0,5)
#23171B
(35,23,27)
#382E31
(56,46,49)
#4D4547
(77,69,71)
#625C5D
(98,92,93)
#777373
(119,115,115)
#8C8A89
(140,138,137)
#A1A19F
(161,161,159)
#B6B8B5
(182,184,181)
#CBCFCB
(203,207,203)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0005; }

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

This text font color is #0E0005.


Background Color

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

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

This div background color is #0E0005.


Border color

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

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

This div border color is #0E0005.


Opacity

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

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

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

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

This text has shadow with #0E0005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0005 on black background.


Color preview on white background

This text has color #0E0005 on white background.



Black color preview on #0E0005 background

This text has black color on #0E0005 background.


White color preview on #0E0005 background

This text has white color on #0E0005 background.