Color Hex Logo

#55544a Color Hex

#55544A
(85,84,74)
0 Favorites   0 Comments

Color spaces of #55544a

RGB 858474
HSL0.150.070.31
HSV55°13°33°
CMYK 0.000.010.13   0.67
XYZ8.15278.76647.7409
Yxy8.76640.33060.3555
Hunter Lab29.6081-2.66365.2246
CIE-Lab35.5306-1.60665.9931

#55544a color RGB value is (85,84,74).

#55544a hex color red value is 85, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #55544a hue: 0.15 , saturation: 0.07 and the lightness value of 55544a is 0.31.

The process color (four color CMYK) of #55544a color hex is 0.00, 0.01, 0.13, 0.67. Web safe color of #55544a is #666633. Color #55544a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 01001010
Octal 125 124 112
Decimal 85 84 74
Hex 55 54 4A

RGB Percentages of Color #55544a

%34.98
%34.57
%30.45

CMYK Percentages of Color #55544a

%0
%1
%13
%67

Triadic Colors of #55544a

#55544a #4a5554 #544a55

Analogous Colors of #55544a

#55544a #51554a #554f4a

Monochromatic Colors of #55544a

#55544a

Complementary Color

#55544a #4a4b55

#55544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55544a Color CSS Codes

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

#55544a Text Font Color

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

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


#55544a Background Color

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

This div background color is #55544a


#55544a Border Color

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

This div border color is #55544a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55544a


Comments

No comments written yet.

Please login to write comment.