COLOR #04003D

HEX: #04003D
RGB: (4,0,61)

Color info

#04003D contains only red and blue colors. Web safe color of #04003D is #000033 (or #003).

RGB color model

#04003D color RGB value is (4,0,61).

  • red value is 4;
  • green value is 0;
  • blue value is 61.
RGB:
(4,0,61)
(2%,0%,24%)

RGB channels and saturation

R 4 of 255 = 2%
G 0 of 255 = 0%
B 61 of 255 = 24%

4
0
61

R + G + B ~ 9%. #04003D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 0 + 61 = 65 (100%)
R 4 of 65 ~ 6.15%
G 0 of 65 ~ 0%
B 61 of 65 ~ 93.85%

%93.85

CMYK color model

#04003D color CMYK value is (93,100,0,76).

  • cyan value is 93.44%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(93,100,0,76)
C93M100Y0K76 
(93%,100%,0%,76%)
(0.93/1.00/0.00/0.76)	

CMYK percentages

%93.44
%100
%0
%76.08

Codes

Color #04003D in popluar color models

04003D
RGB4061
HSL244°100.00%11.96%
HSB/HSV244°100.00%23.92%
CMYK93.44%100.00%0.00%
76.08%

Color #04003D in popluar number systems.

HEX04003D
Decimal4061
Binary1000111101
Octal4075

Shades and tints

Shades of #04003D

#04003D
(4,0,61)
#040038
(4,0,56)
#040033
(4,0,51)
#04002E
(4,0,46)
#040029
(4,0,41)
#040024
(4,0,36)
#04001F
(4,0,31)
#04001A
(4,0,26)
#040015
(4,0,21)
#040010
(4,0,16)
#04000B
(4,0,11)
#000000
(0,0,0)

Tints of #04003D

#04003D
(4,0,61)
#1A174E
(26,23,78)
#302E5F
(48,46,95)
#464570
(70,69,112)
#5C5C81
(92,92,129)
#727392
(114,115,146)
#888AA3
(136,138,163)
#9EA1B4
(158,161,180)
#B4B8C5
(180,184,197)
#CACFD6
(202,207,214)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04003D color. Also use rgb(4,0,61) instead hex code.

Text Font Color

.myTextColor { color: #04003D; }

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

This text font color is #04003D.


Background Color

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

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

This div background color is #04003D.


Border color

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

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

This div border color is #04003D.


Opacity

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

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

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

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

This text has shadow with #04003D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04003D on black background.


Color preview on white background

This text has color #04003D on white background.



Black color preview on #04003D background

This text has black color on #04003D background.


White color preview on #04003D background

This text has white color on #04003D background.