Color Hex Logo

#031306 Color Hex

#031306
(3,19,6)
0 Favorites   0 Comments

Color spaces of #031306

RGB 3196
HSL0.360.730.04
HSV131°84°
CMYK 0.840.000.68   0.93
XYZ0.30330.49830.2525
Yxy0.49830.28770.4727
Hunter Lab7.0590-4.68382.8205
CIE-Lab4.5011-6.97694.1489

#031306 color RGB value is (3,19,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010011 00000110
Octal 3 23 6
Decimal 3 19 6
Hex 3 13 6

RGB Percentages of Color #031306

%10.71
%67.86
%21.43

CMYK Percentages of Color #031306

%84
%0
%68
%93

Triadic Colors of #031306

#031306 #060313 #130603

Analogous Colors of #031306

#031306 #03130e #081303

Monochromatic Colors of #031306

#031306

Complementary Color

#031306 #130310

#031306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031306 Color CSS Codes

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

#031306 Text Font Color

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

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


#031306 Background Color

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

This div background color is #031306


#031306 Border Color

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

This div border color is #031306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031306


Comments

No comments written yet.

Please login to write comment.