Color Hex Logo

#533109 Color Hex

#533109
(83,49,9)
0 Favorites   0 Comments

Color spaces of #533109

RGB 83499
HSL0.090.800.18
HSV32°89°33°
CMYK 0.000.410.89   0.67
XYZ4.71494.05530.7927
Yxy4.05530.49300.4241
Hunter Lab20.13786.551511.7626
CIE-Lab23.853411.934429.7883

#533109 color RGB value is (83,49,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 00001001
Octal 123 61 11
Decimal 83 49 9
Hex 53 31 9

RGB Percentages of Color #533109

%58.87
%34.75
%6.38

CMYK Percentages of Color #533109

%0
%41
%89
%67

Triadic Colors of #533109

#533109 #095331 #310953

Analogous Colors of #533109

#533109 #505309 #530c09

Monochromatic Colors of #533109

#533109

Complementary Color

#533109 #092b53

#533109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533109 Color CSS Codes

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

#533109 Text Font Color

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

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


#533109 Background Color

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

This div background color is #533109


#533109 Border Color

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

This div border color is #533109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533109


Comments

No comments written yet.

Please login to write comment.