Color Hex Logo

#533347 Color Hex

#533347
(83,51,71)
0 Favorites   0 Comments

Color spaces of #533347

RGB 835171
HSL0.900.240.26
HSV323°39°33°
CMYK 0.000.390.14   0.67
XYZ5.88844.66166.5507
Yxy4.66160.34430.2726
Hunter Lab21.590710.8982-2.8753
CIE-Lab25.748117.8955-6.3887

#533347 color RGB value is (83,51,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01000111
Octal 123 63 107
Decimal 83 51 71
Hex 53 33 47

RGB Percentages of Color #533347

%40.49
%24.88
%34.63

CMYK Percentages of Color #533347

%0
%39
%14
%67

Triadic Colors of #533347

#533347 #475333 #334753

Analogous Colors of #533347

#533347 #533337 #4f3353

Monochromatic Colors of #533347

#533347

Complementary Color

#533347 #33533f

#533347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533347 Color CSS Codes

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

#533347 Text Font Color

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

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


#533347 Background Color

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

This div background color is #533347


#533347 Border Color

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

This div border color is #533347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533347


Comments

No comments written yet.

Please login to write comment.