Color Hex Logo

#39596f Color Hex

#39596F
(57,89,111)
0 Favorites   0 Comments

Color spaces of #39596f

RGB 5789111
HSL0.570.320.33
HSV204°49°44°
CMYK 0.490.200.00   0.56
XYZ8.12909.162316.3790
Yxy9.16230.24140.2721
Hunter Lab30.2693-5.0340-10.8939
CIE-Lab36.2949-5.1150-16.2031

#39596f color RGB value is (57,89,111).

#39596f hex color red value is 57, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #39596f hue: 0.57 , saturation: 0.32 and the lightness value of 39596f is 0.33.

The process color (four color CMYK) of #39596f color hex is 0.49, 0.20, 0.00, 0.56. Web safe color of #39596f is #336666. Color #39596f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011001 01101111
Octal 71 131 157
Decimal 57 89 111
Hex 39 59 6F

RGB Percentages of Color #39596f

%22.18
%34.63
%43.19

CMYK Percentages of Color #39596f

%49
%20
%0
%56

Triadic Colors of #39596f

#39596f #6f3959 #596f39

Analogous Colors of #39596f

#39596f #393e6f #396f6a

Monochromatic Colors of #39596f

#39596f

Complementary Color

#39596f #6f4f39

#39596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#39596f Color CSS Codes

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

#39596f Text Font Color

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

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


#39596f Background Color

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

This div background color is #39596f


#39596f Border Color

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

This div border color is #39596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39596f


Comments

No comments written yet.

Please login to write comment.