Color Hex Logo

#55871d Color Hex

#55871D
(85,135,29)
0 Favorites   0 Comments

Color spaces of #55871d

RGB 8513529
HSL0.250.650.32
HSV88°79°53°
CMYK 0.370.000.79   0.47
XYZ12.632119.34794.2311
Yxy19.34790.34880.5343
Hunter Lab43.9862-25.713825.0872
CIE-Lab51.0918-34.026847.9330

#55871d color RGB value is (85,135,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 00011101
Octal 125 207 35
Decimal 85 135 29
Hex 55 87 1D

RGB Percentages of Color #55871d

%34.14
%54.22
%11.65

CMYK Percentages of Color #55871d

%37
%0
%79
%47

Triadic Colors of #55871d

#55871d #1d5587 #871d55

Analogous Colors of #55871d

#55871d #20871d #87841d

Monochromatic Colors of #55871d

#55871d

Complementary Color

#55871d #4f1d87

#55871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55871d Color CSS Codes

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

#55871d Text Font Color

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

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


#55871d Background Color

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

This div background color is #55871d


#55871d Border Color

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

This div border color is #55871d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55871d


Comments

No comments written yet.

Please login to write comment.