Color Hex Logo

#52482a Color Hex

#52482A
(82,72,42)
0 Favorites   0 Comments

Color spaces of #52482a

RGB 827242
HSL0.130.320.24
HSV45°49°32°
CMYK 0.000.120.49   0.68
XYZ6.21506.59573.1360
Yxy6.59570.38970.4136
Hunter Lab25.6821-1.747110.7377
CIE-Lab30.8682-0.581919.5014

#52482a color RGB value is (82,72,42).

#52482a hex color red value is 82, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52482a hue: 0.13 , saturation: 0.32 and the lightness value of 52482a is 0.24.

The process color (four color CMYK) of #52482a color hex is 0.00, 0.12, 0.49, 0.68. Web safe color of #52482a is #663333. Color #52482a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001000 00101010
Octal 122 110 52
Decimal 82 72 42
Hex 52 48 2A

RGB Percentages of Color #52482a

%41.84
%36.73
%21.43

CMYK Percentages of Color #52482a

%0
%12
%49
%68

Triadic Colors of #52482a

#52482a #2a5248 #482a52

Analogous Colors of #52482a

#52482a #48522a #52342a

Monochromatic Colors of #52482a

#52482a

Complementary Color

#52482a #2a3452

#52482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52482a Color CSS Codes

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

#52482a Text Font Color

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

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


#52482a Background Color

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

This div background color is #52482a


#52482a Border Color

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

This div border color is #52482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52482a


Comments

No comments written yet.

Please login to write comment.