Color Hex Logo

#55534a Color Hex

#55534A
(85,83,74)
0 Favorites   0 Comments

Color spaces of #55534a

RGB 858374
HSL0.140.070.31
HSV49°13°33°
CMYK 0.000.020.13   0.67
XYZ8.07568.61227.7153
Yxy8.61220.33090.3529
Hunter Lab29.3466-2.23674.9551
CIE-Lab35.2267-0.99395.5605

#55534a color RGB value is (85,83,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 01001010
Octal 125 123 112
Decimal 85 83 74
Hex 55 53 4A

RGB Percentages of Color #55534a

%35.12
%34.30
%30.58

CMYK Percentages of Color #55534a

%0
%2
%13
%67

Triadic Colors of #55534a

#55534a #4a5553 #534a55

Analogous Colors of #55534a

#55534a #52554a #554e4a

Monochromatic Colors of #55534a

#55534a

Complementary Color

#55534a #4a4c55

#55534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55534a Color CSS Codes

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

#55534a Text Font Color

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

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


#55534a Background Color

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

This div background color is #55534a


#55534a Border Color

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

This div border color is #55534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55534a

#55534a Color Palettes


Comments

No comments written yet.

Please login to write comment.