COLOR #05000C

HEX: #05000C
RGB: (5,0,12)

Color info

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

RGB color model

#05000C color RGB value is (5,0,12).

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

RGB channels and saturation

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

5
0
12

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

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 12 = 17 (100%)
R 5 of 17 ~ 29.41%
G 0 of 17 ~ 0%
B 12 of 17 ~ 70.59%

%29.41
%70.59

CMYK color model

#05000C color CMYK value is (58,100,0,95).

  • cyan value is 58.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(58,100,0,95)
C58M100Y0K95 
(58%,100%,0%,95%)
(0.58/1.00/0.00/0.95)	

CMYK percentages

%58.33
%100
%0
%95.29

Codes

Color #05000C in popluar color models

05000C
RGB5012
HSL265°100.00%2.35%
HSB/HSV265°100.00%4.71%
CMYK58.33%100.00%0.00%
95.29%

Color #05000C in popluar number systems.

HEX05000C
Decimal5012
Binary10101100
Octal5014

Shades and tints

Shades of #05000C

#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)
#050003
(5,0,3)
#050002
(5,0,2)
#000000
(0,0,0)

Tints of #05000C

#05000C
(5,0,12)
#1B1722
(27,23,34)
#312E38
(49,46,56)
#47454E
(71,69,78)
#5D5C64
(93,92,100)
#73737A
(115,115,122)
#898A90
(137,138,144)
#9FA1A6
(159,161,166)
#B5B8BC
(181,184,188)
#CBCFD2
(203,207,210)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05000C; }

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

This text font color is #05000C.


Background Color

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

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

This div background color is #05000C.


Border color

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

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

This div border color is #05000C.


Opacity

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

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

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

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

This text has shadow with #05000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05000C on black background.


Color preview on white background

This text has color #05000C on white background.



Black color preview on #05000C background

This text has black color on #05000C background.


White color preview on #05000C background

This text has white color on #05000C background.