Color Hex Logo

#524d44 Color Hex

#524D44
(82,77,68)
0 Favorites   0 Comments

Color spaces of #524d44

RGB 827768
HSL0.110.090.29
HSV39°17°32°
CMYK 0.000.060.17   0.68
XYZ7.17697.51896.5419
Yxy7.51890.33790.3540
Hunter Lab27.4206-1.26665.0493
CIE-Lab32.96020.29896.0811

#524d44 color RGB value is (82,77,68).

#524d44 hex color red value is 82, green value is 77 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #524d44 hue: 0.11 , saturation: 0.09 and the lightness value of 524d44 is 0.29.

The process color (four color CMYK) of #524d44 color hex is 0.00, 0.06, 0.17, 0.68. Web safe color of #524d44 is #666633. Color #524d44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001101 01000100
Octal 122 115 104
Decimal 82 77 68
Hex 52 4D 44

RGB Percentages of Color #524d44

%36.12
%33.92
%29.96

CMYK Percentages of Color #524d44

%0
%6
%17
%68

Triadic Colors of #524d44

#524d44 #44524d #4d4452

Analogous Colors of #524d44

#524d44 #505244 #524644

Monochromatic Colors of #524d44

#524d44

Complementary Color

#524d44 #444952

#524d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524d44 Color CSS Codes

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

#524d44 Text Font Color

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

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


#524d44 Background Color

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

This div background color is #524d44


#524d44 Border Color

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

This div border color is #524d44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,77,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524d44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524d44;
  -webkit-box-shadow: 1px 1px 3px 2px #524d44;
  box-shadow:         1px 1px 3px 2px #524d44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524d44


Comments

No comments written yet.

Please login to write comment.