Color Hex Logo

#524357 Color Hex

#524357
(82,67,87)
0 Favorites   0 Comments

Color spaces of #524357

RGB 826787
HSL0.790.130.30
HSV285°23°34°
CMYK 0.060.230.00   0.66
XYZ7.20716.49639.8909
Yxy6.49630.30550.2753
Hunter Lab25.48785.8700-5.1668
CIE-Lab30.631610.6319-9.5067

#524357 color RGB value is (82,67,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000011 01010111
Octal 122 103 127
Decimal 82 67 87
Hex 52 43 57

RGB Percentages of Color #524357

%34.75
%28.39
%36.86

CMYK Percentages of Color #524357

%6
%23
%0
%66

Triadic Colors of #524357

#524357 #575243 #435752

Analogous Colors of #524357

#524357 #574352 #484357

Monochromatic Colors of #524357

#524357

Complementary Color

#524357 #485743

#524357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524357 Color CSS Codes

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

#524357 Text Font Color

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

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


#524357 Background Color

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

This div background color is #524357


#524357 Border Color

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

This div border color is #524357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524357


Comments

No comments written yet.

Please login to write comment.