COLOR #000D03

HEX: #000D03 RGB: (0,13,3)

Color info

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

RGB color model

#000D03 color RGB value is (0,13,3).

RGB: (0,13,3) (0%, 5%, 1%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 3 of 255 = 1%

0
13
3

R + G + B ~ 2%. #000D03 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 13 + 3 = 16 (100%)
R 0 of 16 ~ 0%
G 13 of 16 ~ 81.25%
B 3 of 16 ~ 18.75'%

%81.25
%18.75

CMYK color model

#000D03 color CMYK value is (100,0,77,95).

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

CMYK: (100,0,77,95)
C100M0Y77K95 (100%, 0%, 77%, 95%)
(1.00 / 0.00 / 0.77 / 0.95)

CMYK percentages

%100
%0
%76.92
%94.9

Codes

Color #000D03 in popluar color models

00 0D 03
RGB 0 13 3
HSL 134° 100.00% 2.55%
HSB/HSV 134° 100.00% 5.10%
CMYK 100.00% 0.00% 76.92%
94.90%

Color #000D03 in popluar number systems.

HEX 00 0D 03
Decimal 0 13 3
Binary 0 1101 11
Octal 0 15 3

Shades and tints

Shades of #000D03

#000D03
(0,13,3)
#000C03
(0,12,3)
#000B03
(0,11,3)
#000A03
(0,10,3)
#000903
(0,9,3)
#000803
(0,8,3)
#000703
(0,7,3)
#000603
(0,6,3)
#000503
(0,5,3)
#000403
(0,4,3)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #000D03

#000D03
(0,13,3)
#172319
(23,35,25)
#2E392F
(46,57,47)
#454F45
(69,79,69)
#5C655B
(92,101,91)
#737B71
(115,123,113)
#8A9187
(138,145,135)
#A1A79D
(161,167,157)
#B8BDB3
(184,189,179)
#CFD3C9
(207,211,201)
#E6E9DF
(230,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D03; }

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

This text font color is #000D03.

Background Color

.myBgColor { background-color: #000D03; }

<div style="background-color:#000D03">Inner text</div>

This div background color is #000D03.

Border color

.myBorderColor { border: 1px solid #000D03; }

<div style="border:3px solid #000D03">Div</div>

This div border color is #000D03.

Opacity

.myOpacity80 { color: #000D03; opacity: 0.8; }

<p style="color:#000D03;opacity:0.8;">80%</p>

Text with #000D03 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 #000D03;}

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

This text has shadow with #000D03 color.


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

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

This text has shadow with #000D03 primary color and red secondary color.


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

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

This text has shadow with #000D03 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #000D03.

Preview

Color preview on black background

This text has color #000D03 on black background.


Color preview on white background

This text has color #000D03 on white background.


Black color preview on #000D03 background

This text has black color on #000D03 background.


White color preview on #000D03 background

This text has white color on #000D03 background.


Related colors

Complementary color

Complementary color for #hex is #FFF2FC.


I love getcolorcode.com

Triadic colors

1 #03000D and #0D0300 with #000D03 are triadic colors.

2 #030D00 and #0D0003 with #000D03 are triadic colors.