COLOR #0D0500

HEX: #0D0500 RGB: (13,5,0)

Color info

#0D0500 contains only red and green colors. Web safe color of #0D0500 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

13
5
0

R + G + B ~ 2%. #0D0500 is dark color.

Portions of RGB colors in percentages

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

%72.22
%27.78

CMYK color model

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

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

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

CMYK percentages

%0
%61.54
%100
%94.9

Codes

Color #0D0500 in popluar color models

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

Color #0D0500 in popluar number systems.

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

Shades and tints

Shades of #0D0500

#0D0500
(13,5,0)
#0C0500
(12,5,0)
#0B0500
(11,5,0)
#0A0500
(10,5,0)
#090500
(9,5,0)
#080500
(8,5,0)
#070500
(7,5,0)
#060500
(6,5,0)
#050500
(5,5,0)
#040500
(4,5,0)
#030500
(3,5,0)
#000000
(0,0,0)

Tints of #0D0500

#0D0500
(13,5,0)
#231B17
(35,27,23)
#39312E
(57,49,46)
#4F4745
(79,71,69)
#655D5C
(101,93,92)
#7B7373
(123,115,115)
#91898A
(145,137,138)
#A79FA1
(167,159,161)
#BDB5B8
(189,181,184)
#D3CBCF
(211,203,207)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0500; }

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

This text font color is #0D0500.

Background Color

.myBgColor { background-color: #0D0500; }

<div style="background-color:#0D0500">Inner text</div>

This div background color is #0D0500.

Border color

.myBorderColor { border: 1px solid #0D0500; }

<div style="border:3px solid #0D0500">Div</div>

This div border color is #0D0500.

Opacity

.myOpacity80 { color: #0D0500; opacity: 0.8; }

<p style="color:#0D0500;opacity:0.8;">80%</p>

Text with #0D0500 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 #0D0500;}

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

This text has shadow with #0D0500 color.


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

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

This text has shadow with #0D0500 primary color and red secondary color.


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

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

This text has shadow with #0D0500 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0D0500.

Preview

Color preview on black background

This text has color #0D0500 on black background.


Color preview on white background

This text has color #0D0500 on white background.


Black color preview on #0D0500 background

This text has black color on #0D0500 background.


White color preview on #0D0500 background

This text has white color on #0D0500 background.


Related colors

Complementary color

Complementary color for #hex is #F2FAFF.


I love getcolorcode.com

Triadic colors

1 #000D05 and #05000D with #0D0500 are triadic colors.

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