Color Hex Logo

#532501 Color Hex

#532501
(83,37,1)
0 Favorites   0 Comments

Color spaces of #532501

RGB 83371
HSL0.070.980.16
HSV26°99°33°
CMYK 0.000.550.99   0.67
XYZ4.23433.16430.4163
Yxy3.16430.54180.4049
Hunter Lab17.788511.359611.0644
CIE-Lab20.690219.101729.7183

#532501 color RGB value is (83,37,1).

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

The process color (four color CMYK) of #532501 color hex is 0.00, 0.55, 0.99, 0.67. Web safe color of #532501 is #663300. Color #532501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 00000001
Octal 123 45 1
Decimal 83 37 1
Hex 53 25 1

RGB Percentages of Color #532501

%68.60
%30.58
%0.83

CMYK Percentages of Color #532501

%0
%55
%99
%67

Triadic Colors of #532501

#532501 #015325 #250153

Analogous Colors of #532501

#532501 #534e01 #530106

Monochromatic Colors of #532501

#532501

Complementary Color

#532501 #012f53

#532501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532501 Color CSS Codes

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

#532501 Text Font Color

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

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


#532501 Background Color

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

This div background color is #532501


#532501 Border Color

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

This div border color is #532501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,37,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 #532501">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532501


Comments

No comments written yet.

Please login to write comment.