Color Hex Logo

#55522f Color Hex

#55522F
(85,82,47)
0 Favorites   0 Comments

Color spaces of #55522f

RGB 858247
HSL0.150.290.26
HSV55°45°33°
CMYK 0.000.040.45   0.67
XYZ7.27678.17113.8830
Yxy8.17110.37640.4227
Hunter Lab28.5851-4.584611.9557
CIE-Lab34.3367-4.659420.9561

#55522f color RGB value is (85,82,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 00101111
Octal 125 122 57
Decimal 85 82 47
Hex 55 52 2F

RGB Percentages of Color #55522f

%39.72
%38.32
%21.96

CMYK Percentages of Color #55522f

%0
%4
%45
%67

Triadic Colors of #55522f

#55522f #2f5552 #522f55

Analogous Colors of #55522f

#55522f #45552f #553f2f

Monochromatic Colors of #55522f

#55522f

Complementary Color

#55522f #2f3255

#55522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55522f Color CSS Codes

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

#55522f Text Font Color

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

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


#55522f Background Color

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

This div background color is #55522f


#55522f Border Color

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

This div border color is #55522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55522f


Comments

No comments written yet.

Please login to write comment.