Color Hex Logo

#377277 Color Hex

#377277
(55,114,119)
0 Favorites   0 Comments

Color spaces of #377277

RGB 55114119
HSL0.510.370.34
HSV185°54°47°
CMYK 0.540.040.00   0.53
XYZ10.922614.178819.6139
Yxy14.17880.24430.3171
Hunter Lab37.6547-14.1179-4.5251
CIE-Lab44.4883-17.6360-8.6629

#377277 color RGB value is (55,114,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 01110111
Octal 67 162 167
Decimal 55 114 119
Hex 37 72 77

RGB Percentages of Color #377277

%19.10
%39.58
%41.32

CMYK Percentages of Color #377277

%54
%4
%0
%53

Triadic Colors of #377277

#377277 #773772 #727737

Analogous Colors of #377277

#377277 #375277 #37775c

Monochromatic Colors of #377277

#377277

Complementary Color

#377277 #773c37

#377277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377277 Color CSS Codes

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

#377277 Text Font Color

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

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


#377277 Background Color

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

This div background color is #377277


#377277 Border Color

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

This div border color is #377277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377277


Comments

No comments written yet.

Please login to write comment.