COLOR #05000E

HEX: #05000E
RGB: (5,0,14)

Color info

#05000E contains only red and blue colors. Web safe color of #05000E is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

5
0
14

R + G + B ~ 2%. #05000E is dark color.

Portions of RGB colors in percentages

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

%26.32
%73.68

CMYK color model

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

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

CMYK percentages

%64.29
%100
%0
%94.51

Codes

Color #05000E in popluar color models

05000E
RGB5014
HSL261°100.00%2.75%
HSB/HSV261°100.00%5.49%
CMYK64.29%100.00%0.00%
94.51%

Color #05000E in popluar number systems.

HEX05000E
Decimal5014
Binary10101110
Octal5016

Shades and tints

Shades of #05000E

#05000E
(5,0,14)
#05000D
(5,0,13)
#05000C
(5,0,12)
#05000B
(5,0,11)
#05000A
(5,0,10)
#050009
(5,0,9)
#050008
(5,0,8)
#050007
(5,0,7)
#050006
(5,0,6)
#050005
(5,0,5)
#050004
(5,0,4)
#000000
(0,0,0)

Tints of #05000E

#05000E
(5,0,14)
#1B1723
(27,23,35)
#312E38
(49,46,56)
#47454D
(71,69,77)
#5D5C62
(93,92,98)
#737377
(115,115,119)
#898A8C
(137,138,140)
#9FA1A1
(159,161,161)
#B5B8B6
(181,184,182)
#CBCFCB
(203,207,203)
#E1E6E0
(225,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05000E; }

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

This text font color is #05000E.


Background Color

.myBgColor { background-color: #05000E; }

<div style="background-color:#05000E">Inner text</div>

This div background color is #05000E.


Border color

.myBorderColor { border: 1px solid #05000E; }

<div style="border:3px solid #05000E">Div</div>

This div border color is #05000E.


Opacity

.myOpacity80 { color: #05000E; opacity: 0.8; }

<p style="color:#05000E;opacity:0.8;">80%</p>

Text with #05000E 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 #05000E;}

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

This text has shadow with #05000E color.

.textShadow {text-shadow: 3px 3px 1px #05000E, 3px 3px 1px red;}

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

This text has shadow with #05000E primary color and red secondary color.


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

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

This text has shadow with #05000E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05000E on black background.


Color preview on white background

This text has color #05000E on white background.



Black color preview on #05000E background

This text has black color on #05000E background.


White color preview on #05000E background

This text has white color on #05000E background.