Color Hex Logo

#523801 Color Hex

#523801
(82,56,1)
0 Favorites   0 Comments

Color spaces of #523801

RGB 82561
HSL0.110.980.16
HSV41°99°32°
CMYK 0.000.320.99   0.68
XYZ4.89934.62440.6631
Yxy4.62440.48090.4540
Hunter Lab21.50443.034513.2249
CIE-Lab25.63676.612334.7166

#523801 color RGB value is (82,56,1).

#523801 hex color red value is 82, green value is 56 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #523801 hue: 0.11 , saturation: 0.98 and the lightness value of 523801 is 0.16.

The process color (four color CMYK) of #523801 color hex is 0.00, 0.32, 0.99, 0.68. Web safe color of #523801 is #663300. Color #523801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 00000001
Octal 122 70 1
Decimal 82 56 1
Hex 52 38 1

RGB Percentages of Color #523801

%58.99
%40.29
%0.72

CMYK Percentages of Color #523801

%0
%32
%99
%68

Triadic Colors of #523801

#523801 #015238 #380152

Analogous Colors of #523801

#523801 #445201 #521001

Monochromatic Colors of #523801

#523801

Complementary Color

#523801 #011b52

#523801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523801 Color CSS Codes

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

#523801 Text Font Color

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

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


#523801 Background Color

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

This div background color is #523801


#523801 Border Color

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

This div border color is #523801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523801


Comments

No comments written yet.

Please login to write comment.