COLOR #052B4E

HEX: #052B4E
RGB: (5,43,78)

Color info

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

RGB color model

#052B4E color RGB value is (5,43,78).

  • red value is 5;
  • green value is 43;
  • blue value is 78.
RGB:
(5,43,78)
(2%,17%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 43 of 255 = 17%
B 78 of 255 = 31%

5
43
78

R + G + B ~ 17%. #052B4E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 43 + 78 = 126 (100%)
R 5 of 126 ~ 3.97%
G 43 of 126 ~ 34.13%
B 78 of 126 ~ 61.9%

%34.13
%61.9

CMYK color model

#052B4E color CMYK value is (94,45,0,69).

  • cyan value is 93.59%
  • magenta value is 44.87%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(94,45,0,69)
C94M45Y0K69 
(94%,45%,0%,69%)
(0.94/0.45/0.00/0.69)	

CMYK percentages

%93.59
%44.87
%0
%69.41

Codes

Color #052B4E in popluar color models

052B4E
RGB54378
HSL209°87.95%16.27%
HSB/HSV209°93.59%30.59%
CMYK93.59%44.87%0.00%
69.41%

Color #052B4E in popluar number systems.

HEX052B4E
Decimal54378
Binary1011010111001110
Octal553116

Shades and tints

Shades of #052B4E

#052B4E
(5,43,78)
#052847
(5,40,71)
#052540
(5,37,64)
#052239
(5,34,57)
#051F32
(5,31,50)
#051C2B
(5,28,43)
#051924
(5,25,36)
#05161D
(5,22,29)
#051316
(5,19,22)
#05100F
(5,16,15)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #052B4E

#052B4E
(5,43,78)
#1B3E5E
(27,62,94)
#31516E
(49,81,110)
#47647E
(71,100,126)
#5D778E
(93,119,142)
#738A9E
(115,138,158)
#899DAE
(137,157,174)
#9FB0BE
(159,176,190)
#B5C3CE
(181,195,206)
#CBD6DE
(203,214,222)
#E1E9EE
(225,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052B4E color. Also use rgb(5,43,78) instead hex code.

Text Font Color

.myTextColor { color: #052B4E; }

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

This text font color is #052B4E.


Background Color

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

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

This div background color is #052B4E.


Border color

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

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

This div border color is #052B4E.


Opacity

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

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

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

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

This text has shadow with #052B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052B4E on black background.


Color preview on white background

This text has color #052B4E on white background.



Black color preview on #052B4E background

This text has black color on #052B4E background.


White color preview on #052B4E background

This text has white color on #052B4E background.