COLOR #052444

HEX: #052444
RGB: (5,36,68)

Color info

#052444 contains mainly green and blue colors. Web safe color of #052444 is #003333 (or #033).

RGB color model

#052444 color RGB value is (5,36,68).

  • red value is 5;
  • green value is 36;
  • blue value is 68.
RGB:
(5,36,68)
(2%,14%,27%)

RGB channels and saturation

R 5 of 255 = 2%
G 36 of 255 = 14%
B 68 of 255 = 27%

5
36
68

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

Portions of RGB colors in percentages

R + G + B =
5 + 36 + 68 = 109 (100%)
R 5 of 109 ~ 4.59%
G 36 of 109 ~ 33.03%
B 68 of 109 ~ 62.39%

%33.03
%62.39

CMYK color model

#052444 color CMYK value is (93,47,0,73).

  • cyan value is 92.65%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(93,47,0,73)
C93M47Y0K73 
(93%,47%,0%,73%)
(0.93/0.47/0.00/0.73)	

CMYK percentages

%92.65
%47.06
%0
%73.33

Codes

Color #052444 in popluar color models

052444
RGB53668
HSL210°86.30%14.31%
HSB/HSV210°92.65%26.67%
CMYK92.65%47.06%0.00%
73.33%

Color #052444 in popluar number systems.

HEX052444
Decimal53668
Binary1011001001000100
Octal544104

Shades and tints

Shades of #052444

#052444
(5,36,68)
#05213E
(5,33,62)
#051E38
(5,30,56)
#051B32
(5,27,50)
#05182C
(5,24,44)
#051526
(5,21,38)
#051220
(5,18,32)
#050F1A
(5,15,26)
#050C14
(5,12,20)
#05090E
(5,9,14)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #052444

#052444
(5,36,68)
#1B3755
(27,55,85)
#314A66
(49,74,102)
#475D77
(71,93,119)
#5D7088
(93,112,136)
#738399
(115,131,153)
#8996AA
(137,150,170)
#9FA9BB
(159,169,187)
#B5BCCC
(181,188,204)
#CBCFDD
(203,207,221)
#E1E2EE
(225,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052444 color. Also use rgb(5,36,68) instead hex code.

Text Font Color

.myTextColor { color: #052444; }

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

This text font color is #052444.


Background Color

.myBgColor { background-color: #052444; }

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

This div background color is #052444.


Border color

.myBorderColor { border: 1px solid #052444; }

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

This div border color is #052444.


Opacity

.myOpacity80 { color: #052444; opacity: 0.8; }

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

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

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

This text has shadow with #052444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052444 on black background.


Color preview on white background

This text has color #052444 on white background.



Black color preview on #052444 background

This text has black color on #052444 background.


White color preview on #052444 background

This text has white color on #052444 background.