Color Hex Logo

#52170f Color Hex

#52170F
(82,23,15)
0 Favorites   0 Comments

Color spaces of #52170f

RGB 822315
HSL0.020.690.19
HSV82°32°
CMYK 0.000.720.82   0.68
XYZ3.87232.44110.7190
Yxy2.44110.55060.3471
Hunter Lab15.624016.89798.2084
CIE-Lab17.650127.003320.1471

#52170f color RGB value is (82,23,15).

#52170f hex color red value is 82, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #52170f hue: 0.02 , saturation: 0.69 and the lightness value of 52170f is 0.19.

The process color (four color CMYK) of #52170f color hex is 0.00, 0.72, 0.82, 0.68. Web safe color of #52170f is #660000. Color #52170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 00001111
Octal 122 27 17
Decimal 82 23 15
Hex 52 17 F

RGB Percentages of Color #52170f

%68.33
%19.17
%12.50

CMYK Percentages of Color #52170f

%0
%72
%82
%68

Triadic Colors of #52170f

#52170f #0f5217 #170f52

Analogous Colors of #52170f

#52170f #52390f #520f29

Monochromatic Colors of #52170f

#52170f

Complementary Color

#52170f #0f4a52

#52170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52170f Color CSS Codes

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

#52170f Text Font Color

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

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


#52170f Background Color

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

This div background color is #52170f


#52170f Border Color

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

This div border color is #52170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52170f

#52170f Color Palettes


Comments

No comments written yet.

Please login to write comment.