Color Hex Logo

#524431 Color Hex

#524431
(82,68,49)
0 Favorites   0 Comments

Color spaces of #524431

RGB 826849
HSL0.100.250.26
HSV35°40°32°
CMYK 0.000.170.40   0.68
XYZ6.10126.14983.7712
Yxy6.14980.38080.3838
Hunter Lab24.79880.51818.3428
CIE-Lab29.78732.840113.7503

#524431 color RGB value is (82,68,49).

#524431 hex color red value is 82, green value is 68 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #524431 hue: 0.10 , saturation: 0.25 and the lightness value of 524431 is 0.26.

The process color (four color CMYK) of #524431 color hex is 0.00, 0.17, 0.40, 0.68. Web safe color of #524431 is #663333. Color #524431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000100 00110001
Octal 122 104 61
Decimal 82 68 49
Hex 52 44 31

RGB Percentages of Color #524431

%41.21
%34.17
%24.62

CMYK Percentages of Color #524431

%0
%17
%40
%68

Triadic Colors of #524431

#524431 #315244 #443152

Analogous Colors of #524431

#524431 #505231 #523431

Monochromatic Colors of #524431

#524431

Complementary Color

#524431 #313f52

#524431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524431 Color CSS Codes

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

#524431 Text Font Color

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

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


#524431 Background Color

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

This div background color is #524431


#524431 Border Color

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

This div border color is #524431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524431


Comments

No comments written yet.

Please login to write comment.