Color Hex Logo

#533507 Color Hex

#533507
(83,53,7)
0 Favorites   0 Comments

Color spaces of #533507

RGB 83537
HSL0.100.840.18
HSV36°92°33°
CMYK 0.000.360.92   0.67
XYZ4.87874.40050.7933
Yxy4.40050.48440.4369
Hunter Lab20.97744.803312.4420
CIE-Lab24.95369.295731.6765

#533507 color RGB value is (83,53,7).

#533507 hex color red value is 83, green value is 53 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #533507 hue: 0.10 , saturation: 0.84 and the lightness value of 533507 is 0.18.

The process color (four color CMYK) of #533507 color hex is 0.00, 0.36, 0.92, 0.67. Web safe color of #533507 is #663300. Color #533507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 00000111
Octal 123 65 7
Decimal 83 53 7
Hex 53 35 7

RGB Percentages of Color #533507

%58.04
%37.06
%4.90

CMYK Percentages of Color #533507

%0
%36
%92
%67

Triadic Colors of #533507

#533507 #075335 #350753

Analogous Colors of #533507

#533507 #4b5307 #530f07

Monochromatic Colors of #533507

#533507

Complementary Color

#533507 #072553

#533507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533507 Color CSS Codes

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

#533507 Text Font Color

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

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


#533507 Background Color

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

This div background color is #533507


#533507 Border Color

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

This div border color is #533507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533507


Comments

No comments written yet.

Please login to write comment.