Color Hex Logo

#524257 Color Hex

#524257
(82,66,87)
0 Favorites   0 Comments

Color spaces of #524257

RGB 826687
HSL0.790.140.30
HSV286°24°34°
CMYK 0.060.240.00   0.66
XYZ7.14826.37849.8712
Yxy6.37840.30550.2726
Hunter Lab25.25556.3247-5.4949
CIE-Lab30.347711.2772-9.9364

#524257 color RGB value is (82,66,87).

#524257 hex color red value is 82, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #524257 hue: 0.79 , saturation: 0.14 and the lightness value of 524257 is 0.30.

The process color (four color CMYK) of #524257 color hex is 0.06, 0.24, 0.00, 0.66. Web safe color of #524257 is #663366. Color #524257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000010 01010111
Octal 122 102 127
Decimal 82 66 87
Hex 52 42 57

RGB Percentages of Color #524257

%34.89
%28.09
%37.02

CMYK Percentages of Color #524257

%6
%24
%0
%66

Triadic Colors of #524257

#524257 #575242 #425752

Analogous Colors of #524257

#524257 #574252 #484257

Monochromatic Colors of #524257

#524257

Complementary Color

#524257 #475742

#524257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524257 Color CSS Codes

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

#524257 Text Font Color

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

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


#524257 Background Color

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

This div background color is #524257


#524257 Border Color

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

This div border color is #524257


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,66,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524257; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524257;
  -webkit-box-shadow: 1px 1px 3px 2px #524257;
  box-shadow:         1px 1px 3px 2px #524257; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,66,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524257


Comments

No comments written yet.

Please login to write comment.