Color Hex Logo

#133232 Color Hex

#133232
(19,50,50)
1 Favorites   0 Comments

Color spaces of #133232

RGB 195050
HSL0.500.450.14
HSV180°62°20°
CMYK 0.620.000.00   0.80
XYZ1.98492.64993.4245
Yxy2.64990.24630.3288
Hunter Lab16.2785-6.7222-1.0778
CIE-Lab18.5834-11.3761-3.5044

#133232 color RGB value is (19,50,50).

#133232 hex color red value is 19, green value is 50 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #133232 hue: 0.50 , saturation: 0.45 and the lightness value of 133232 is 0.14.

The process color (four color CMYK) of #133232 color hex is 0.62, 0.00, 0.00, 0.80. Web safe color of #133232 is #003333. Color #133232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110010 00110010
Octal 23 62 62
Decimal 19 50 50
Hex 13 32 32

RGB Percentages of Color #133232

%15.97
%42.02
%42.02

CMYK Percentages of Color #133232

%62
%0
%0
%80

Triadic Colors of #133232

#133232 #321332 #323213

Analogous Colors of #133232

#133232 #132332 #133223

Monochromatic Colors of #133232

#133232

Complementary Color

#133232 #321313

#133232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133232 Color CSS Codes

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

#133232 Text Font Color

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

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


#133232 Background Color

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

This div background color is #133232


#133232 Border Color

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

This div border color is #133232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133232


Comments

No comments written yet.

Please login to write comment.