Color Hex Logo

#131506 Color Hex

#131506
(19,21,6)
0 Favorites   0 Comments

Color spaces of #131506

RGB 19216
HSL0.190.560.05
HSV68°71°
CMYK 0.100.000.71   0.92
XYZ0.56960.68790.2751
Yxy0.68790.37170.4488
Hunter Lab8.2940-2.25573.8392
CIE-Lab6.2137-3.45036.7785

#131506 color RGB value is (19,21,6).

#131506 hex color red value is 19, green value is 21 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #131506 hue: 0.19 , saturation: 0.56 and the lightness value of 131506 is 0.05.

The process color (four color CMYK) of #131506 color hex is 0.10, 0.00, 0.71, 0.92. Web safe color of #131506 is #000000. Color #131506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 00000110
Octal 23 25 6
Decimal 19 21 6
Hex 13 15 6

RGB Percentages of Color #131506

%41.30
%45.65
%13.04

CMYK Percentages of Color #131506

%10
%0
%71
%92

Triadic Colors of #131506

#131506 #061315 #150613

Analogous Colors of #131506

#131506 #0c1506 #151006

Monochromatic Colors of #131506

#131506

Complementary Color

#131506 #080615

#131506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131506 Color CSS Codes

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

#131506 Text Font Color

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

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


#131506 Background Color

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

This div background color is #131506


#131506 Border Color

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

This div border color is #131506


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,21,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 #131506">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131506

#131506 Color Palettes


Comments

No comments written yet.

Please login to write comment.