Color Hex Logo

#533333 Color Hex

#533333
(83,51,51)
0 Favorites   0 Comments

Color spaces of #533333

RGB 835151
HSL0.000.240.26
HSV39°33°
CMYK 0.000.390.39   0.67
XYZ5.34864.44573.7082
Yxy4.44570.39610.3293
Hunter Lab21.08488.38174.3320
CIE-Lab25.093314.47736.0223

#533333 color RGB value is (83,51,51).

#533333 hex color red value is 83, green value is 51 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #533333 hue: 0.00 , saturation: 0.24 and the lightness value of 533333 is 0.26.

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

Base Numbers

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

RGB Percentages of Color #533333

%44.86
%27.57
%27.57

CMYK Percentages of Color #533333

%0
%39
%39
%67

Triadic Colors of #533333

#533333 #335333 #333353

Analogous Colors of #533333

#533333 #534333 #533343

Monochromatic Colors of #533333

#533333

Complementary Color

#533333 #335353

#533333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533333 Color CSS Codes

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

#533333 Text Font Color

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

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


#533333 Background Color

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

This div background color is #533333


#533333 Border Color

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

This div border color is #533333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533333


Comments

No comments written yet.

Please login to write comment.