Color Hex Logo

#523621 Color Hex

#523621
(82,54,33)
0 Favorites   0 Comments

Color spaces of #523621

RGB 825433
HSL0.070.430.23
HSV26°60°32°
CMYK 0.000.340.60   0.68
XYZ5.07344.54202.0481
Yxy4.54200.43500.3894
Hunter Lab21.31205.19679.2206
CIE-Lab25.38799.863318.1689

#523621 color RGB value is (82,54,33).

#523621 hex color red value is 82, green value is 54 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #523621 hue: 0.07 , saturation: 0.43 and the lightness value of 523621 is 0.23.

The process color (four color CMYK) of #523621 color hex is 0.00, 0.34, 0.60, 0.68. Web safe color of #523621 is #663333. Color #523621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110110 00100001
Octal 122 66 41
Decimal 82 54 33
Hex 52 36 21

RGB Percentages of Color #523621

%48.52
%31.95
%19.53

CMYK Percentages of Color #523621

%0
%34
%60
%68

Triadic Colors of #523621

#523621 #215236 #362152

Analogous Colors of #523621

#523621 #524f21 #522125

Monochromatic Colors of #523621

#523621

Complementary Color

#523621 #213d52

#523621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523621 Color CSS Codes

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

#523621 Text Font Color

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

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


#523621 Background Color

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

This div background color is #523621


#523621 Border Color

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

This div border color is #523621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523621


Comments

No comments written yet.

Please login to write comment.