Color Hex Logo

#533340 Color Hex

#533340
(83,51,64)
0 Favorites   0 Comments

Color spaces of #533340

RGB 835164
HSL0.930.240.26
HSV336°39°33°
CMYK 0.000.390.23   0.67
XYZ5.67654.57685.4347
Yxy4.57680.36180.2917
Hunter Lab21.39359.9243-0.0864
CIE-Lab25.493416.5911-2.0977

#533340 color RGB value is (83,51,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01000000
Octal 123 63 100
Decimal 83 51 64
Hex 53 33 40

RGB Percentages of Color #533340

%41.92
%25.76
%32.32

CMYK Percentages of Color #533340

%0
%39
%23
%67

Triadic Colors of #533340

#533340 #405333 #334053

Analogous Colors of #533340

#533340 #533633 #533350

Monochromatic Colors of #533340

#533340

Complementary Color

#533340 #335346

#533340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533340 Color CSS Codes

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

#533340 Text Font Color

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

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


#533340 Background Color

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

This div background color is #533340


#533340 Border Color

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

This div border color is #533340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533340


Comments

No comments written yet.

Please login to write comment.