Color Hex Logo

#377978 Color Hex

#377978
(55,121,120)
0 Favorites   0 Comments

Color spaces of #377978

RGB 55121120
HSL0.500.380.35
HSV179°55°47°
CMYK 0.550.000.01   0.53
XYZ11.803115.843020.2052
Yxy15.84300.24670.3311
Hunter Lab39.8033-16.7240-2.2349
CIE-Lab46.7678-21.0977-5.8565

#377978 color RGB value is (55,121,120).

#377978 hex color red value is 55, green value is 121 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #377978 hue: 0.50 , saturation: 0.38 and the lightness value of 377978 is 0.35.

The process color (four color CMYK) of #377978 color hex is 0.55, 0.00, 0.01, 0.53. Web safe color of #377978 is #336666. Color #377978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111001 01111000
Octal 67 171 170
Decimal 55 121 120
Hex 37 79 78

RGB Percentages of Color #377978

%18.58
%40.88
%40.54

CMYK Percentages of Color #377978

%55
%0
%1
%53

Triadic Colors of #377978

#377978 #783779 #797837

Analogous Colors of #377978

#377978 #375979 #377957

Monochromatic Colors of #377978

#377978

Complementary Color

#377978 #793738

#377978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377978 Color CSS Codes

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

#377978 Text Font Color

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

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


#377978 Background Color

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

This div background color is #377978


#377978 Border Color

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

This div border color is #377978


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,121,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377978


Comments

No comments written yet.

Please login to write comment.