Color Hex Logo

#132120 Color Hex

#132120
(19,33,32)
0 Favorites   0 Comments

Color spaces of #132120

RGB 193332
HSL0.490.270.10
HSV176°42°13°
CMYK 0.420.000.03   0.87
XYZ1.07311.33041.5667
Yxy1.33040.27030.3351
Hunter Lab11.5343-3.57820.0207
CIE-Lab11.4865-6.3077-1.2546

#132120 color RGB value is (19,33,32).

#132120 hex color red value is 19, green value is 33 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #132120 hue: 0.49 , saturation: 0.27 and the lightness value of 132120 is 0.10.

The process color (four color CMYK) of #132120 color hex is 0.42, 0.00, 0.03, 0.87. Web safe color of #132120 is #003333. Color #132120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 00100000
Octal 23 41 40
Decimal 19 33 32
Hex 13 21 20

RGB Percentages of Color #132120

%22.62
%39.29
%38.10

CMYK Percentages of Color #132120

%42
%0
%3
%87

Triadic Colors of #132120

#132120 #201321 #212013

Analogous Colors of #132120

#132120 #131b21 #132119

Monochromatic Colors of #132120

#132120

Complementary Color

#132120 #211314

#132120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132120 Color CSS Codes

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

#132120 Text Font Color

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

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


#132120 Background Color

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

This div background color is #132120


#132120 Border Color

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

This div border color is #132120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132120


Comments

No comments written yet.

Please login to write comment.