Hex #050504 Color

#050504
equivalent to

RGB

(5, 5, 4)

Details of #050504

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
5
0.1388
0.17
0.00
1.3511
0.1496
60°
3.8675
5
0.1496
0.11
0.00
-0.1389
0.3267
20°
-0.3631
4
0.1364
0.02
0.20   0.98
0.3782
0.3521
0.6165

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
101
5
5
5
Green
101
5
5
5
Blue
100
4
4
4

RGB in % of #050504

%35.71
%35.71
%28.57

CMYK in % of #050504

%0
%0
%20
%98

Triads of color #050504

#050504 #050405 #040504

Similar Colors to #050504

#050504 #050504 #050504

Preview Color #050504 on black ground

#050504 is very interesting for text.

Preview Color #050504 on white ground

#050504 is very interesting for text.

CSS Codes #050504 color

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

Text Font Color #050504

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

This sample text font color is #050504
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 #050504

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

This div background color is #050504


Border Color #050504

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

The color of this border is #050504


Examples Css3

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

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 #050504">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #050504