COLOR #00050C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
5
12

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

Portions of RGB colors in percentages

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

%29.41
%70.59

CMYK color model

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

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

CMYK percentages

%100
%58.33
%0
%95.29

Codes

Color #00050C in popluar color models

00050C
RGB0512
HSL215°100.00%2.35%
HSB/HSV215°100.00%4.71%
CMYK100.00%58.33%0.00%
95.29%

Color #00050C in popluar number systems.

HEX00050C
Decimal0512
Binary01011100
Octal0514

Shades and tints

Shades of #00050C

#00050C
(0,5,12)
#00050B
(0,5,11)
#00050A
(0,5,10)
#000509
(0,5,9)
#000508
(0,5,8)
#000507
(0,5,7)
#000506
(0,5,6)
#000505
(0,5,5)
#000504
(0,5,4)
#000503
(0,5,3)
#000502
(0,5,2)
#000000
(0,0,0)

Tints of #00050C

#00050C
(0,5,12)
#171B22
(23,27,34)
#2E3138
(46,49,56)
#45474E
(69,71,78)
#5C5D64
(92,93,100)
#73737A
(115,115,122)
#8A8990
(138,137,144)
#A19FA6
(161,159,166)
#B8B5BC
(184,181,188)
#CFCBD2
(207,203,210)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00050C; }

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

This text font color is #00050C.


Background Color

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

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

This div background color is #00050C.


Border color

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

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

This div border color is #00050C.


Opacity

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

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

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

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

This text has shadow with #00050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00050C on black background.


Color preview on white background

This text has color #00050C on white background.



Black color preview on #00050C background

This text has black color on #00050C background.


White color preview on #00050C background

This text has white color on #00050C background.