Color Hex Logo

#533409 Color Hex

#533409
(83,52,9)
0 Favorites   0 Comments

Color spaces of #533409

RGB 83529
HSL0.100.800.18
HSV35°89°33°
CMYK 0.000.370.89   0.67
XYZ4.84464.31470.8359
Yxy4.31470.48470.4317
Hunter Lab20.77195.280612.1544
CIE-Lab24.685710.016530.6053

#533409 color RGB value is (83,52,9).

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

The process color (four color CMYK) of #533409 color hex is 0.00, 0.37, 0.89, 0.67. Web safe color of #533409 is #663300. Color #533409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 00001001
Octal 123 64 11
Decimal 83 52 9
Hex 53 34 9

RGB Percentages of Color #533409

%57.64
%36.11
%6.25

CMYK Percentages of Color #533409

%0
%37
%89
%67

Triadic Colors of #533409

#533409 #095334 #340953

Analogous Colors of #533409

#533409 #4d5309 #530f09

Monochromatic Colors of #533409

#533409

Complementary Color

#533409 #092853

#533409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533409 Color CSS Codes

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

#533409 Text Font Color

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

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


#533409 Background Color

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

This div background color is #533409


#533409 Border Color

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

This div border color is #533409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533409


Comments

No comments written yet.

Please login to write comment.