Color Hex Logo

#376556 Color Hex

#376556
(55,101,86)
0 Favorites   0 Comments

Color spaces of #376556

RGB 5510186
HSL0.450.290.31
HSV160°46°40°
CMYK 0.460.000.15   0.60
XYZ7.908910.791510.4702
Yxy10.79150.27110.3699
Hunter Lab32.8504-14.51354.0982
CIE-Lab39.2271-19.76003.5911

#376556 color RGB value is (55,101,86).

#376556 hex color red value is 55, green value is 101 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #376556 hue: 0.45 , saturation: 0.29 and the lightness value of 376556 is 0.31.

The process color (four color CMYK) of #376556 color hex is 0.46, 0.00, 0.15, 0.60. Web safe color of #376556 is #336666. Color #376556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100101 01010110
Octal 67 145 126
Decimal 55 101 86
Hex 37 65 56

RGB Percentages of Color #376556

%22.73
%41.74
%35.54

CMYK Percentages of Color #376556

%46
%0
%15
%60

Triadic Colors of #376556

#376556 #563765 #655637

Analogous Colors of #376556

#376556 #375d65 #37653f

Monochromatic Colors of #376556

#376556

Complementary Color

#376556 #653746

#376556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376556 Color CSS Codes

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

#376556 Text Font Color

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

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


#376556 Background Color

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

This div background color is #376556


#376556 Border Color

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

This div border color is #376556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376556


Comments

No comments written yet.

Please login to write comment.