Color Hex Logo

#377666 Color Hex

#377666
(55,118,102)
0 Favorites   0 Comments

Color spaces of #377666

RGB 55118102
HSL0.460.360.34
HSV165°53°46°
CMYK 0.530.000.14   0.54
XYZ10.452314.728414.8623
Yxy14.72840.26100.3678
Hunter Lab38.3776-18.54563.9034
CIE-Lab45.2599-24.50242.6440

#377666 color RGB value is (55,118,102).

#377666 hex color red value is 55, green value is 118 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #377666 hue: 0.46 , saturation: 0.36 and the lightness value of 377666 is 0.34.

The process color (four color CMYK) of #377666 color hex is 0.53, 0.00, 0.14, 0.54. Web safe color of #377666 is #336666. Color #377666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110110 01100110
Octal 67 166 146
Decimal 55 118 102
Hex 37 76 66

RGB Percentages of Color #377666

%20.00
%42.91
%37.09

CMYK Percentages of Color #377666

%53
%0
%14
%54

Triadic Colors of #377666

#377666 #663776 #766637

Analogous Colors of #377666

#377666 #376776 #377647

Monochromatic Colors of #377666

#377666

Complementary Color

#377666 #763747

#377666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377666 Color CSS Codes

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

#377666 Text Font Color

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

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


#377666 Background Color

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

This div background color is #377666


#377666 Border Color

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

This div border color is #377666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377666


Comments

No comments written yet.

Please login to write comment.