COLOR #05000A

HEX: #05000A
RGB: (5,0,10)

Color info

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

RGB color model

#05000A color RGB value is (5,0,10).

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

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 10 of 255 = 4%

5
0
10

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

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 10 = 15 (100%)
R 5 of 15 ~ 33.33%
G 0 of 15 ~ 0%
B 10 of 15 ~ 66.67%

%33.33
%66.67

CMYK color model

#05000A color CMYK value is (50,100,0,96).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(50,100,0,96)
C50M100Y0K96 
(50%,100%,0%,96%)
(0.50/1.00/0.00/0.96)	

CMYK percentages

%50
%100
%0
%96.08

Codes

Color #05000A in popluar color models

05000A
RGB5010
HSL270°100.00%1.96%
HSB/HSV270°100.00%3.92%
CMYK50.00%100.00%0.00%
96.08%

Color #05000A in popluar number systems.

HEX05000A
Decimal5010
Binary10101010
Octal5012

Shades and tints

Tints of #05000A

#05000A
(5,0,10)
#1B1720
(27,23,32)
#312E36
(49,46,54)
#47454C
(71,69,76)
#5D5C62
(93,92,98)
#737378
(115,115,120)
#898A8E
(137,138,142)
#9FA1A4
(159,161,164)
#B5B8BA
(181,184,186)
#CBCFD0
(203,207,208)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05000A; }

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

This text font color is #05000A.


Background Color

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

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

This div background color is #05000A.


Border color

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

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

This div border color is #05000A.


Opacity

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

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

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

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

This text has shadow with #05000A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05000A on black background.


Color preview on white background

This text has color #05000A on white background.



Black color preview on #05000A background

This text has black color on #05000A background.


White color preview on #05000A background

This text has white color on #05000A background.