COLOR #050828

HEX: #050828
RGB: (5,8,40)

Color info

#050828 contains red, green and blue colors in about the same proportion. Web safe color of #050828 is #000033 (or #003).

RGB color model

#050828 color RGB value is (5,8,40).

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

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 40 of 255 = 16%

5
8
40

R + G + B ~ 7%. #050828 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 40 = 53 (100%)
R 5 of 53 ~ 9.43%
G 8 of 53 ~ 15.09%
B 40 of 53 ~ 75.47%

%15.09
%75.47

CMYK color model

#050828 color CMYK value is (88,80,0,84).

  • cyan value is 87.50%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(88,80,0,84)
C88M80Y0K84 
(88%,80%,0%,84%)
(0.88/0.80/0.00/0.84)	

CMYK percentages

%87.5
%80
%0
%84.31

Codes

Color #050828 in popluar color models

050828
RGB5840
HSL235°77.78%8.82%
HSB/HSV235°87.50%15.69%
CMYK87.50%80.00%0.00%
84.31%

Color #050828 in popluar number systems.

HEX050828
Decimal5840
Binary1011000101000
Octal51050

Shades and tints

Shades of #050828

#050828
(5,8,40)
#050825
(5,8,37)
#050822
(5,8,34)
#05081F
(5,8,31)
#05081C
(5,8,28)
#050819
(5,8,25)
#050816
(5,8,22)
#050813
(5,8,19)
#050810
(5,8,16)
#05080D
(5,8,13)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #050828

#050828
(5,8,40)
#1B1E3B
(27,30,59)
#31344E
(49,52,78)
#474A61
(71,74,97)
#5D6074
(93,96,116)
#737687
(115,118,135)
#898C9A
(137,140,154)
#9FA2AD
(159,162,173)
#B5B8C0
(181,184,192)
#CBCED3
(203,206,211)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050828; }

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

This text font color is #050828.


Background Color

.myBgColor { background-color: #050828; }

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

This div background color is #050828.


Border color

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

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

This div border color is #050828.


Opacity

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

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

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

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

This text has shadow with #050828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050828 on black background.


Color preview on white background

This text has color #050828 on white background.



Black color preview on #050828 background

This text has black color on #050828 background.


White color preview on #050828 background

This text has white color on #050828 background.