COLOR #052838

HEX: #052838
RGB: (5,40,56)

Color info

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

RGB color model

#052838 color RGB value is (5,40,56).

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

RGB channels and saturation

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

5
40
56

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

Portions of RGB colors in percentages

R + G + B =
5 + 40 + 56 = 101 (100%)
R 5 of 101 ~ 4.95%
G 40 of 101 ~ 39.6%
B 56 of 101 ~ 55.45%

%39.6
%55.45

CMYK color model

#052838 color CMYK value is (91,29,0,78).

  • cyan value is 91.07%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(91,29,0,78)
C91M29Y0K78 
(91%,29%,0%,78%)
(0.91/0.29/0.00/0.78)	

CMYK percentages

%91.07
%28.57
%0
%78.04

Codes

Color #052838 in popluar color models

052838
RGB54056
HSL199°83.61%11.96%
HSB/HSV199°91.07%21.96%
CMYK91.07%28.57%0.00%
78.04%

Color #052838 in popluar number systems.

HEX052838
Decimal54056
Binary101101000111000
Octal55070

Shades and tints

Shades of #052838

#052838
(5,40,56)
#052533
(5,37,51)
#05222E
(5,34,46)
#051F29
(5,31,41)
#051C24
(5,28,36)
#05191F
(5,25,31)
#05161A
(5,22,26)
#051315
(5,19,21)
#051010
(5,16,16)
#050D0B
(5,13,11)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #052838

#052838
(5,40,56)
#1B3B4A
(27,59,74)
#314E5C
(49,78,92)
#47616E
(71,97,110)
#5D7480
(93,116,128)
#738792
(115,135,146)
#899AA4
(137,154,164)
#9FADB6
(159,173,182)
#B5C0C8
(181,192,200)
#CBD3DA
(203,211,218)
#E1E6EC
(225,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052838; }

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

This text font color is #052838.


Background Color

.myBgColor { background-color: #052838; }

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

This div background color is #052838.


Border color

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

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

This div border color is #052838.


Opacity

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

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

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

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

This text has shadow with #052838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052838 on black background.


Color preview on white background

This text has color #052838 on white background.



Black color preview on #052838 background

This text has black color on #052838 background.


White color preview on #052838 background

This text has white color on #052838 background.