Color Hex Logo

#532006 Color Hex

#532006
(83,32,6)
0 Favorites   0 Comments

Color spaces of #532006

RGB 83326
HSL0.060.870.17
HSV20°93°33°
CMYK 0.000.610.93   0.67
XYZ4.11672.88520.5122
Yxy2.88520.54790.3840
Hunter Lab16.985913.536010.1023
CIE-Lab19.578122.238826.4292

#532006 color RGB value is (83,32,6).

#532006 hex color red value is 83, green value is 32 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #532006 hue: 0.06 , saturation: 0.87 and the lightness value of 532006 is 0.17.

The process color (four color CMYK) of #532006 color hex is 0.00, 0.61, 0.93, 0.67. Web safe color of #532006 is #663300. Color #532006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 00000110
Octal 123 40 6
Decimal 83 32 6
Hex 53 20 6

RGB Percentages of Color #532006

%68.60
%26.45
%4.96

CMYK Percentages of Color #532006

%0
%61
%93
%67

Triadic Colors of #532006

#532006 #065320 #200653

Analogous Colors of #532006

#532006 #534706 #530612

Monochromatic Colors of #532006

#532006

Complementary Color

#532006 #063953

#532006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532006 Color CSS Codes

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

#532006 Text Font Color

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

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


#532006 Background Color

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

This div background color is #532006


#532006 Border Color

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

This div border color is #532006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,32,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532006


Comments

No comments written yet.

Please login to write comment.