Color Hex Logo

#53465e Color Hex

#53465E
(83,70,94)
0 Favorites   0 Comments

Color spaces of #53465e

RGB 837094
HSL0.760.150.32
HSV273°26°37°
CMYK 0.120.260.00   0.63
XYZ7.77787.027511.5362
Yxy7.02750.29530.2668
Hunter Lab26.50945.9799-7.2448
CIE-Lab31.869410.7411-12.1042

#53465e color RGB value is (83,70,94).

#53465e hex color red value is 83, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53465e hue: 0.76 , saturation: 0.15 and the lightness value of 53465e is 0.32.

The process color (four color CMYK) of #53465e color hex is 0.12, 0.26, 0.00, 0.63. Web safe color of #53465e is #663366. Color #53465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 01011110
Octal 123 106 136
Decimal 83 70 94
Hex 53 46 5E

RGB Percentages of Color #53465e

%33.60
%28.34
%38.06

CMYK Percentages of Color #53465e

%12
%26
%0
%63

Triadic Colors of #53465e

#53465e #5e5346 #465e53

Analogous Colors of #53465e

#53465e #5e465d #47465e

Monochromatic Colors of #53465e

#53465e

Complementary Color

#53465e #515e46

#53465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53465e Color CSS Codes

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

#53465e Text Font Color

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

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


#53465e Background Color

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

This div background color is #53465e


#53465e Border Color

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

This div border color is #53465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53465e


Comments

No comments written yet.

Please login to write comment.