Color Hex Logo

#53342c Color Hex

#53342C
(83,52,44)
0 Favorites   0 Comments

Color spaces of #53342c

RGB 835244
HSL0.030.310.25
HSV12°47°33°
CMYK 0.000.370.47   0.67
XYZ5.24994.47682.9703
Yxy4.47680.41350.3526
Hunter Lab21.15847.26276.4876
CIE-Lab25.188912.879310.8089

#53342c color RGB value is (83,52,44).

#53342c hex color red value is 83, green value is 52 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #53342c hue: 0.03 , saturation: 0.31 and the lightness value of 53342c is 0.25.

The process color (four color CMYK) of #53342c color hex is 0.00, 0.37, 0.47, 0.67. Web safe color of #53342c is #663333. Color #53342c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 00101100
Octal 123 64 54
Decimal 83 52 44
Hex 53 34 2C

RGB Percentages of Color #53342c

%46.37
%29.05
%24.58

CMYK Percentages of Color #53342c

%0
%37
%47
%67

Triadic Colors of #53342c

#53342c #2c5334 #342c53

Analogous Colors of #53342c

#53342c #53482c #532c38

Monochromatic Colors of #53342c

#53342c

Complementary Color

#53342c #2c4b53

#53342c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53342c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53342c Color CSS Codes

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

#53342c Text Font Color

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

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


#53342c Background Color

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

This div background color is #53342c


#53342c Border Color

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

This div border color is #53342c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,52,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53342c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53342c;
  -webkit-box-shadow: 1px 1px 3px 2px #53342c;
  box-shadow:         1px 1px 3px 2px #53342c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53342c


Comments

No comments written yet.

Please login to write comment.