Hex #000307 Color

#000307
equivalent to

RGB

(0, 3, 7)

Details of #000307

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
0.0709
0.60
1.00
0.7268
0.0805
214°
2.8366
3
0.0805
1.00
0.57
-0.2280
0.1947
100°
-0.5018
7
0.2128
0.01
0.00   0.97
-1.7907
0.2209
-2.4607

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
11
3
3
3
Blue
111
7
7
7

RGB in % of #000307

%0.00
%30.00
%70.00

CMYK in % of #000307

%100
%57
%0
%97

Triads of color #000307

#000307 #030700 #070007

Similar Colors to #000307

#000307 #000707 #000007

Preview Color #000307 on black ground

#000307 is very interesting for text.

Preview Color #000307 on white ground

#000307 is very interesting for text.

CSS Codes #000307 color

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

Text Font Color #000307

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

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

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

This div background color is #000307


Border Color #000307

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

The color of this border is #000307


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #000307