Color Hex Logo

#394f59 Color Hex

#394F59
(57,79,89)
0 Favorites   0 Comments

Color spaces of #394f59

RGB 577989
HSL0.550.220.29
HSV199°36°35°
CMYK 0.360.110.00   0.65
XYZ6.28657.183110.5063
Yxy7.18310.26220.2996
Hunter Lab26.8013-5.0334-4.4812
CIE-Lab32.2202-5.6398-8.5950

#394f59 color RGB value is (57,79,89).

#394f59 hex color red value is 57, green value is 79 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #394f59 hue: 0.55 , saturation: 0.22 and the lightness value of 394f59 is 0.29.

The process color (four color CMYK) of #394f59 color hex is 0.36, 0.11, 0.00, 0.65. Web safe color of #394f59 is #336666. Color #394f59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 01011001
Octal 71 117 131
Decimal 57 79 89
Hex 39 4F 59

RGB Percentages of Color #394f59

%25.33
%35.11
%39.56

CMYK Percentages of Color #394f59

%36
%11
%0
%65

Triadic Colors of #394f59

#394f59 #59394f #4f5939

Analogous Colors of #394f59

#394f59 #393f59 #395953

Monochromatic Colors of #394f59

#394f59

Complementary Color

#394f59 #594339

#394f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394f59 Color CSS Codes

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

#394f59 Text Font Color

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

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


#394f59 Background Color

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

This div background color is #394f59


#394f59 Border Color

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

This div border color is #394f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394f59


Comments

No comments written yet.

Please login to write comment.