Color Hex Logo

#132917 Color Hex

#132917
(19,41,23)
0 Favorites   0 Comments

Color spaces of #132917

RGB 194123
HSL0.360.370.12
HSV131°54°16°
CMYK 0.540.000.44   0.84
XYZ1.21621.78621.0913
Yxy1.78620.29710.4363
Hunter Lab13.3649-7.14514.5141
CIE-Lab14.3227-13.75359.1593

#132917 color RGB value is (19,41,23).

#132917 hex color red value is 19, green value is 41 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #132917 hue: 0.36 , saturation: 0.37 and the lightness value of 132917 is 0.12.

The process color (four color CMYK) of #132917 color hex is 0.54, 0.00, 0.44, 0.84. Web safe color of #132917 is #003300. Color #132917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 00010111
Octal 23 51 27
Decimal 19 41 23
Hex 13 29 17

RGB Percentages of Color #132917

%22.89
%49.40
%27.71

CMYK Percentages of Color #132917

%54
%0
%44
%84

Triadic Colors of #132917

#132917 #171329 #291713

Analogous Colors of #132917

#132917 #132922 #1a2913

Monochromatic Colors of #132917

#132917

Complementary Color

#132917 #291325

#132917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132917 Color CSS Codes

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

#132917 Text Font Color

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

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


#132917 Background Color

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

This div background color is #132917


#132917 Border Color

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

This div border color is #132917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132917


Comments

No comments written yet.

Please login to write comment.