Color Hex Logo

#52513a Color Hex

#52513A
(82,81,58)
0 Favorites   0 Comments

Color spaces of #52513a

RGB 828158
HSL0.160.170.27
HSV58°29°32°
CMYK 0.000.010.29   0.68
XYZ7.18587.98425.1654
Yxy7.98420.35340.3926
Hunter Lab28.2563-4.05478.9409
CIE-Lab33.9500-3.880213.7196

#52513a color RGB value is (82,81,58).

#52513a hex color red value is 82, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #52513a hue: 0.16 , saturation: 0.17 and the lightness value of 52513a is 0.27.

The process color (four color CMYK) of #52513a color hex is 0.00, 0.01, 0.29, 0.68. Web safe color of #52513a is #666633. Color #52513a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 00111010
Octal 122 121 72
Decimal 82 81 58
Hex 52 51 3A

RGB Percentages of Color #52513a

%37.10
%36.65
%26.24

CMYK Percentages of Color #52513a

%0
%1
%29
%68

Triadic Colors of #52513a

#52513a #3a5251 #513a52

Analogous Colors of #52513a

#52513a #47523a #52453a

Monochromatic Colors of #52513a

#52513a

Complementary Color

#52513a #3a3b52

#52513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52513a Color CSS Codes

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

#52513a Text Font Color

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

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


#52513a Background Color

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

This div background color is #52513a


#52513a Border Color

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

This div border color is #52513a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,81,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52513a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52513a;
  -webkit-box-shadow: 1px 1px 3px 2px #52513a;
  box-shadow:         1px 1px 3px 2px #52513a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52513a


Comments

No comments written yet.

Please login to write comment.