Color Hex Logo

#532306 Color Hex

#532306
(83,35,6)
0 Favorites   0 Comments

Color spaces of #532306

RGB 83356
HSL0.060.870.17
HSV23°93°33°
CMYK 0.000.580.93   0.67
XYZ4.20123.05420.5404
Yxy3.05420.53890.3918
Hunter Lab17.476312.327010.4000
CIE-Lab20.259720.494527.2009

#532306 color RGB value is (83,35,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 00000110
Octal 123 43 6
Decimal 83 35 6
Hex 53 23 6

RGB Percentages of Color #532306

%66.94
%28.23
%4.84

CMYK Percentages of Color #532306

%0
%58
%93
%67

Triadic Colors of #532306

#532306 #065323 #230653

Analogous Colors of #532306

#532306 #534a06 #530610

Monochromatic Colors of #532306

#532306

Complementary Color

#532306 #063653

#532306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532306 Color CSS Codes

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

#532306 Text Font Color

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

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


#532306 Background Color

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

This div background color is #532306


#532306 Border Color

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

This div border color is #532306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532306


Comments

No comments written yet.

Please login to write comment.