Color Hex Logo

#524d49 Color Hex

#524D49
(82,77,73)
0 Favorites   0 Comments

Color spaces of #524d49

RGB 827773
HSL0.070.060.30
HSV27°11°32°
CMYK 0.000.060.11   0.68
XYZ7.33627.58267.3803
Yxy7.58260.32900.3400
Hunter Lab27.5365-0.63353.3847
CIE-Lab33.09801.25683.1060

#524d49 color RGB value is (82,77,73).

#524d49 hex color red value is 82, green value is 77 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #524d49 hue: 0.07 , saturation: 0.06 and the lightness value of 524d49 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001101 01001001
Octal 122 115 111
Decimal 82 77 73
Hex 52 4D 49

RGB Percentages of Color #524d49

%35.34
%33.19
%31.47

CMYK Percentages of Color #524d49

%0
%6
%11
%68

Triadic Colors of #524d49

#524d49 #49524d #4d4952

Analogous Colors of #524d49

#524d49 #525249 #52494a

Monochromatic Colors of #524d49

#524d49

Complementary Color

#524d49 #494e52

#524d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524d49 Color CSS Codes

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

#524d49 Text Font Color

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

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


#524d49 Background Color

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

This div background color is #524d49


#524d49 Border Color

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

This div border color is #524d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524d49


Comments

No comments written yet.

Please login to write comment.