Color Hex Logo

#323239 Color Hex

#323239
(50,50,57)
0 Favorites   0 Comments

Color spaces of #323239

RGB 505057
HSL0.670.070.21
HSV240°12°22°
CMYK 0.120.120.00   0.78
XYZ3.19453.25474.3307
Yxy3.25470.29630.3019
Hunter Lab18.04080.0358-1.6040
CIE-Lab21.03641.7189-4.4141

#323239 color RGB value is (50,50,57).

#323239 hex color red value is 50, green value is 50 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #323239 hue: 0.67 , saturation: 0.07 and the lightness value of 323239 is 0.21.

The process color (four color CMYK) of #323239 color hex is 0.12, 0.12, 0.00, 0.78. Web safe color of #323239 is #333333. Color #323239 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110010 00111001
Octal 62 62 71
Decimal 50 50 57
Hex 32 32 39

RGB Percentages of Color #323239

%31.85
%31.85
%36.31

CMYK Percentages of Color #323239

%12
%12
%0
%78

Triadic Colors of #323239

#323239 #393232 #323932

Analogous Colors of #323239

#323239 #363239 #323639

Monochromatic Colors of #323239

#323239

Complementary Color

#323239 #393932

#323239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323239 Color CSS Codes

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

#323239 Text Font Color

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

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


#323239 Background Color

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

This div background color is #323239


#323239 Border Color

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

This div border color is #323239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323239


Comments

No comments written yet.

Please login to write comment.