Color Hex Logo

#53443e Color Hex

#53443E
(83,68,62)
0 Favorites   0 Comments

Color spaces of #53443e

RGB 836862
HSL0.050.140.28
HSV17°25°33°
CMYK 0.000.180.25   0.67
XYZ6.50396.32105.4347
Yxy6.32100.35620.3462
Hunter Lab25.14162.17854.7828
CIE-Lab30.20835.33666.0315

#53443e color RGB value is (83,68,62).

#53443e hex color red value is 83, green value is 68 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53443e hue: 0.05 , saturation: 0.14 and the lightness value of 53443e is 0.28.

The process color (four color CMYK) of #53443e color hex is 0.00, 0.18, 0.25, 0.67. Web safe color of #53443e is #663333. Color #53443e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 00111110
Octal 123 104 76
Decimal 83 68 62
Hex 53 44 3E

RGB Percentages of Color #53443e

%38.97
%31.92
%29.11

CMYK Percentages of Color #53443e

%0
%18
%25
%67

Triadic Colors of #53443e

#53443e #3e5344 #443e53

Analogous Colors of #53443e

#53443e #534f3e #533e43

Monochromatic Colors of #53443e

#53443e

Complementary Color

#53443e #3e4d53

#53443e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53443e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53443e Color CSS Codes

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

#53443e Text Font Color

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

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


#53443e Background Color

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

This div background color is #53443e


#53443e Border Color

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

This div border color is #53443e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,68,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53443e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53443e;
  -webkit-box-shadow: 1px 1px 3px 2px #53443e;
  box-shadow:         1px 1px 3px 2px #53443e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53443e


Comments

No comments written yet.

Please login to write comment.