Color Hex Logo

#52471f Color Hex

#52471F
(82,71,31)
0 Favorites   0 Comments

Color spaces of #52471f

RGB 827131
HSL0.130.450.22
HSV47°62°32°
CMYK 0.000.130.62   0.68
XYZ5.98026.39922.2163
Yxy6.39920.40970.4384
Hunter Lab25.2966-2.071212.5131
CIE-Lab30.3981-1.124825.3891

#52471f color RGB value is (82,71,31).

#52471f hex color red value is 82, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #52471f hue: 0.13 , saturation: 0.45 and the lightness value of 52471f is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 00011111
Octal 122 107 37
Decimal 82 71 31
Hex 52 47 1F

RGB Percentages of Color #52471f

%44.57
%38.59
%16.85

CMYK Percentages of Color #52471f

%0
%13
%62
%68

Triadic Colors of #52471f

#52471f #1f5247 #471f52

Analogous Colors of #52471f

#52471f #44521f #522e1f

Monochromatic Colors of #52471f

#52471f

Complementary Color

#52471f #1f2a52

#52471f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52471f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52471f Color CSS Codes

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

#52471f Text Font Color

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

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


#52471f Background Color

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

This div background color is #52471f


#52471f Border Color

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

This div border color is #52471f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52471f


Comments

No comments written yet.

Please login to write comment.