Color Hex Logo

#55532f Color Hex

#55532F
(85,83,47)
0 Favorites   0 Comments

Color spaces of #55532f

RGB 858347
HSL0.160.290.26
HSV57°45°33°
CMYK 0.000.020.45   0.67
XYZ7.35278.32303.9083
Yxy8.32300.37540.4250
Hunter Lab28.8496-4.993812.1626
CIE-Lab34.6467-5.259121.3480

#55532f color RGB value is (85,83,47).

#55532f hex color red value is 85, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #55532f hue: 0.16 , saturation: 0.29 and the lightness value of 55532f is 0.26.

The process color (four color CMYK) of #55532f color hex is 0.00, 0.02, 0.45, 0.67. Web safe color of #55532f is #666633. Color #55532f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 00101111
Octal 125 123 57
Decimal 85 83 47
Hex 55 53 2F

RGB Percentages of Color #55532f

%39.53
%38.60
%21.86

CMYK Percentages of Color #55532f

%0
%2
%45
%67

Triadic Colors of #55532f

#55532f #2f5553 #532f55

Analogous Colors of #55532f

#55532f #44552f #55402f

Monochromatic Colors of #55532f

#55532f

Complementary Color

#55532f #2f3155

#55532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55532f Color CSS Codes

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

#55532f Text Font Color

<p style="color:#55532f">Text here</p>

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


#55532f Background Color

<div style="background-color:#55532f">
Div content here</div>

This div background color is #55532f


#55532f Border Color

<div style="border:3px solid #55532f">
Div here</div>

This div border color is #55532f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55532f


Comments

No comments written yet.

Please login to write comment.