Color Hex Logo

#132010 Color Hex

#132010
(19,32,16)
0 Favorites   0 Comments

Color spaces of #132010

RGB 193216
HSL0.300.330.09
HSV109°50°13°
CMYK 0.410.000.50   0.87
XYZ0.87861.20890.6772
Yxy1.20890.31780.4373
Hunter Lab10.9950-4.97754.0447
CIE-Lab10.6229-9.81868.6290

#132010 color RGB value is (19,32,16).

#132010 hex color red value is 19, green value is 32 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #132010 hue: 0.30 , saturation: 0.33 and the lightness value of 132010 is 0.09.

The process color (four color CMYK) of #132010 color hex is 0.41, 0.00, 0.50, 0.87. Web safe color of #132010 is #003300. Color #132010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100000 00010000
Octal 23 40 20
Decimal 19 32 16
Hex 13 20 10

RGB Percentages of Color #132010

%28.36
%47.76
%23.88

CMYK Percentages of Color #132010

%41
%0
%50
%87

Triadic Colors of #132010

#132010 #101320 #201013

Analogous Colors of #132010

#132010 #102015 #1b2010

Monochromatic Colors of #132010

#132010

Complementary Color

#132010 #1d1020

#132010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132010 Color CSS Codes

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

#132010 Text Font Color

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

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


#132010 Background Color

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

This div background color is #132010


#132010 Border Color

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

This div border color is #132010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132010


Comments

No comments written yet.

Please login to write comment.