Color Hex Logo

#532b3c Color Hex

#532B3C
(83,43,60)
0 Favorites   0 Comments

Color spaces of #532b3c

RGB 834360
HSL0.930.320.25
HSV335°48°33°
CMYK 0.000.480.28   0.67
XYZ5.24683.89304.7499
Yxy3.89300.37770.2803
Hunter Lab19.730712.9382-0.4618
CIE-Lab23.314520.9212-2.6216

#532b3c color RGB value is (83,43,60).

#532b3c hex color red value is 83, green value is 43 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #532b3c hue: 0.93 , saturation: 0.32 and the lightness value of 532b3c is 0.25.

The process color (four color CMYK) of #532b3c color hex is 0.00, 0.48, 0.28, 0.67. Web safe color of #532b3c is #663333. Color #532b3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101011 00111100
Octal 123 53 74
Decimal 83 43 60
Hex 53 2B 3C

RGB Percentages of Color #532b3c

%44.62
%23.12
%32.26

CMYK Percentages of Color #532b3c

%0
%48
%28
%67

Triadic Colors of #532b3c

#532b3c #3c532b #2b3c53

Analogous Colors of #532b3c

#532b3c #532e2b #532b50

Monochromatic Colors of #532b3c

#532b3c

Complementary Color

#532b3c #2b5342

#532b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#532b3c Color CSS Codes

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

#532b3c Text Font Color

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

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


#532b3c Background Color

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

This div background color is #532b3c


#532b3c Border Color

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

This div border color is #532b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532b3c

#532b3c Color Palettes


Comments

No comments written yet.

Please login to write comment.