COLOR #04033E

HEX: #04033E RGB: (4,3,62)

Color info

#04033E contains red, green and blue colors in about the same proportion. Web safe color of #04033E is #000033 (or #003).

RGB color model

#04033E color RGB value is (4,3,62).

RGB: (4,3,62) (2%, 1%, 24%)

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 62 of 255 = 24%

4
3
62

R + G + B ~ 9%. #04033E is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 3 + 62 = 69 (100%)
R 4 of 69 ~ 5.8%
G 3 of 69 ~ 4.35%
B 62 of 69 ~ 89.86'%

%89.86

CMYK color model

#04033E color CMYK value is (94,95,0,76).

  • cyan value is 93.55%
  • magenta value is 95.16%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (94,95,0,76)
C94M95Y0K76 (94%, 95%, 0%, 76%)
(0.94 / 0.95 / 0.00 / 0.76)

CMYK percentages

%93.55
%95.16
%0
%75.69

Codes

Color #04033E in popluar color models

04 03 3E
RGB 4 3 62
HSL 241° 90.77% 12.75%
HSB/HSV 241° 95.16% 24.31%
CMYK 93.55% 95.16% 0.00%
75.69%

Color #04033E in popluar number systems.

HEX 04 03 3E
Decimal 4 3 62
Binary 100 11 111110
Octal 4 3 76

Shades and tints

Shades of #04033E

#04033E
(4,3,62)
#040339
(4,3,57)
#040334
(4,3,52)
#04032F
(4,3,47)
#04032A
(4,3,42)
#040325
(4,3,37)
#040320
(4,3,32)
#04031B
(4,3,27)
#040316
(4,3,22)
#040311
(4,3,17)
#04030C
(4,3,12)
#000000
(0,0,0)

Tints of #04033E

#04033E
(4,3,62)
#1A194F
(26,25,79)
#302F60
(48,47,96)
#464571
(70,69,113)
#5C5B82
(92,91,130)
#727193
(114,113,147)
#8887A4
(136,135,164)
#9E9DB5
(158,157,181)
#B4B3C6
(180,179,198)
#CAC9D7
(202,201,215)
#E0DFE8
(224,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04033E color. Also use rgb(4,3,62) instead hex code.

Text Font Color

.myTextColor { color: #04033E; }

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

This text font color is #04033E.

Background Color

.myBgColor { background-color: #04033E; }

<div style="background-color:#04033E">Inner text</div>

This div background color is #04033E.

Border color

.myBorderColor { border: 1px solid #04033E; }

<div style="border:3px solid #04033E">Div</div>

This div border color is #04033E.

Opacity

.myOpacity80 { color: #04033E; opacity: 0.8; }

<p style="color:#04033E;opacity:0.8;">80%</p>

Text with #04033E 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 #04033E;}

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

This text has shadow with #04033E color.


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

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

This text has shadow with #04033E primary color and red secondary color.


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

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

This text has shadow with #04033E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #04033E.

Preview

Color preview on black background

This text has color #04033E on black background.


Color preview on white background

This text has color #04033E on white background.


Black color preview on #04033E background

This text has black color on #04033E background.


White color preview on #04033E background

This text has white color on #04033E background.


Related colors

Complementary color

Complementary color for #hex is #FBFCC1.


I love getcolorcode.com

Triadic colors

1 #3E0403 and #033E04 with #04033E are triadic colors.

2 #3E0304 and #03043E with #04033E are triadic colors.