COLOR #00050F

HEX: #00050F
RGB: (0,5,15)

Color info

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

RGB color model

#00050F color RGB value is (0,5,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 15 of 255 = 6%

0
5
15

R + G + B ~ 3%. #00050F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 15 = 20 (100%)
R 0 of 20 ~ 0%
G 5 of 20 ~ 25%
B 15 of 20 ~ 75%

%25
%75

CMYK color model

#00050F color CMYK value is (100,67,0,94).

  • cyan value is 100.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(100,67,0,94)
C100M67Y0K94 
(100%,67%,0%,94%)
(1.00/0.67/0.00/0.94)	

CMYK percentages

%100
%66.67
%0
%94.12

Codes

Color #00050F in popluar color models

00050F
RGB0515
HSL220°100.00%2.94%
HSB/HSV220°100.00%5.88%
CMYK100.00%66.67%0.00%
94.12%

Color #00050F in popluar number systems.

HEX00050F
Decimal0515
Binary01011111
Octal0517

Shades and tints

Shades of #00050F

#00050F
(0,5,15)
#00050E
(0,5,14)
#00050D
(0,5,13)
#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)
#000000
(0,0,0)

Tints of #00050F

#00050F
(0,5,15)
#171B24
(23,27,36)
#2E3139
(46,49,57)
#45474E
(69,71,78)
#5C5D63
(92,93,99)
#737378
(115,115,120)
#8A898D
(138,137,141)
#A19FA2
(161,159,162)
#B8B5B7
(184,181,183)
#CFCBCC
(207,203,204)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00050F; }

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

This text font color is #00050F.


Background Color

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

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

This div background color is #00050F.


Border color

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

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

This div border color is #00050F.


Opacity

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

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

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

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

This text has shadow with #00050F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00050F on black background.


Color preview on white background

This text has color #00050F on white background.



Black color preview on #00050F background

This text has black color on #00050F background.


White color preview on #00050F background

This text has white color on #00050F background.