Color Hex Logo

#522309 Color Hex

#522309
(82,35,9)
0 Favorites   0 Comments

Color spaces of #522309

RGB 82359
HSL0.060.800.18
HSV21°89°32°
CMYK 0.000.570.89   0.68
XYZ4.13003.01560.6228
Yxy3.01560.53160.3882
Hunter Lab17.365512.062710.0294
CIE-Lab20.106320.151325.7578

#522309 color RGB value is (82,35,9).

#522309 hex color red value is 82, green value is 35 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #522309 hue: 0.06 , saturation: 0.80 and the lightness value of 522309 is 0.18.

The process color (four color CMYK) of #522309 color hex is 0.00, 0.57, 0.89, 0.68. Web safe color of #522309 is #663300. Color #522309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100011 00001001
Octal 122 43 11
Decimal 82 35 9
Hex 52 23 9

RGB Percentages of Color #522309

%65.08
%27.78
%7.14

CMYK Percentages of Color #522309

%0
%57
%89
%68

Triadic Colors of #522309

#522309 #095223 #230952

Analogous Colors of #522309

#522309 #524809 #520914

Monochromatic Colors of #522309

#522309

Complementary Color

#522309 #093852

#522309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522309 Color CSS Codes

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

#522309 Text Font Color

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

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


#522309 Background Color

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

This div background color is #522309


#522309 Border Color

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

This div border color is #522309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522309


Comments

No comments written yet.

Please login to write comment.