Color Hex Logo

#377966 Color Hex

#377966
(55,121,102)
0 Favorites   0 Comments

Color spaces of #377966

RGB 55121102
HSL0.450.380.35
HSV163°55°47°
CMYK 0.550.000.16   0.53
XYZ10.811215.446314.9820
Yxy15.44630.26220.3746
Hunter Lab39.3018-19.67604.9097
CIE-Lab46.2395-26.01374.0572

#377966 color RGB value is (55,121,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111001 01100110
Octal 67 171 146
Decimal 55 121 102
Hex 37 79 66

RGB Percentages of Color #377966

%19.78
%43.53
%36.69

CMYK Percentages of Color #377966

%55
%0
%16
%53

Triadic Colors of #377966

#377966 #663779 #796637

Analogous Colors of #377966

#377966 #376b79 #377945

Monochromatic Colors of #377966

#377966

Complementary Color

#377966 #79374a

#377966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377966 Color CSS Codes

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

#377966 Text Font Color

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

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


#377966 Background Color

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

This div background color is #377966


#377966 Border Color

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

This div border color is #377966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377966


Comments

No comments written yet.

Please login to write comment.