COLOR #04385D

HEX: #04385D
RGB: (4,56,93)

Color info

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

RGB color model

#04385D color RGB value is (4,56,93).

  • red value is 4;
  • green value is 56;
  • blue value is 93.
RGB:
(4,56,93)
(2%,22%,36%)

RGB channels and saturation

R 4 of 255 = 2%
G 56 of 255 = 22%
B 93 of 255 = 36%

4
56
93

R + G + B ~ 20%. #04385D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 56 + 93 = 153 (100%)
R 4 of 153 ~ 2.61%
G 56 of 153 ~ 36.6%
B 93 of 153 ~ 60.78%

%36.6
%60.78

CMYK color model

#04385D color CMYK value is (96,40,0,64).

  • cyan value is 95.70%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(96,40,0,64)
C96M40Y0K64 
(96%,40%,0%,64%)
(0.96/0.40/0.00/0.64)	

CMYK percentages

%95.7
%39.78
%0
%63.53

Codes

Color #04385D in popluar color models

04385D
RGB45693
HSL205°91.75%19.02%
HSB/HSV205°95.70%36.47%
CMYK95.70%39.78%0.00%
63.53%

Color #04385D in popluar number systems.

HEX04385D
Decimal45693
Binary1001110001011101
Octal470135

Shades and tints

Shades of #04385D

#04385D
(4,56,93)
#043355
(4,51,85)
#042E4D
(4,46,77)
#042945
(4,41,69)
#04243D
(4,36,61)
#041F35
(4,31,53)
#041A2D
(4,26,45)
#041525
(4,21,37)
#04101D
(4,16,29)
#040B15
(4,11,21)
#04060D
(4,6,13)
#000000
(0,0,0)

Tints of #04385D

#04385D
(4,56,93)
#1A4A6B
(26,74,107)
#305C79
(48,92,121)
#466E87
(70,110,135)
#5C8095
(92,128,149)
#7292A3
(114,146,163)
#88A4B1
(136,164,177)
#9EB6BF
(158,182,191)
#B4C8CD
(180,200,205)
#CADADB
(202,218,219)
#E0ECE9
(224,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04385D color. Also use rgb(4,56,93) instead hex code.

Text Font Color

.myTextColor { color: #04385D; }

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

This text font color is #04385D.


Background Color

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

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

This div background color is #04385D.


Border color

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

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

This div border color is #04385D.


Opacity

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

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

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

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

This text has shadow with #04385D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04385D on black background.


Color preview on white background

This text has color #04385D on white background.



Black color preview on #04385D background

This text has black color on #04385D background.


White color preview on #04385D background

This text has white color on #04385D background.