Color Hex Logo

#532528 Color Hex

#532528
(83,37,40)
0 Favorites   0 Comments

Color spaces of #532528

RGB 833740
HSL0.990.380.24
HSV356°55°33°
CMYK 0.000.550.52   0.67
XYZ4.61193.31532.4043
Yxy3.31530.44640.3209
Hunter Lab18.208013.34844.9165
CIE-Lab21.264821.74468.1398

#532528 color RGB value is (83,37,40).

#532528 hex color red value is 83, green value is 37 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #532528 hue: 0.99 , saturation: 0.38 and the lightness value of 532528 is 0.24.

The process color (four color CMYK) of #532528 color hex is 0.00, 0.55, 0.52, 0.67. Web safe color of #532528 is #663333. Color #532528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 00101000
Octal 123 45 50
Decimal 83 37 40
Hex 53 25 28

RGB Percentages of Color #532528

%51.88
%23.13
%25.00

CMYK Percentages of Color #532528

%0
%55
%52
%67

Triadic Colors of #532528

#532528 #285325 #252853

Analogous Colors of #532528

#532528 #533925 #53253f

Monochromatic Colors of #532528

#532528

Complementary Color

#532528 #255350

#532528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532528 Color CSS Codes

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

#532528 Text Font Color

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

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


#532528 Background Color

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

This div background color is #532528


#532528 Border Color

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

This div border color is #532528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532528


Comments

No comments written yet.

Please login to write comment.