Hex #050f18 Color

#050f18
equivalent to

RGB

(5, 15, 24)

Details of #050f18

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
5
0.3983
0.58
0.79
3.9732
0.4399
208°
6.6322
15
0.4399
0.66
0.38
-0.8108
0.2255
79°
-0.8869
24
0.9281
0.06
0.00   0.91
-6.4241
0.2490
-3.6511

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
101
5
5
5
Green
1111
17
15
F
Blue
11000
30
24
18

RGB in % of #050f18

%11.36
%34.09
%54.55

CMYK in % of #050f18

%79
%38
%0
%91

Triads of color #050f18

#050f18 #0f1805 #180518

Similar Colors to #050f18

#050f18 #051818 #050618

Preview Color #050f18 on black ground

#050f18 is very interesting for text.

Preview Color #050f18 on white ground

#050f18 is very interesting for text.

CSS Codes #050f18 color

.mybgcolor {background-color:#050f18; }
.myforecolor {color:#050f18; }
.mybordercolor {border:3px solid #050f18; }

Text Font Color #050f18

<p style="color:#050f18">Text here</p>

This sample text font color is #050f18
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #050f18

<div style="background-color:#050f18">
Div content here</div>

This div background color is #050f18


Border Color #050f18

<div style="border:3px solid #050f18">
Div here</div>

The color of this border is #050f18


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #050f18; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #050f18;
-webkit-box-shadow: 1px 1px 3px 2px #050f18;
box-shadow:         1px 1px 3px 2px #050f18; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #050f18">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #050f18;
  -webkit-box-shadow: 1px 1px 3px 2px #050f18;
  box-shadow:         1px 1px 3px 2px #050f18;">
Div content here</div>

The shadow of div box using color #050f18