Color Hex Logo

#533613 Color Hex

#533613
(83,54,19)
0 Favorites   0 Comments

Color spaces of #533613

RGB 835419
HSL0.090.630.20
HSV33°77°33°
CMYK 0.000.350.77   0.67
XYZ5.00404.52441.2256
Yxy4.52440.46530.4207
Hunter Lab21.27064.769211.4732
CIE-Lab25.33449.231626.4440

#533613 color RGB value is (83,54,19).

#533613 hex color red value is 83, green value is 54 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #533613 hue: 0.09 , saturation: 0.63 and the lightness value of 533613 is 0.20.

The process color (four color CMYK) of #533613 color hex is 0.00, 0.35, 0.77, 0.67. Web safe color of #533613 is #663300. Color #533613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110110 00010011
Octal 123 66 23
Decimal 83 54 19
Hex 53 36 13

RGB Percentages of Color #533613

%53.21
%34.62
%12.18

CMYK Percentages of Color #533613

%0
%35
%77
%67

Triadic Colors of #533613

#533613 #135336 #361353

Analogous Colors of #533613

#533613 #505313 #531613

Monochromatic Colors of #533613

#533613

Complementary Color

#533613 #133053

#533613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533613 Color CSS Codes

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

#533613 Text Font Color

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

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


#533613 Background Color

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

This div background color is #533613


#533613 Border Color

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

This div border color is #533613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533613


Comments

No comments written yet.

Please login to write comment.