Color Hex Logo

#32393b Color Hex

#32393B
(50,57,59)
0 Favorites   0 Comments

Color spaces of #32393b

RGB 505759
HSL0.540.080.21
HSV193°15°23°
CMYK 0.150.030.00   0.77
XYZ3.56793.92014.7063
Yxy3.92010.29260.3215
Hunter Lab19.7992-2.4823-0.2338
CIE-Lab23.4055-2.4362-2.2486

#32393b color RGB value is (50,57,59).

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

The process color (four color CMYK) of #32393b color hex is 0.15, 0.03, 0.00, 0.77. Web safe color of #32393b is #333333. Color #32393b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111001 00111011
Octal 62 71 73
Decimal 50 57 59
Hex 32 39 3B

RGB Percentages of Color #32393b

%30.12
%34.34
%35.54

CMYK Percentages of Color #32393b

%15
%3
%0
%77

Triadic Colors of #32393b

#32393b #3b3239 #393b32

Analogous Colors of #32393b

#32393b #32353b #323b39

Monochromatic Colors of #32393b

#32393b

Complementary Color

#32393b #3b3432

#32393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32393b Color CSS Codes

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

#32393b Text Font Color

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

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


#32393b Background Color

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

This div background color is #32393b


#32393b Border Color

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

This div border color is #32393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32393b


Comments

No comments written yet.

Please login to write comment.