COLOR #052E46

HEX: #052E46
RGB: (5,46,70)

Color info

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

RGB color model

#052E46 color RGB value is (5,46,70).

  • red value is 5;
  • green value is 46;
  • blue value is 70.
RGB:
(5,46,70)
(2%,18%,27%)

RGB channels and saturation

R 5 of 255 = 2%
G 46 of 255 = 18%
B 70 of 255 = 27%

5
46
70

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

Portions of RGB colors in percentages

R + G + B =
5 + 46 + 70 = 121 (100%)
R 5 of 121 ~ 4.13%
G 46 of 121 ~ 38.02%
B 70 of 121 ~ 57.85%

%38.02
%57.85

CMYK color model

#052E46 color CMYK value is (93,34,0,73).

  • cyan value is 92.86%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(93,34,0,73)
C93M34Y0K73 
(93%,34%,0%,73%)
(0.93/0.34/0.00/0.73)	

CMYK percentages

%92.86
%34.29
%0
%72.55

Codes

Color #052E46 in popluar color models

052E46
RGB54670
HSL202°86.67%14.71%
HSB/HSV202°92.86%27.45%
CMYK92.86%34.29%0.00%
72.55%

Color #052E46 in popluar number systems.

HEX052E46
Decimal54670
Binary1011011101000110
Octal556106

Shades and tints

Shades of #052E46

#052E46
(5,46,70)
#052A40
(5,42,64)
#05263A
(5,38,58)
#052234
(5,34,52)
#051E2E
(5,30,46)
#051A28
(5,26,40)
#051622
(5,22,34)
#05121C
(5,18,28)
#050E16
(5,14,22)
#050A10
(5,10,16)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #052E46

#052E46
(5,46,70)
#1B4156
(27,65,86)
#315466
(49,84,102)
#476776
(71,103,118)
#5D7A86
(93,122,134)
#738D96
(115,141,150)
#89A0A6
(137,160,166)
#9FB3B6
(159,179,182)
#B5C6C6
(181,198,198)
#CBD9D6
(203,217,214)
#E1ECE6
(225,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052E46 color. Also use rgb(5,46,70) instead hex code.

Text Font Color

.myTextColor { color: #052E46; }

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

This text font color is #052E46.


Background Color

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

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

This div background color is #052E46.


Border color

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

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

This div border color is #052E46.


Opacity

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

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

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

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

This text has shadow with #052E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052E46 on black background.


Color preview on white background

This text has color #052E46 on white background.



Black color preview on #052E46 background

This text has black color on #052E46 background.


White color preview on #052E46 background

This text has white color on #052E46 background.