Color Hex Logo

#55532d Color Hex

#55532D
(85,83,45)
0 Favorites   0 Comments

Color spaces of #55532d

RGB 858345
HSL0.160.310.25
HSV57°47°33°
CMYK 0.000.020.47   0.67
XYZ7.31328.30733.7006
Yxy8.30730.37850.4300
Hunter Lab28.8224-5.147812.5632
CIE-Lab34.6148-5.503922.4830

#55532d color RGB value is (85,83,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 00101101
Octal 125 123 55
Decimal 85 83 45
Hex 55 53 2D

RGB Percentages of Color #55532d

%39.91
%38.97
%21.13

CMYK Percentages of Color #55532d

%0
%2
%47
%67

Triadic Colors of #55532d

#55532d #2d5553 #532d55

Analogous Colors of #55532d

#55532d #43552d #553f2d

Monochromatic Colors of #55532d

#55532d

Complementary Color

#55532d #2d2f55

#55532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55532d Color CSS Codes

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

#55532d Text Font Color

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

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


#55532d Background Color

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

This div background color is #55532d


#55532d Border Color

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

This div border color is #55532d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55532d


Comments

No comments written yet.

Please login to write comment.