Color Hex Logo

#532e37 Color Hex

#532E37
(83,46,55)
0 Favorites   0 Comments

Color spaces of #532e37

RGB 834655
HSL0.960.290.25
HSV345°45°33°
CMYK 0.000.450.34   0.67
XYZ5.23394.06884.1239
Yxy4.06880.38980.3030
Hunter Lab20.171311.01621.9984
CIE-Lab23.897618.25171.6235

#532e37 color RGB value is (83,46,55).

#532e37 hex color red value is 83, green value is 46 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #532e37 hue: 0.96 , saturation: 0.29 and the lightness value of 532e37 is 0.25.

The process color (four color CMYK) of #532e37 color hex is 0.00, 0.45, 0.34, 0.67. Web safe color of #532e37 is #663333. Color #532e37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 00110111
Octal 123 56 67
Decimal 83 46 55
Hex 53 2E 37

RGB Percentages of Color #532e37

%45.11
%25.00
%29.89

CMYK Percentages of Color #532e37

%0
%45
%34
%67

Triadic Colors of #532e37

#532e37 #37532e #2e3753

Analogous Colors of #532e37

#532e37 #53382e #532e4a

Monochromatic Colors of #532e37

#532e37

Complementary Color

#532e37 #2e534a

#532e37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532e37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532e37 Color CSS Codes

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

#532e37 Text Font Color

<p style="color:#532e37">Text here</p>

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


#532e37 Background Color

<div style="background-color:#532e37">
Div content here</div>

This div background color is #532e37


#532e37 Border Color

<div style="border:3px solid #532e37">
Div here</div>

This div border color is #532e37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,46,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532e37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532e37;
  -webkit-box-shadow: 1px 1px 3px 2px #532e37;
  box-shadow:         1px 1px 3px 2px #532e37; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532e37


Comments

No comments written yet.

Please login to write comment.