Color Hex Logo

#522030 Color Hex

#522030
(82,32,48)
0 Favorites   0 Comments

Color spaces of #522030

RGB 823248
HSL0.950.440.22
HSV341°61°32°
CMYK 0.000.610.41   0.68
XYZ4.52973.04033.1444
Yxy3.04030.42280.2838
Hunter Lab17.436515.85751.5135
CIE-Lab20.204625.22461.0611

#522030 color RGB value is (82,32,48).

#522030 hex color red value is 82, green value is 32 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #522030 hue: 0.95 , saturation: 0.44 and the lightness value of 522030 is 0.22.

The process color (four color CMYK) of #522030 color hex is 0.00, 0.61, 0.41, 0.68. Web safe color of #522030 is #663333. Color #522030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100000 00110000
Octal 122 40 60
Decimal 82 32 48
Hex 52 20 30

RGB Percentages of Color #522030

%50.62
%19.75
%29.63

CMYK Percentages of Color #522030

%0
%61
%41
%68

Triadic Colors of #522030

#522030 #305220 #203052

Analogous Colors of #522030

#522030 #522920 #522049

Monochromatic Colors of #522030

#522030

Complementary Color

#522030 #205242

#522030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522030 Color CSS Codes

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

#522030 Text Font Color

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

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


#522030 Background Color

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

This div background color is #522030


#522030 Border Color

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

This div border color is #522030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522030


Comments

No comments written yet.

Please login to write comment.