Color Hex Logo

#53494e Color Hex

#53494E
(83,73,78)
0 Favorites   0 Comments

Color spaces of #53494e

RGB 837378
HSL0.920.060.31
HSV330°12°33°
CMYK 0.000.120.06   0.67
XYZ7.32507.15418.2025
Yxy7.15410.32290.3154
Hunter Lab26.74712.07670.5406
CIE-Lab32.15525.2124-1.4418

#53494e color RGB value is (83,73,78).

#53494e hex color red value is 83, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53494e hue: 0.92 , saturation: 0.06 and the lightness value of 53494e is 0.31.

The process color (four color CMYK) of #53494e color hex is 0.00, 0.12, 0.06, 0.67. Web safe color of #53494e is #663366. Color #53494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 01001110
Octal 123 111 116
Decimal 83 73 78
Hex 53 49 4E

RGB Percentages of Color #53494e

%35.47
%31.20
%33.33

CMYK Percentages of Color #53494e

%0
%12
%6
%67

Triadic Colors of #53494e

#53494e #4e5349 #494e53

Analogous Colors of #53494e

#53494e #534949 #534953

Monochromatic Colors of #53494e

#53494e

Complementary Color

#53494e #49534e

#53494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53494e Color CSS Codes

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

#53494e Text Font Color

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

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


#53494e Background Color

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

This div background color is #53494e


#53494e Border Color

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

This div border color is #53494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53494e


Comments

No comments written yet.

Please login to write comment.