Color Hex Logo

#523954 Color Hex

#523954
(82,57,84)
0 Favorites   0 Comments

Color spaces of #523954

RGB 825784
HSL0.820.190.28
HSV296°32°33°
CMYK 0.020.320.00   0.67
XYZ6.54305.36029.0773
Yxy5.36020.31190.2555
Hunter Lab23.15219.9296-7.0395
CIE-Lab27.737316.3966-11.9609

#523954 color RGB value is (82,57,84).

#523954 hex color red value is 82, green value is 57 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #523954 hue: 0.82 , saturation: 0.19 and the lightness value of 523954 is 0.28.

The process color (four color CMYK) of #523954 color hex is 0.02, 0.32, 0.00, 0.67. Web safe color of #523954 is #663366. Color #523954 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 01010100
Octal 122 71 124
Decimal 82 57 84
Hex 52 39 54

RGB Percentages of Color #523954

%36.77
%25.56
%37.67

CMYK Percentages of Color #523954

%2
%32
%0
%67

Triadic Colors of #523954

#523954 #545239 #395452

Analogous Colors of #523954

#523954 #543949 #453954

Monochromatic Colors of #523954

#523954

Complementary Color

#523954 #3b5439

#523954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523954 Color CSS Codes

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

#523954 Text Font Color

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

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


#523954 Background Color

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

This div background color is #523954


#523954 Border Color

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

This div border color is #523954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523954

#523954 Color Palettes


Comments

No comments written yet.

Please login to write comment.