Color Hex Logo

#396077 Color Hex

#396077
(57,96,119)
0 Favorites   0 Comments

Color spaces of #396077

RGB 5796119
HSL0.560.350.35
HSV202°52°47°
CMYK 0.520.190.00   0.53
XYZ9.200010.567519.0076
Yxy10.56750.23730.2725
Hunter Lab32.5077-6.3712-11.9121
CIE-Lab38.8423-6.8166-17.2214

#396077 color RGB value is (57,96,119).

#396077 hex color red value is 57, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #396077 hue: 0.56 , saturation: 0.35 and the lightness value of 396077 is 0.35.

The process color (four color CMYK) of #396077 color hex is 0.52, 0.19, 0.00, 0.53. Web safe color of #396077 is #336666. Color #396077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100000 01110111
Octal 71 140 167
Decimal 57 96 119
Hex 39 60 77

RGB Percentages of Color #396077

%20.96
%35.29
%43.75

CMYK Percentages of Color #396077

%52
%19
%0
%53

Triadic Colors of #396077

#396077 #773960 #607739

Analogous Colors of #396077

#396077 #394177 #39776f

Monochromatic Colors of #396077

#396077

Complementary Color

#396077 #775039

#396077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396077 Color CSS Codes

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

#396077 Text Font Color

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

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


#396077 Background Color

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

This div background color is #396077


#396077 Border Color

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

This div border color is #396077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396077


Comments

No comments written yet.

Please login to write comment.