Color Hex Logo

#131507 Color Hex

#131507
(19,21,7)
0 Favorites   0 Comments

Color spaces of #131507

RGB 19217
HSL0.190.500.05
HSV69°67°
CMYK 0.100.000.67   0.92
XYZ0.57510.69010.3039
Yxy0.69010.36650.4398
Hunter Lab8.3072-2.18033.6461
CIE-Lab6.2336-3.31076.4008

#131507 color RGB value is (19,21,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 00000111
Octal 23 25 7
Decimal 19 21 7
Hex 13 15 7

RGB Percentages of Color #131507

%40.43
%44.68
%14.89

CMYK Percentages of Color #131507

%10
%0
%67
%92

Triadic Colors of #131507

#131507 #071315 #150713

Analogous Colors of #131507

#131507 #0c1507 #151007

Monochromatic Colors of #131507

#131507

Complementary Color

#131507 #090715

#131507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131507 Color CSS Codes

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

#131507 Text Font Color

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

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


#131507 Background Color

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

This div background color is #131507


#131507 Border Color

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

This div border color is #131507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131507


Comments

No comments written yet.

Please login to write comment.