Color Hex Logo

#533306 Color Hex

#533306
(83,51,6)
0 Favorites   0 Comments

Color spaces of #533306

RGB 83516
HSL0.100.870.17
HSV35°93°33°
CMYK 0.000.390.93   0.67
XYZ4.78404.21980.7347
Yxy4.21980.49120.4333
Hunter Lab20.54225.621612.2590
CIE-Lab24.385210.535631.5347

#533306 color RGB value is (83,51,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 00000110
Octal 123 63 6
Decimal 83 51 6
Hex 53 33 6

RGB Percentages of Color #533306

%59.29
%36.43
%4.29

CMYK Percentages of Color #533306

%0
%39
%93
%67

Triadic Colors of #533306

#533306 #065333 #330653

Analogous Colors of #533306

#533306 #4d5306 #530d06

Monochromatic Colors of #533306

#533306

Complementary Color

#533306 #062653

#533306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533306 Color CSS Codes

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

#533306 Text Font Color

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

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


#533306 Background Color

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

This div background color is #533306


#533306 Border Color

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

This div border color is #533306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533306


Comments

No comments written yet.

Please login to write comment.