COLOR #04305E

HEX: #04305E
RGB: (4,48,94)

Color info

#04305E contains mainly green and blue colors. Web safe color of #04305E is #003366 (or #036).

RGB color model

#04305E color RGB value is (4,48,94).

  • red value is 4;
  • green value is 48;
  • blue value is 94.
RGB:
(4,48,94)
(2%,19%,37%)

RGB channels and saturation

R 4 of 255 = 2%
G 48 of 255 = 19%
B 94 of 255 = 37%

4
48
94

R + G + B ~ 19%. #04305E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 48 + 94 = 146 (100%)
R 4 of 146 ~ 2.74%
G 48 of 146 ~ 32.88%
B 94 of 146 ~ 64.38%

%32.88
%64.38

CMYK color model

#04305E color CMYK value is (96,49,0,63).

  • cyan value is 95.74%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(96,49,0,63)
C96M49Y0K63 
(96%,49%,0%,63%)
(0.96/0.49/0.00/0.63)	

CMYK percentages

%95.74
%48.94
%0
%63.14

Codes

Color #04305E in popluar color models

04305E
RGB44894
HSL211°91.84%19.22%
HSB/HSV211°95.74%36.86%
CMYK95.74%48.94%0.00%
63.14%

Color #04305E in popluar number systems.

HEX04305E
Decimal44894
Binary1001100001011110
Octal460136

Shades and tints

Shades of #04305E

#04305E
(4,48,94)
#042C56
(4,44,86)
#04284E
(4,40,78)
#042446
(4,36,70)
#04203E
(4,32,62)
#041C36
(4,28,54)
#04182E
(4,24,46)
#041426
(4,20,38)
#04101E
(4,16,30)
#040C16
(4,12,22)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #04305E

#04305E
(4,48,94)
#1A426C
(26,66,108)
#30547A
(48,84,122)
#466688
(70,102,136)
#5C7896
(92,120,150)
#728AA4
(114,138,164)
#889CB2
(136,156,178)
#9EAEC0
(158,174,192)
#B4C0CE
(180,192,206)
#CAD2DC
(202,210,220)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04305E color. Also use rgb(4,48,94) instead hex code.

Text Font Color

.myTextColor { color: #04305E; }

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

This text font color is #04305E.


Background Color

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

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

This div background color is #04305E.


Border color

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

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

This div border color is #04305E.


Opacity

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

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

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

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

This text has shadow with #04305E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04305E on black background.


Color preview on white background

This text has color #04305E on white background.



Black color preview on #04305E background

This text has black color on #04305E background.


White color preview on #04305E background

This text has white color on #04305E background.