Color Hex Logo

#377365 Color Hex

#377365
(55,115,101)
0 Favorites   0 Comments

Color spaces of #377365

RGB 55115101
HSL0.460.350.33
HSV166°52°45°
CMYK 0.520.000.12   0.55
XYZ10.055214.013314.4868
Yxy14.01330.26080.3635
Hunter Lab37.4343-17.56343.2593
CIE-Lab44.2520-23.23071.7808

#377365 color RGB value is (55,115,101).

#377365 hex color red value is 55, green value is 115 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #377365 hue: 0.46 , saturation: 0.35 and the lightness value of 377365 is 0.33.

The process color (four color CMYK) of #377365 color hex is 0.52, 0.00, 0.12, 0.55. Web safe color of #377365 is #336666. Color #377365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110011 01100101
Octal 67 163 145
Decimal 55 115 101
Hex 37 73 65

RGB Percentages of Color #377365

%20.30
%42.44
%37.27

CMYK Percentages of Color #377365

%52
%0
%12
%55

Triadic Colors of #377365

#377365 #653773 #736537

Analogous Colors of #377365

#377365 #376373 #377347

Monochromatic Colors of #377365

#377365

Complementary Color

#377365 #733745

#377365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377365 Color CSS Codes

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

#377365 Text Font Color

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

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


#377365 Background Color

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

This div background color is #377365


#377365 Border Color

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

This div border color is #377365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377365


Comments

No comments written yet.

Please login to write comment.