Color Hex Logo

#37766f Color Hex

#37766F
(55,118,111)
0 Favorites   0 Comments

Color spaces of #37766f

RGB 55118111
HSL0.480.360.34
HSV173°53°46°
CMYK 0.530.000.06   0.54
XYZ10.923214.916817.3424
Yxy14.91680.25300.3454
Hunter Lab38.6223-17.10540.4128
CIE-Lab45.5200-22.0788-2.3436

#37766f color RGB value is (55,118,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110110 01101111
Octal 67 166 157
Decimal 55 118 111
Hex 37 76 6F

RGB Percentages of Color #37766f

%19.37
%41.55
%39.08

CMYK Percentages of Color #37766f

%53
%0
%6
%54

Triadic Colors of #37766f

#37766f #6f3776 #766f37

Analogous Colors of #37766f

#37766f #375e76 #377650

Monochromatic Colors of #37766f

#37766f

Complementary Color

#37766f #76373e

#37766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37766f Color CSS Codes

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

#37766f Text Font Color

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

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


#37766f Background Color

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

This div background color is #37766f


#37766f Border Color

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

This div border color is #37766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37766f


Comments

No comments written yet.

Please login to write comment.