Color Hex Logo

#37614d Color Hex

#37614D
(55,97,77)
0 Favorites   0 Comments

Color spaces of #37614d

RGB 559777
HSL0.420.280.30
HSV151°43°38°
CMYK 0.430.000.21   0.62
XYZ7.18989.89748.5526
Yxy9.89740.28040.3860
Hunter Lab31.4601-14.26145.9038
CIE-Lab37.6577-19.82246.8602

#37614d color RGB value is (55,97,77).

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

The process color (four color CMYK) of #37614d color hex is 0.43, 0.00, 0.21, 0.62. Web safe color of #37614d is #336666. Color #37614d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100001 01001101
Octal 67 141 115
Decimal 55 97 77
Hex 37 61 4D

RGB Percentages of Color #37614d

%24.02
%42.36
%33.62

CMYK Percentages of Color #37614d

%43
%0
%21
%62

Triadic Colors of #37614d

#37614d #4d3761 #614d37

Analogous Colors of #37614d

#37614d #376061 #376138

Monochromatic Colors of #37614d

#37614d

Complementary Color

#37614d #61374b

#37614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37614d Color CSS Codes

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

#37614d Text Font Color

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

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


#37614d Background Color

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

This div background color is #37614d


#37614d Border Color

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

This div border color is #37614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37614d

#37614d Color Palettes


Comments

No comments written yet.

Please login to write comment.