COLOR #04063A

HEX: #04063A
RGB: (4,6,58)

Color info

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

RGB color model

#04063A color RGB value is (4,6,58).

  • red value is 4;
  • green value is 6;
  • blue value is 58.
RGB:
(4,6,58)
(2%,2%,23%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 58 of 255 = 23%

4
6
58

R + G + B ~ 9%. #04063A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 6 + 58 = 68 (100%)
R 4 of 68 ~ 5.88%
G 6 of 68 ~ 8.82%
B 58 of 68 ~ 85.29%

%85.29

CMYK color model

#04063A color CMYK value is (93,90,0,77).

  • cyan value is 93.10%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(93,90,0,77)
C93M90Y0K77 
(93%,90%,0%,77%)
(0.93/0.90/0.00/0.77)	

CMYK percentages

%93.1
%89.66
%0
%77.25

Codes

Color #04063A in popluar color models

04063A
RGB4658
HSL238°87.10%12.16%
HSB/HSV238°93.10%22.75%
CMYK93.10%89.66%0.00%
77.25%

Color #04063A in popluar number systems.

HEX04063A
Decimal4658
Binary100110111010
Octal4672

Shades and tints

Shades of #04063A

#04063A
(4,6,58)
#040635
(4,6,53)
#040630
(4,6,48)
#04062B
(4,6,43)
#040626
(4,6,38)
#040621
(4,6,33)
#04061C
(4,6,28)
#040617
(4,6,23)
#040612
(4,6,18)
#04060D
(4,6,13)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #04063A

#04063A
(4,6,58)
#1A1C4B
(26,28,75)
#30325C
(48,50,92)
#46486D
(70,72,109)
#5C5E7E
(92,94,126)
#72748F
(114,116,143)
#888AA0
(136,138,160)
#9EA0B1
(158,160,177)
#B4B6C2
(180,182,194)
#CACCD3
(202,204,211)
#E0E2E4
(224,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04063A color. Also use rgb(4,6,58) instead hex code.

Text Font Color

.myTextColor { color: #04063A; }

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

This text font color is #04063A.


Background Color

.myBgColor { background-color: #04063A; }

<div style="background-color:#04063A">Inner text</div>

This div background color is #04063A.


Border color

.myBorderColor { border: 1px solid #04063A; }

<div style="border:3px solid #04063A">Div</div>

This div border color is #04063A.


Opacity

.myOpacity80 { color: #04063A; opacity: 0.8; }

<p style="color:#04063A;opacity:0.8;">80%</p>

Text with #04063A 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 #04063A;}

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

This text has shadow with #04063A color.

.textShadow {text-shadow: 3px 3px 1px #04063A, 3px 3px 1px red;}

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

This text has shadow with #04063A primary color and red secondary color.


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

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

This text has shadow with #04063A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04063A on black background.


Color preview on white background

This text has color #04063A on white background.



Black color preview on #04063A background

This text has black color on #04063A background.


White color preview on #04063A background

This text has white color on #04063A background.