Color Hex Logo

#55871c Color Hex

#55871C
(85,135,28)
0 Favorites   0 Comments

Color spaces of #55871c

RGB 8513528
HSL0.240.660.32
HSV88°79°53°
CMYK 0.370.000.79   0.47
XYZ12.619919.34314.1671
Yxy19.34310.34930.5354
Hunter Lab43.9808-25.747425.1689
CIE-Lab51.0862-34.085148.2667

#55871c color RGB value is (85,135,28).

#55871c hex color red value is 85, green value is 135 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #55871c hue: 0.24 , saturation: 0.66 and the lightness value of 55871c is 0.32.

The process color (four color CMYK) of #55871c color hex is 0.37, 0.00, 0.79, 0.47. Web safe color of #55871c is #669933. Color #55871c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 00011100
Octal 125 207 34
Decimal 85 135 28
Hex 55 87 1C

RGB Percentages of Color #55871c

%34.27
%54.44
%11.29

CMYK Percentages of Color #55871c

%37
%0
%79
%47

Triadic Colors of #55871c

#55871c #1c5587 #871c55

Analogous Colors of #55871c

#55871c #1f871c #87841c

Monochromatic Colors of #55871c

#55871c

Complementary Color

#55871c #4e1c87

#55871c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55871c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55871c Color CSS Codes

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

#55871c Text Font Color

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

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


#55871c Background Color

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

This div background color is #55871c


#55871c Border Color

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

This div border color is #55871c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55871c


Comments

No comments written yet.

Please login to write comment.