Color Hex Logo

#376077 Color Hex

#376077
(55,96,119)
0 Favorites   0 Comments

Color spaces of #376077

RGB 5596119
HSL0.560.370.34
HSV202°54°47°
CMYK 0.540.190.00   0.53
XYZ9.088210.509919.0024
Yxy10.50990.23540.2723
Hunter Lab32.4190-6.6933-12.0596
CIE-Lab38.7424-7.3201-17.3833

#376077 color RGB value is (55,96,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100000 01110111
Octal 67 140 167
Decimal 55 96 119
Hex 37 60 77

RGB Percentages of Color #376077

%20.37
%35.56
%44.07

CMYK Percentages of Color #376077

%54
%19
%0
%53

Triadic Colors of #376077

#376077 #773760 #607737

Analogous Colors of #376077

#376077 #374077 #37776e

Monochromatic Colors of #376077

#376077

Complementary Color

#376077 #774e37

#376077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376077 Color CSS Codes

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

#376077 Text Font Color

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

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


#376077 Background Color

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

This div background color is #376077


#376077 Border Color

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

This div border color is #376077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376077


Comments

No comments written yet.

Please login to write comment.