COLOR #050818

HEX: #050818
RGB: (5,8,24)

Color info

#050818 contains red, green and blue colors in about the same proportion. Web safe color of #050818 is #000000 (or #000).

RGB color model

#050818 color RGB value is (5,8,24).

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

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 24 of 255 = 9%

5
8
24

R + G + B ~ 5%. #050818 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 24 = 37 (100%)
R 5 of 37 ~ 13.51%
G 8 of 37 ~ 21.62%
B 24 of 37 ~ 64.86%

%13.51
%21.62
%64.86

CMYK color model

#050818 color CMYK value is (79,67,0,91).

  • cyan value is 79.17%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(79,67,0,91)
C79M67Y0K91 
(79%,67%,0%,91%)
(0.79/0.67/0.00/0.91)	

CMYK percentages

%79.17
%66.67
%0
%90.59

Codes

Color #050818 in popluar color models

050818
RGB5824
HSL231°65.52%5.69%
HSB/HSV231°79.17%9.41%
CMYK79.17%66.67%0.00%
90.59%

Color #050818 in popluar number systems.

HEX050818
Decimal5824
Binary101100011000
Octal51030

Shades and tints

Shades of #050818

#050818
(5,8,24)
#050816
(5,8,22)
#050814
(5,8,20)
#050812
(5,8,18)
#050810
(5,8,16)
#05080E
(5,8,14)
#05080C
(5,8,12)
#05080A
(5,8,10)
#050808
(5,8,8)
#050806
(5,8,6)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #050818

#050818
(5,8,24)
#1B1E2D
(27,30,45)
#313442
(49,52,66)
#474A57
(71,74,87)
#5D606C
(93,96,108)
#737681
(115,118,129)
#898C96
(137,140,150)
#9FA2AB
(159,162,171)
#B5B8C0
(181,184,192)
#CBCED5
(203,206,213)
#E1E4EA
(225,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050818; }

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

This text font color is #050818.


Background Color

.myBgColor { background-color: #050818; }

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

This div background color is #050818.


Border color

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

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

This div border color is #050818.


Opacity

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

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

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

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

This text has shadow with #050818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050818 on black background.


Color preview on white background

This text has color #050818 on white background.



Black color preview on #050818 background

This text has black color on #050818 background.


White color preview on #050818 background

This text has white color on #050818 background.