Color Hex Logo

#396576 Color Hex

#396576
(57,101,118)
0 Favorites   0 Comments

Color spaces of #396576

RGB 57101118
HSL0.550.350.34
HSV197°52°46°
CMYK 0.520.140.00   0.54
XYZ9.611011.485218.8499
Yxy11.48520.24060.2875
Hunter Lab33.8898-8.6854-9.2549
CIE-Lab40.3859-10.1014-14.2499

#396576 color RGB value is (57,101,118).

#396576 hex color red value is 57, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #396576 hue: 0.55 , saturation: 0.35 and the lightness value of 396576 is 0.34.

The process color (four color CMYK) of #396576 color hex is 0.52, 0.14, 0.00, 0.54. Web safe color of #396576 is #336666. Color #396576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 01110110
Octal 71 145 166
Decimal 57 101 118
Hex 39 65 76

RGB Percentages of Color #396576

%20.65
%36.59
%42.75

CMYK Percentages of Color #396576

%52
%14
%0
%54

Triadic Colors of #396576

#396576 #763965 #657639

Analogous Colors of #396576

#396576 #394776 #397669

Monochromatic Colors of #396576

#396576

Complementary Color

#396576 #764a39

#396576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396576 Color CSS Codes

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

#396576 Text Font Color

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

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


#396576 Background Color

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

This div background color is #396576


#396576 Border Color

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

This div border color is #396576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396576


Comments

No comments written yet.

Please login to write comment.