Color Hex Logo

#523353 Color Hex

#523353
(82,51,83)
0 Favorites   0 Comments

Color spaces of #523353

RGB 825183
HSL0.830.240.26
HSV298°39°33°
CMYK 0.010.390.00   0.67
XYZ6.22484.78608.7793
Yxy4.78600.31450.2418
Hunter Lab21.876912.5053-8.4795
CIE-Lab26.116220.0068-13.7891

#523353 color RGB value is (82,51,83).

#523353 hex color red value is 82, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #523353 hue: 0.83 , saturation: 0.24 and the lightness value of 523353 is 0.26.

The process color (four color CMYK) of #523353 color hex is 0.01, 0.39, 0.00, 0.67. Web safe color of #523353 is #663366. Color #523353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110011 01010011
Octal 122 63 123
Decimal 82 51 83
Hex 52 33 53

RGB Percentages of Color #523353

%37.96
%23.61
%38.43

CMYK Percentages of Color #523353

%1
%39
%0
%67

Triadic Colors of #523353

#523353 #535233 #335352

Analogous Colors of #523353

#523353 #533344 #423353

Monochromatic Colors of #523353

#523353

Complementary Color

#523353 #345333

#523353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523353 Color CSS Codes

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

#523353 Text Font Color

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

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


#523353 Background Color

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

This div background color is #523353


#523353 Border Color

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

This div border color is #523353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523353


Comments

No comments written yet.

Please login to write comment.