Hex #061421 Color

#061421
equivalent to

RGB

(6, 20, 33)

Details of #061421

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
6
0.5998
0.58
0.82
5.8609
0.6488
209°
8.0550
20
0.6488
0.69
0.39
-0.6933
0.2157
82°
-0.8052
33
1.5325
0.08
0.00   0.87
-10.5970
0.2333
13°
-5.6374

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110
6
6
6
Green
10100
24
20
14
Blue
100001
41
33
21

RGB in % of #061421

%10.17
%33.90
%55.93

CMYK in % of #061421

%82
%39
%0
%87

Triads of color #061421

#061421 #142106 #210621

Similar Colors to #061421

#061421 #062121 #060721

Preview Color #061421 on black ground

#061421 is very interesting for text.

Preview Color #061421 on white ground

#061421 is very interesting for text.

CSS Codes #061421 color

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

Text Font Color #061421

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

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

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

This div background color is #061421


Border Color #061421

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

The color of this border is #061421


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #061421