Color Hex Logo

#53392f Color Hex

#53392F
(83,57,47)
0 Favorites   0 Comments

Color spaces of #53392f

RGB 835747
HSL0.050.280.25
HSV17°43°33°
CMYK 0.000.310.43   0.67
XYZ5.54354.97053.3566
Yxy4.97050.39970.3583
Hunter Lab22.29465.36806.6797
CIE-Lab26.650610.064710.8245

#53392f color RGB value is (83,57,47).

#53392f hex color red value is 83, green value is 57 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #53392f hue: 0.05 , saturation: 0.28 and the lightness value of 53392f is 0.25.

The process color (four color CMYK) of #53392f color hex is 0.00, 0.31, 0.43, 0.67. Web safe color of #53392f is #663333. Color #53392f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 00101111
Octal 123 71 57
Decimal 83 57 47
Hex 53 39 2F

RGB Percentages of Color #53392f

%44.39
%30.48
%25.13

CMYK Percentages of Color #53392f

%0
%31
%43
%67

Triadic Colors of #53392f

#53392f #2f5339 #392f53

Analogous Colors of #53392f

#53392f #534b2f #532f37

Monochromatic Colors of #53392f

#53392f

Complementary Color

#53392f #2f4953

#53392f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53392f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53392f Color CSS Codes

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

#53392f Text Font Color

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

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


#53392f Background Color

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

This div background color is #53392f


#53392f Border Color

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

This div border color is #53392f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,57,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53392f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53392f;
  -webkit-box-shadow: 1px 1px 3px 2px #53392f;
  box-shadow:         1px 1px 3px 2px #53392f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53392f


Comments

No comments written yet.

Please login to write comment.