Color Hex Logo

#55771c Color Hex

#55771C
(85,119,28)
0 Favorites   0 Comments

Color spaces of #55771c

RGB 8511928
HSL0.230.620.29
HSV82°76°47°
CMYK 0.290.000.76   0.53
XYZ10.552715.20883.4780
Yxy15.20880.36090.5201
Hunter Lab38.9985-19.946522.0113
CIE-Lab45.9189-26.578043.2986

#55771c color RGB value is (85,119,28).

#55771c hex color red value is 85, green value is 119 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #55771c hue: 0.23 , saturation: 0.62 and the lightness value of 55771c is 0.29.

The process color (four color CMYK) of #55771c color hex is 0.29, 0.00, 0.76, 0.53. Web safe color of #55771c is #666633. Color #55771c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 00011100
Octal 125 167 34
Decimal 85 119 28
Hex 55 77 1C

RGB Percentages of Color #55771c

%36.64
%51.29
%12.07

CMYK Percentages of Color #55771c

%29
%0
%76
%53

Triadic Colors of #55771c

#55771c #1c5577 #771c55

Analogous Colors of #55771c

#55771c #28771c #776c1c

Monochromatic Colors of #55771c

#55771c

Complementary Color

#55771c #3e1c77

#55771c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55771c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55771c Color CSS Codes

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

#55771c Text Font Color

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

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


#55771c Background Color

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

This div background color is #55771c


#55771c Border Color

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

This div border color is #55771c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55771c


Comments

No comments written yet.

Please login to write comment.