Color Hex Logo

#55715a Color Hex

#55715A
(85,113,90)
0 Favorites   0 Comments

Color spaces of #55715a

RGB 8511390
HSL0.360.140.39
HSV131°25°44°
CMYK 0.250.000.20   0.56
XYZ11.496914.479711.8618
Yxy14.47970.30380.3827
Hunter Lab38.0522-12.66038.1544
CIE-Lab44.9132-15.27959.5029

#55715a color RGB value is (85,113,90).

#55715a hex color red value is 85, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #55715a hue: 0.36 , saturation: 0.14 and the lightness value of 55715a is 0.39.

The process color (four color CMYK) of #55715a color hex is 0.25, 0.00, 0.20, 0.56. Web safe color of #55715a is #666666. Color #55715a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 01011010
Octal 125 161 132
Decimal 85 113 90
Hex 55 71 5A

RGB Percentages of Color #55715a

%29.51
%39.24
%31.25

CMYK Percentages of Color #55715a

%25
%0
%20
%56

Triadic Colors of #55715a

#55715a #5a5571 #715a55

Analogous Colors of #55715a

#55715a #557168 #5e7155

Monochromatic Colors of #55715a

#55715a

Complementary Color

#55715a #71556c

#55715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55715a Color CSS Codes

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

#55715a Text Font Color

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

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


#55715a Background Color

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

This div background color is #55715a


#55715a Border Color

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

This div border color is #55715a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,113,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55715a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55715a;
  -webkit-box-shadow: 1px 1px 3px 2px #55715a;
  box-shadow:         1px 1px 3px 2px #55715a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55715a


Comments

No comments written yet.

Please login to write comment.