Color Hex Logo

#393348 Color Hex

#393348
(57,51,72)
0 Favorites   0 Comments

Color spaces of #393348

RGB 575172
HSL0.710.170.24
HSV257°29°28°
CMYK 0.210.290.00   0.72
XYZ4.04093.70546.6331
Yxy3.70540.28100.2577
Hunter Lab19.24943.7848-6.9560
CIE-Lab22.67267.8164-12.0185

#393348 color RGB value is (57,51,72).

#393348 hex color red value is 57, green value is 51 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #393348 hue: 0.71 , saturation: 0.17 and the lightness value of 393348 is 0.24.

The process color (four color CMYK) of #393348 color hex is 0.21, 0.29, 0.00, 0.72. Web safe color of #393348 is #333333. Color #393348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110011 01001000
Octal 71 63 110
Decimal 57 51 72
Hex 39 33 48

RGB Percentages of Color #393348

%31.67
%28.33
%40.00

CMYK Percentages of Color #393348

%21
%29
%0
%72

Triadic Colors of #393348

#393348 #483933 #334839

Analogous Colors of #393348

#393348 #443348 #333848

Monochromatic Colors of #393348

#393348

Complementary Color

#393348 #424833

#393348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393348 Color CSS Codes

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

#393348 Text Font Color

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

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


#393348 Background Color

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

This div background color is #393348


#393348 Border Color

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

This div border color is #393348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393348


Comments

No comments written yet.

Please login to write comment.