Color Hex Logo

#53436e Color Hex

#53436E
(83,67,110)
0 Favorites   0 Comments

Color spaces of #53436e

RGB 8367110
HSL0.730.240.35
HSV262°39°43°
CMYK 0.250.390.00   0.57
XYZ8.38896.979115.6568
Yxy6.97910.27040.2250
Hunter Lab26.418010.4503-16.6460
CIE-Lab31.759316.7583-22.4362

#53436e color RGB value is (83,67,110).

#53436e hex color red value is 83, green value is 67 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53436e hue: 0.73 , saturation: 0.24 and the lightness value of 53436e is 0.35.

The process color (four color CMYK) of #53436e color hex is 0.25, 0.39, 0.00, 0.57. Web safe color of #53436e is #663366. Color #53436e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 01101110
Octal 123 103 156
Decimal 83 67 110
Hex 53 43 6E

RGB Percentages of Color #53436e

%31.92
%25.77
%42.31

CMYK Percentages of Color #53436e

%25
%39
%0
%57

Triadic Colors of #53436e

#53436e #6e5343 #436e53

Analogous Colors of #53436e

#53436e #69436e #43496e

Monochromatic Colors of #53436e

#53436e

Complementary Color

#53436e #5e6e43

#53436e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53436e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53436e Color CSS Codes

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

#53436e Text Font Color

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

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


#53436e Background Color

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

This div background color is #53436e


#53436e Border Color

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

This div border color is #53436e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53436e


Comments

No comments written yet.

Please login to write comment.