Color Hex Logo

#55542c Color Hex

#55542C
(85,84,44)
0 Favorites   0 Comments

Color spaces of #55542c

RGB 858444
HSL0.160.320.25
HSV59°48°33°
CMYK 0.000.010.48   0.67
XYZ7.37138.45383.6261
Yxy8.45380.37900.4346
Hunter Lab29.0754-5.628112.9585
CIE-Lab34.9107-6.217223.4307

#55542c color RGB value is (85,84,44).

#55542c hex color red value is 85, green value is 84 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #55542c hue: 0.16 , saturation: 0.32 and the lightness value of 55542c is 0.25.

The process color (four color CMYK) of #55542c color hex is 0.00, 0.01, 0.48, 0.67. Web safe color of #55542c is #666633. Color #55542c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 00101100
Octal 125 124 54
Decimal 85 84 44
Hex 55 54 2C

RGB Percentages of Color #55542c

%39.91
%39.44
%20.66

CMYK Percentages of Color #55542c

%0
%1
%48
%67

Triadic Colors of #55542c

#55542c #2c5554 #542c55

Analogous Colors of #55542c

#55542c #42552c #55402c

Monochromatic Colors of #55542c

#55542c

Complementary Color

#55542c #2c2d55

#55542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55542c Color CSS Codes

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

#55542c Text Font Color

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

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


#55542c Background Color

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

This div background color is #55542c


#55542c Border Color

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

This div border color is #55542c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55542c


Comments

No comments written yet.

Please login to write comment.