COLOR #04030D

HEX: #04030D
RGB: (4,3,13)

Color info

#04030D contains red, green and blue colors in about the same proportion. Web safe color of #04030D is #000000 (or #000).

RGB color model

#04030D color RGB value is (4,3,13).

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

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 13 of 255 = 5%

4
3
13

R + G + B ~ 3%. #04030D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 3 + 13 = 20 (100%)
R 4 of 20 ~ 20%
G 3 of 20 ~ 15%
B 13 of 20 ~ 65%

%20
%15
%65

CMYK color model

#04030D color CMYK value is (69,77,0,95).

  • cyan value is 69.23%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(69,77,0,95)
C69M77Y0K95 
(69%,77%,0%,95%)
(0.69/0.77/0.00/0.95)	

CMYK percentages

%69.23
%76.92
%0
%94.9

Codes

Color #04030D in popluar color models

04030D
RGB4313
HSL246°62.50%3.14%
HSB/HSV246°76.92%5.10%
CMYK69.23%76.92%0.00%
94.90%

Color #04030D in popluar number systems.

HEX04030D
Decimal4313
Binary100111101
Octal4315

Shades and tints

Shades of #04030D

#04030D
(4,3,13)
#04030C
(4,3,12)
#04030B
(4,3,11)
#04030A
(4,3,10)
#040309
(4,3,9)
#040308
(4,3,8)
#040307
(4,3,7)
#040306
(4,3,6)
#040305
(4,3,5)
#040304
(4,3,4)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #04030D

#04030D
(4,3,13)
#1A1923
(26,25,35)
#302F39
(48,47,57)
#46454F
(70,69,79)
#5C5B65
(92,91,101)
#72717B
(114,113,123)
#888791
(136,135,145)
#9E9DA7
(158,157,167)
#B4B3BD
(180,179,189)
#CAC9D3
(202,201,211)
#E0DFE9
(224,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04030D; }

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

This text font color is #04030D.


Background Color

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

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

This div background color is #04030D.


Border color

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

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

This div border color is #04030D.


Opacity

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

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

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

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

This text has shadow with #04030D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04030D on black background.


Color preview on white background

This text has color #04030D on white background.



Black color preview on #04030D background

This text has black color on #04030D background.


White color preview on #04030D background

This text has white color on #04030D background.