Color Hex Logo

#532640 Color Hex

#532640
(83,38,64)
0 Favorites   0 Comments

Color spaces of #532640

RGB 833864
HSL0.900.370.24
HSV325°54°33°
CMYK 0.000.540.23   0.67
XYZ5.18583.59545.2711
Yxy3.59540.36900.2559
Hunter Lab18.961515.6353-3.2089
CIE-Lab22.286024.6136-6.8811

#532640 color RGB value is (83,38,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 01000000
Octal 123 46 100
Decimal 83 38 64
Hex 53 26 40

RGB Percentages of Color #532640

%44.86
%20.54
%34.59

CMYK Percentages of Color #532640

%0
%54
%23
%67

Triadic Colors of #532640

#532640 #405326 #264053

Analogous Colors of #532640

#532640 #53262a #4f2653

Monochromatic Colors of #532640

#532640

Complementary Color

#532640 #265339

#532640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532640 Color CSS Codes

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

#532640 Text Font Color

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

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


#532640 Background Color

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

This div background color is #532640


#532640 Border Color

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

This div border color is #532640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532640

#532640 Color Palettes


Comments

No comments written yet.

Please login to write comment.