COLOR #00050D

HEX: #00050D RGB: (0,5,13)

Color info

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

RGB color model

#00050D color RGB value is (0,5,13).

RGB: (0,5,13) (0%, 2%, 5%)

RGB channels and saturation

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

0
5
13

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

Portions of RGB colors in percentages

R + G + B = 0 + 5 + 13 = 18 (100%)
R 0 of 18 ~ 0%
G 5 of 18 ~ 27.78%
B 13 of 18 ~ 72.22'%

%27.78
%72.22

CMYK color model

#00050D color CMYK value is (100,62,0,95).

  • cyan value is 100.00%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (100,62,0,95)
C100M62Y0K95 (100%, 62%, 0%, 95%)
(1.00 / 0.62 / 0.00 / 0.95)

CMYK percentages

%100
%61.54
%0
%94.9

Codes

Color #00050D in popluar color models

00 05 0D
RGB 0 5 13
HSL 217° 100.00% 2.55%
HSB/HSV 217° 100.00% 5.10%
CMYK 100.00% 61.54% 0.00%
94.90%

Color #00050D in popluar number systems.

HEX 00 05 0D
Decimal 0 5 13
Binary 0 101 1101
Octal 0 5 15

Shades and tints

Shades of #00050D

#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)
#000504
(0,5,4)
#000503
(0,5,3)
#000000
(0,0,0)

Tints of #00050D

#00050D
(0,5,13)
#171B23
(23,27,35)
#2E3139
(46,49,57)
#45474F
(69,71,79)
#5C5D65
(92,93,101)
#73737B
(115,115,123)
#8A8991
(138,137,145)
#A19FA7
(161,159,167)
#B8B5BD
(184,181,189)
#CFCBD3
(207,203,211)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00050D; }

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

This text font color is #00050D.

Background Color

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

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

This div background color is #00050D.

Border color

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

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

This div border color is #00050D.

Opacity

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

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

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

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

This text has shadow with #00050D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00050D.

Preview

Color preview on black background

This text has color #00050D on black background.


Color preview on white background

This text has color #00050D on white background.


Black color preview on #00050D background

This text has black color on #00050D background.


White color preview on #00050D background

This text has white color on #00050D background.


Related colors

Complementary color

Complementary color for #hex is #FFFAF2.


I love getcolorcode.com

Triadic colors

1 #0D0005 and #050D00 with #00050D are triadic colors.

2 #0D0500 and #05000D with #00050D are triadic colors.