Color Hex Logo

#532637 Color Hex

#532637
(83,38,55)
0 Favorites   0 Comments

Color spaces of #532637

RGB 833855
HSL0.940.370.24
HSV337°54°33°
CMYK 0.000.540.34   0.67
XYZ4.95003.50114.0293
Yxy3.50110.39660.2805
Hunter Lab18.711214.47700.3303
CIE-Lab21.948323.1502-1.2197

#532637 color RGB value is (83,38,55).

#532637 hex color red value is 83, green value is 38 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #532637 hue: 0.94 , saturation: 0.37 and the lightness value of 532637 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 00110111
Octal 123 46 67
Decimal 83 38 55
Hex 53 26 37

RGB Percentages of Color #532637

%47.16
%21.59
%31.25

CMYK Percentages of Color #532637

%0
%54
%34
%67

Triadic Colors of #532637

#532637 #375326 #263753

Analogous Colors of #532637

#532637 #532c26 #53264e

Monochromatic Colors of #532637

#532637

Complementary Color

#532637 #265342

#532637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532637 Color CSS Codes

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

#532637 Text Font Color

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

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


#532637 Background Color

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

This div background color is #532637


#532637 Border Color

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

This div border color is #532637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532637


Comments

No comments written yet.

Please login to write comment.