COLOR #052C47

HEX: #052C47
RGB: (5,44,71)

Color info

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

RGB color model

#052C47 color RGB value is (5,44,71).

  • red value is 5;
  • green value is 44;
  • blue value is 71.
RGB:
(5,44,71)
(2%,17%,28%)

RGB channels and saturation

R 5 of 255 = 2%
G 44 of 255 = 17%
B 71 of 255 = 28%

5
44
71

R + G + B ~ 16%. #052C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 44 + 71 = 120 (100%)
R 5 of 120 ~ 4.17%
G 44 of 120 ~ 36.67%
B 71 of 120 ~ 59.17%

%36.67
%59.17

CMYK color model

#052C47 color CMYK value is (93,38,0,72).

  • cyan value is 92.96%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(93,38,0,72)
C93M38Y0K72 
(93%,38%,0%,72%)
(0.93/0.38/0.00/0.72)	

CMYK percentages

%92.96
%38.03
%0
%72.16

Codes

Color #052C47 in popluar color models

052C47
RGB54471
HSL205°86.84%14.90%
HSB/HSV205°92.96%27.84%
CMYK92.96%38.03%0.00%
72.16%

Color #052C47 in popluar number systems.

HEX052C47
Decimal54471
Binary1011011001000111
Octal554107

Shades and tints

Shades of #052C47

#052C47
(5,44,71)
#052841
(5,40,65)
#05243B
(5,36,59)
#052035
(5,32,53)
#051C2F
(5,28,47)
#051829
(5,24,41)
#051423
(5,20,35)
#05101D
(5,16,29)
#050C17
(5,12,23)
#050811
(5,8,17)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #052C47

#052C47
(5,44,71)
#1B3F57
(27,63,87)
#315267
(49,82,103)
#476577
(71,101,119)
#5D7887
(93,120,135)
#738B97
(115,139,151)
#899EA7
(137,158,167)
#9FB1B7
(159,177,183)
#B5C4C7
(181,196,199)
#CBD7D7
(203,215,215)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052C47 color. Also use rgb(5,44,71) instead hex code.

Text Font Color

.myTextColor { color: #052C47; }

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

This text font color is #052C47.


Background Color

.myBgColor { background-color: #052C47; }

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

This div background color is #052C47.


Border color

.myBorderColor { border: 1px solid #052C47; }

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

This div border color is #052C47.


Opacity

.myOpacity80 { color: #052C47; opacity: 0.8; }

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

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

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

This text has shadow with #052C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052C47 on black background.


Color preview on white background

This text has color #052C47 on white background.



Black color preview on #052C47 background

This text has black color on #052C47 background.


White color preview on #052C47 background

This text has white color on #052C47 background.