Color Hex Logo

#031307 Color Hex

#031307
(3,19,7)
0 Favorites   0 Comments

Color spaces of #031307

RGB 3197
HSL0.380.730.04
HSV135°84°
CMYK 0.840.000.63   0.93
XYZ0.30880.50040.2813
Yxy0.50040.28320.4589
Hunter Lab7.0739-4.58722.5940
CIE-Lab4.5201-6.83343.7697

#031307 color RGB value is (3,19,7).

#031307 hex color red value is 3, green value is 19 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #031307 hue: 0.38 , saturation: 0.73 and the lightness value of 031307 is 0.04.

The process color (four color CMYK) of #031307 color hex is 0.84, 0.00, 0.63, 0.93. Web safe color of #031307 is #000000. Color #031307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010011 00000111
Octal 3 23 7
Decimal 3 19 7
Hex 3 13 7

RGB Percentages of Color #031307

%10.34
%65.52
%24.14

CMYK Percentages of Color #031307

%84
%0
%63
%93

Triadic Colors of #031307

#031307 #070313 #130703

Analogous Colors of #031307

#031307 #03130f #071303

Monochromatic Colors of #031307

#031307

Complementary Color

#031307 #13030f

#031307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031307 Color CSS Codes

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

#031307 Text Font Color

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

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


#031307 Background Color

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

This div background color is #031307


#031307 Border Color

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

This div border color is #031307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031307


Comments

No comments written yet.

Please login to write comment.