Color Hex Logo

#394053 Color Hex

#394053
(57,64,83)
0 Favorites   0 Comments

Color spaces of #394053

RGB 576483
HSL0.620.190.27
HSV224°31°33°
CMYK 0.310.230.00   0.67
XYZ5.08215.16128.9120
Yxy5.16120.26530.2694
Hunter Lab22.71830.1736-7.3557
CIE-Lab27.18922.2068-12.3723

#394053 color RGB value is (57,64,83).

#394053 hex color red value is 57, green value is 64 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #394053 hue: 0.62 , saturation: 0.19 and the lightness value of 394053 is 0.27.

The process color (four color CMYK) of #394053 color hex is 0.31, 0.23, 0.00, 0.67. Web safe color of #394053 is #333366. Color #394053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000000 01010011
Octal 71 100 123
Decimal 57 64 83
Hex 39 40 53

RGB Percentages of Color #394053

%27.94
%31.37
%40.69

CMYK Percentages of Color #394053

%31
%23
%0
%67

Triadic Colors of #394053

#394053 #533940 #405339

Analogous Colors of #394053

#394053 #3f3953 #394d53

Monochromatic Colors of #394053

#394053

Complementary Color

#394053 #534c39

#394053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394053 Color CSS Codes

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

#394053 Text Font Color

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

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


#394053 Background Color

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

This div background color is #394053


#394053 Border Color

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

This div border color is #394053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394053

#394053 Color Palettes


Comments

No comments written yet.

Please login to write comment.