COLOR #00030D

HEX: #00030D
RGB: (0,3,13)

Color info

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

RGB color model

#00030D color RGB value is (0,3,13).

  • red value is 0;
  • green value is 3;
  • blue value is 13.
RGB:
(0,3,13)
(0%,1%,5%)

RGB channels and saturation

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

0
3
13

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

Portions of RGB colors in percentages

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

%18.75
%81.25

CMYK color model

#00030D color CMYK value is (100,77,0,95).

  • cyan value is 100.00%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(100,77,0,95)
C100M77Y0K95 
(100%,77%,0%,95%)
(1.00/0.77/0.00/0.95)	

CMYK percentages

%100
%76.92
%0
%94.9

Codes

Color #00030D in popluar color models

00030D
RGB0313
HSL226°100.00%2.55%
HSB/HSV226°100.00%5.10%
CMYK100.00%76.92%0.00%
94.90%

Color #00030D in popluar number systems.

HEX00030D
Decimal0313
Binary0111101
Octal0315

Shades and tints

Shades of #00030D

#00030D
(0,3,13)
#00030C
(0,3,12)
#00030B
(0,3,11)
#00030A
(0,3,10)
#000309
(0,3,9)
#000308
(0,3,8)
#000307
(0,3,7)
#000306
(0,3,6)
#000305
(0,3,5)
#000304
(0,3,4)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #00030D

#00030D
(0,3,13)
#171923
(23,25,35)
#2E2F39
(46,47,57)
#45454F
(69,69,79)
#5C5B65
(92,91,101)
#73717B
(115,113,123)
#8A8791
(138,135,145)
#A19DA7
(161,157,167)
#B8B3BD
(184,179,189)
#CFC9D3
(207,201,211)
#E6DFE9
(230,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00030D; }

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

This text font color is #00030D.


Background Color

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

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

This div background color is #00030D.


Border color

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

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

This div border color is #00030D.


Opacity

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

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

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

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

This text has shadow with #00030D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00030D on black background.


Color preview on white background

This text has color #00030D on white background.



Black color preview on #00030D background

This text has black color on #00030D background.


White color preview on #00030D background

This text has white color on #00030D background.