Color Hex Logo

#524729 Color Hex

#524729
(82,71,41)
0 Favorites   0 Comments

Color spaces of #524729

RGB 827141
HSL0.120.330.24
HSV44°50°32°
CMYK 0.000.130.50   0.68
XYZ6.13326.46043.0216
Yxy6.46040.39280.4137
Hunter Lab25.4173-1.408210.7438
CIE-Lab30.5455-0.078619.6997

#524729 color RGB value is (82,71,41).

#524729 hex color red value is 82, green value is 71 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #524729 hue: 0.12 , saturation: 0.33 and the lightness value of 524729 is 0.24.

The process color (four color CMYK) of #524729 color hex is 0.00, 0.13, 0.50, 0.68. Web safe color of #524729 is #663333. Color #524729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 00101001
Octal 122 107 51
Decimal 82 71 41
Hex 52 47 29

RGB Percentages of Color #524729

%42.27
%36.60
%21.13

CMYK Percentages of Color #524729

%0
%13
%50
%68

Triadic Colors of #524729

#524729 #295247 #472952

Analogous Colors of #524729

#524729 #495229 #523329

Monochromatic Colors of #524729

#524729

Complementary Color

#524729 #293452

#524729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524729 Color CSS Codes

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

#524729 Text Font Color

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

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


#524729 Background Color

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

This div background color is #524729


#524729 Border Color

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

This div border color is #524729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524729


Comments

No comments written yet.

Please login to write comment.