Color Hex Logo

#52182e Color Hex

#52182E
(82,24,46)
0 Favorites   0 Comments

Color spaces of #52182e

RGB 822446
HSL0.940.550.21
HSV337°71°32°
CMYK 0.000.710.44   0.68
XYZ4.29952.64442.8686
Yxy2.64440.43820.2695
Hunter Lab16.261618.73680.9242
CIE-Lab18.559529.19120.0739

#52182e color RGB value is (82,24,46).

#52182e hex color red value is 82, green value is 24 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #52182e hue: 0.94 , saturation: 0.55 and the lightness value of 52182e is 0.21.

The process color (four color CMYK) of #52182e color hex is 0.00, 0.71, 0.44, 0.68. Web safe color of #52182e is #660033. Color #52182e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011000 00101110
Octal 122 30 56
Decimal 82 24 46
Hex 52 18 2E

RGB Percentages of Color #52182e

%53.95
%15.79
%30.26

CMYK Percentages of Color #52182e

%0
%71
%44
%68

Triadic Colors of #52182e

#52182e #2e5218 #182e52

Analogous Colors of #52182e

#52182e #521f18 #52184b

Monochromatic Colors of #52182e

#52182e

Complementary Color

#52182e #18523c

#52182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52182e Color CSS Codes

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

#52182e Text Font Color

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

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


#52182e Background Color

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

This div background color is #52182e


#52182e Border Color

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

This div border color is #52182e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,24,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52182e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52182e;
  -webkit-box-shadow: 1px 1px 3px 2px #52182e;
  box-shadow:         1px 1px 3px 2px #52182e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52182e


Comments

No comments written yet.

Please login to write comment.