Color Hex Logo

#378e77 Color Hex

#378E77
(55,142,119)
0 Favorites   0 Comments

Color spaces of #378e77

RGB 55142119
HSL0.460.440.39
HSV164°61°56°
CMYK 0.610.000.16   0.44
XYZ14.578321.490120.8324
Yxy21.49010.25620.3777
Hunter Lab46.3574-24.99155.8061
CIE-Lab53.4818-31.84514.5509

#378e77 color RGB value is (55,142,119).

#378e77 hex color red value is 55, green value is 142 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #378e77 hue: 0.46 , saturation: 0.44 and the lightness value of 378e77 is 0.39.

The process color (four color CMYK) of #378e77 color hex is 0.61, 0.00, 0.16, 0.44. Web safe color of #378e77 is #339966. Color #378e77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 01110111
Octal 67 216 167
Decimal 55 142 119
Hex 37 8E 77

RGB Percentages of Color #378e77

%17.41
%44.94
%37.66

CMYK Percentages of Color #378e77

%61
%0
%16
%44

Triadic Colors of #378e77

#378e77 #77378e #8e7737

Analogous Colors of #378e77

#378e77 #377a8e #378e4c

Monochromatic Colors of #378e77

#378e77

Complementary Color

#378e77 #8e374e

#378e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378e77 Color CSS Codes

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

#378e77 Text Font Color

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

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


#378e77 Background Color

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

This div background color is #378e77


#378e77 Border Color

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

This div border color is #378e77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378e77


Comments

No comments written yet.

Please login to write comment.