Color Hex Logo

#521617 Color Hex

#521617
(82,22,23)
0 Favorites   0 Comments

Color spaces of #521617

RGB 822223
HSL1.000.580.20
HSV359°73°32°
CMYK 0.000.730.72   0.68
XYZ3.92122.42951.0729
Yxy2.42950.52820.3273
Hunter Lab15.586917.62846.8297
CIE-Lab17.596727.954615.0479

#521617 color RGB value is (82,22,23).

#521617 hex color red value is 82, green value is 22 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #521617 hue: 1.00 , saturation: 0.58 and the lightness value of 521617 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 00010111
Octal 122 26 27
Decimal 82 22 23
Hex 52 16 17

RGB Percentages of Color #521617

%64.57
%17.32
%18.11

CMYK Percentages of Color #521617

%0
%73
%72
%68

Triadic Colors of #521617

#521617 #175216 #161752

Analogous Colors of #521617

#521617 #523316 #521635

Monochromatic Colors of #521617

#521617

Complementary Color

#521617 #165251

#521617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521617 Color CSS Codes

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

#521617 Text Font Color

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

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


#521617 Background Color

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

This div background color is #521617


#521617 Border Color

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

This div border color is #521617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521617


Comments

No comments written yet.

Please login to write comment.