Color Hex Logo

#52351f Color Hex

#52351F
(82,53,31)
0 Favorites   0 Comments

Color spaces of #52351f

RGB 825331
HSL0.070.450.22
HSV26°62°32°
CMYK 0.000.350.62   0.68
XYZ5.00014.43901.8896
Yxy4.43900.44140.3918
Hunter Lab21.06895.49129.4307
CIE-Lab25.072710.311019.0344

#52351f color RGB value is (82,53,31).

#52351f hex color red value is 82, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #52351f hue: 0.07 , saturation: 0.45 and the lightness value of 52351f is 0.22.

The process color (four color CMYK) of #52351f color hex is 0.00, 0.35, 0.62, 0.68. Web safe color of #52351f is #663333. Color #52351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110101 00011111
Octal 122 65 37
Decimal 82 53 31
Hex 52 35 1F

RGB Percentages of Color #52351f

%49.40
%31.93
%18.67

CMYK Percentages of Color #52351f

%0
%35
%62
%68

Triadic Colors of #52351f

#52351f #1f5235 #351f52

Analogous Colors of #52351f

#52351f #524f1f #521f23

Monochromatic Colors of #52351f

#52351f

Complementary Color

#52351f #1f3c52

#52351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52351f Color CSS Codes

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

#52351f Text Font Color

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

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


#52351f Background Color

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

This div background color is #52351f


#52351f Border Color

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

This div border color is #52351f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,53,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52351f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52351f;
  -webkit-box-shadow: 1px 1px 3px 2px #52351f;
  box-shadow:         1px 1px 3px 2px #52351f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52351f


Comments

No comments written yet.

Please login to write comment.