COLOR #052839

HEX: #052839
RGB: (5,40,57)

Color info

#052839 contains red, green and blue colors in about the same proportion. Web safe color of #052839 is #003333 (or #033).

RGB color model

#052839 color RGB value is (5,40,57).

  • red value is 5;
  • green value is 40;
  • blue value is 57.
RGB:
(5,40,57)
(2%,16%,22%)

RGB channels and saturation

R 5 of 255 = 2%
G 40 of 255 = 16%
B 57 of 255 = 22%

5
40
57

R + G + B ~ 13%. #052839 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 40 + 57 = 102 (100%)
R 5 of 102 ~ 4.9%
G 40 of 102 ~ 39.22%
B 57 of 102 ~ 55.88%

%39.22
%55.88

CMYK color model

#052839 color CMYK value is (91,30,0,78).

  • cyan value is 91.23%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(91,30,0,78)
C91M30Y0K78 
(91%,30%,0%,78%)
(0.91/0.30/0.00/0.78)	

CMYK percentages

%91.23
%29.82
%0
%77.65

Codes

Color #052839 in popluar color models

052839
RGB54057
HSL200°83.87%12.16%
HSB/HSV200°91.23%22.35%
CMYK91.23%29.82%0.00%
77.65%

Color #052839 in popluar number systems.

HEX052839
Decimal54057
Binary101101000111001
Octal55071

Shades and tints

Shades of #052839

#052839
(5,40,57)
#052534
(5,37,52)
#05222F
(5,34,47)
#051F2A
(5,31,42)
#051C25
(5,28,37)
#051920
(5,25,32)
#05161B
(5,22,27)
#051316
(5,19,22)
#051011
(5,16,17)
#050D0C
(5,13,12)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #052839

#052839
(5,40,57)
#1B3B4B
(27,59,75)
#314E5D
(49,78,93)
#47616F
(71,97,111)
#5D7481
(93,116,129)
#738793
(115,135,147)
#899AA5
(137,154,165)
#9FADB7
(159,173,183)
#B5C0C9
(181,192,201)
#CBD3DB
(203,211,219)
#E1E6ED
(225,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052839 color. Also use rgb(5,40,57) instead hex code.

Text Font Color

.myTextColor { color: #052839; }

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

This text font color is #052839.


Background Color

.myBgColor { background-color: #052839; }

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

This div background color is #052839.


Border color

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

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

This div border color is #052839.


Opacity

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

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

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

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

This text has shadow with #052839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052839 on black background.


Color preview on white background

This text has color #052839 on white background.



Black color preview on #052839 background

This text has black color on #052839 background.


White color preview on #052839 background

This text has white color on #052839 background.