Color Hex Logo

#53524e Color Hex

#53524E
(83,82,78)
0 Favorites   0 Comments

Color spaces of #53524e

RGB 838278
HSL0.130.030.32
HSV48°33°
CMYK 0.000.010.06   0.67
XYZ7.95978.42368.4141
Yxy8.42360.32100.3397
Hunter Lab29.0234-1.83733.1278
CIE-Lab34.8500-0.42682.4842

#53524e color RGB value is (83,82,78).

#53524e hex color red value is 83, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53524e hue: 0.13 , saturation: 0.03 and the lightness value of 53524e is 0.32.

The process color (four color CMYK) of #53524e color hex is 0.00, 0.01, 0.06, 0.67. Web safe color of #53524e is #666666. Color #53524e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010010 01001110
Octal 123 122 116
Decimal 83 82 78
Hex 53 52 4E

RGB Percentages of Color #53524e

%34.16
%33.74
%32.10

CMYK Percentages of Color #53524e

%0
%1
%6
%67

Triadic Colors of #53524e

#53524e #4e5352 #524e53

Analogous Colors of #53524e

#53524e #52534e #53504e

Monochromatic Colors of #53524e

#53524e

Complementary Color

#53524e #4e4f53

#53524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53524e Color CSS Codes

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

#53524e Text Font Color

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

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


#53524e Background Color

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

This div background color is #53524e


#53524e Border Color

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

This div border color is #53524e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,82,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 #53524e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53524e


Comments

No comments written yet.

Please login to write comment.