Color Hex Logo

#55774d Color Hex

#55774D
(85,119,77)
0 Favorites   0 Comments

Color spaces of #55774d

RGB 8511977
HSL0.300.210.38
HSV109°35°47°
CMYK 0.290.000.35   0.53
XYZ11.682715.66089.4283
Yxy15.66080.31770.4259
Hunter Lab39.5737-16.558413.5760
CIE-Lab46.5263-20.907719.3220

#55774d color RGB value is (85,119,77).

#55774d hex color red value is 85, green value is 119 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55774d hue: 0.30 , saturation: 0.21 and the lightness value of 55774d is 0.38.

The process color (four color CMYK) of #55774d color hex is 0.29, 0.00, 0.35, 0.53. Web safe color of #55774d is #666666. Color #55774d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 01001101
Octal 125 167 115
Decimal 85 119 77
Hex 55 77 4D

RGB Percentages of Color #55774d

%30.25
%42.35
%27.40

CMYK Percentages of Color #55774d

%29
%0
%35
%53

Triadic Colors of #55774d

#55774d #4d5577 #774d55

Analogous Colors of #55774d

#55774d #4d775a #6a774d

Monochromatic Colors of #55774d

#55774d

Complementary Color

#55774d #6f4d77

#55774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55774d Color CSS Codes

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

#55774d Text Font Color

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

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


#55774d Background Color

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

This div background color is #55774d


#55774d Border Color

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

This div border color is #55774d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,119,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 #55774d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55774d


Comments

No comments written yet.

Please login to write comment.