Color Hex Logo

#377455 Color Hex

#377455
(55,116,85)
0 Favorites   0 Comments

Color spaces of #377455

RGB 5511685
HSL0.420.360.34
HSV150°53°45°
CMYK 0.530.000.27   0.55
XYZ9.460613.958910.7900
Yxy13.95890.27650.4080
Hunter Lab37.3616-20.18369.0302
CIE-Lab44.1739-27.650411.1966

#377455 color RGB value is (55,116,85).

#377455 hex color red value is 55, green value is 116 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #377455 hue: 0.42 , saturation: 0.36 and the lightness value of 377455 is 0.34.

The process color (four color CMYK) of #377455 color hex is 0.53, 0.00, 0.27, 0.55. Web safe color of #377455 is #336666. Color #377455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110100 01010101
Octal 67 164 125
Decimal 55 116 85
Hex 37 74 55

RGB Percentages of Color #377455

%21.48
%45.31
%33.20

CMYK Percentages of Color #377455

%53
%0
%27
%55

Triadic Colors of #377455

#377455 #553774 #745537

Analogous Colors of #377455

#377455 #377474 #387437

Monochromatic Colors of #377455

#377455

Complementary Color

#377455 #743756

#377455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377455 Color CSS Codes

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

#377455 Text Font Color

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

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


#377455 Background Color

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

This div background color is #377455


#377455 Border Color

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

This div border color is #377455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377455


Comments

No comments written yet.

Please login to write comment.