Color Hex Logo

#395659 Color Hex

#395659
(57,86,89)
0 Favorites   0 Comments

Color spaces of #395659

RGB 578689
HSL0.520.220.29
HSV186°36°35°
CMYK 0.360.030.00   0.65
XYZ6.81838.246710.6836
Yxy8.24670.26480.3203
Hunter Lab28.7171-7.8736-1.9557
CIE-Lab34.4915-9.8817-5.1921

#395659 color RGB value is (57,86,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01011001
Octal 71 126 131
Decimal 57 86 89
Hex 39 56 59

RGB Percentages of Color #395659

%24.57
%37.07
%38.36

CMYK Percentages of Color #395659

%36
%3
%0
%65

Triadic Colors of #395659

#395659 #593956 #565939

Analogous Colors of #395659

#395659 #394659 #39594c

Monochromatic Colors of #395659

#395659

Complementary Color

#395659 #593c39

#395659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395659 Color CSS Codes

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

#395659 Text Font Color

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

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


#395659 Background Color

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

This div background color is #395659


#395659 Border Color

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

This div border color is #395659


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,86,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 #395659">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395659


Comments

No comments written yet.

Please login to write comment.