Color Hex Logo

#393249 Color Hex

#393249
(57,50,73)
0 Favorites   0 Comments

Color spaces of #393249

RGB 575073
HSL0.720.190.24
HSV258°32°29°
CMYK 0.220.320.00   0.71
XYZ4.03053.63216.7920
Yxy3.63210.27880.2513
Hunter Lab19.05814.3985-7.7894
CIE-Lab22.41598.7730-13.0845

#393249 color RGB value is (57,50,73).

#393249 hex color red value is 57, green value is 50 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #393249 hue: 0.72 , saturation: 0.19 and the lightness value of 393249 is 0.24.

The process color (four color CMYK) of #393249 color hex is 0.22, 0.32, 0.00, 0.71. Web safe color of #393249 is #333333. Color #393249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110010 01001001
Octal 71 62 111
Decimal 57 50 73
Hex 39 32 49

RGB Percentages of Color #393249

%31.67
%27.78
%40.56

CMYK Percentages of Color #393249

%22
%32
%0
%71

Triadic Colors of #393249

#393249 #493932 #324939

Analogous Colors of #393249

#393249 #453249 #323749

Monochromatic Colors of #393249

#393249

Complementary Color

#393249 #424932

#393249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393249 Color CSS Codes

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

#393249 Text Font Color

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

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


#393249 Background Color

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

This div background color is #393249


#393249 Border Color

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

This div border color is #393249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393249


Comments

No comments written yet.

Please login to write comment.