COLOR #04184D

HEX: #04184D RGB: (4,24,77)

Color info

#04184D contains mainly green and blue colors. Web safe color of #04184D is #000033 (or #003).

RGB color model

#04184D color RGB value is (4,24,77).

RGB: (4,24,77) (2%, 9%, 30%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 77 of 255 = 30%

4
24
77

R + G + B ~ 14%. #04184D is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 24 + 77 = 105 (100%)
R 4 of 105 ~ 3.81%
G 24 of 105 ~ 22.86%
B 77 of 105 ~ 73.33'%

%22.86
%73.33

CMYK color model

#04184D color CMYK value is (95,69,0,70).

  • cyan value is 94.81%
  • magenta value is 68.83%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (95,69,0,70)
C95M69Y0K70 (95%, 69%, 0%, 70%)
(0.95 / 0.69 / 0.00 / 0.70)

CMYK percentages

%94.81
%68.83
%0
%69.8

Codes

Color #04184D in popluar color models

04 18 4D
RGB 4 24 77
HSL 224° 90.12% 15.88%
HSB/HSV 224° 94.81% 30.20%
CMYK 94.81% 68.83% 0.00%
69.80%

Color #04184D in popluar number systems.

HEX 04 18 4D
Decimal 4 24 77
Binary 100 11000 1001101
Octal 4 30 115

Shades and tints

Shades of #04184D

#04184D
(4,24,77)
#041646
(4,22,70)
#04143F
(4,20,63)
#041238
(4,18,56)
#041031
(4,16,49)
#040E2A
(4,14,42)
#040C23
(4,12,35)
#040A1C
(4,10,28)
#040815
(4,8,21)
#04060E
(4,6,14)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #04184D

#04184D
(4,24,77)
#1A2D5D
(26,45,93)
#30426D
(48,66,109)
#46577D
(70,87,125)
#5C6C8D
(92,108,141)
#72819D
(114,129,157)
#8896AD
(136,150,173)
#9EABBD
(158,171,189)
#B4C0CD
(180,192,205)
#CAD5DD
(202,213,221)
#E0EAED
(224,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04184D color. Also use rgb(4,24,77) instead hex code.

Text Font Color

.myTextColor { color: #04184D; }

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

This text font color is #04184D.

Background Color

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

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

This div background color is #04184D.

Border color

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

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

This div border color is #04184D.

Opacity

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

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

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

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

This text has shadow with #04184D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04184D.

Preview

Color preview on black background

This text has color #04184D on black background.


Color preview on white background

This text has color #04184D on white background.


Black color preview on #04184D background

This text has black color on #04184D background.


White color preview on #04184D background

This text has white color on #04184D background.


Related colors

Complementary color

Complementary color for #hex is #FBE7B2.


I love getcolorcode.com

Triadic colors

1 #4D0418 and #184D04 with #04184D are triadic colors.

2 #4D1804 and #18044D with #04184D are triadic colors.