Color Hex Logo

#37614c Color Hex

#37614C
(55,97,76)
0 Favorites   0 Comments

Color spaces of #37614c

RGB 559776
HSL0.420.280.30
HSV150°43°38°
CMYK 0.430.000.22   0.62
XYZ7.15479.88348.3681
Yxy9.88340.28160.3890
Hunter Lab31.4379-14.39296.2248
CIE-Lab37.6323-20.05807.4369

#37614c color RGB value is (55,97,76).

#37614c hex color red value is 55, green value is 97 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #37614c hue: 0.42 , saturation: 0.28 and the lightness value of 37614c is 0.30.

The process color (four color CMYK) of #37614c color hex is 0.43, 0.00, 0.22, 0.62. Web safe color of #37614c is #336633. Color #37614c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100001 01001100
Octal 67 141 114
Decimal 55 97 76
Hex 37 61 4C

RGB Percentages of Color #37614c

%24.12
%42.54
%33.33

CMYK Percentages of Color #37614c

%43
%0
%22
%62

Triadic Colors of #37614c

#37614c #4c3761 #614c37

Analogous Colors of #37614c

#37614c #376161 #376137

Monochromatic Colors of #37614c

#37614c

Complementary Color

#37614c #61374c

#37614c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37614c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37614c Color CSS Codes

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

#37614c Text Font Color

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

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


#37614c Background Color

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

This div background color is #37614c


#37614c Border Color

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

This div border color is #37614c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,97,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37614c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37614c;
  -webkit-box-shadow: 1px 1px 3px 2px #37614c;
  box-shadow:         1px 1px 3px 2px #37614c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37614c


Comments

No comments written yet.

Please login to write comment.