Color Hex Logo

#533d57 Color Hex

#533D57
(83,61,87)
0 Favorites   0 Comments

Color spaces of #533d57

RGB 836187
HSL0.810.180.29
HSV291°30°34°
CMYK 0.050.300.00   0.66
XYZ6.95635.86469.7822
Yxy5.86460.30780.2595
Hunter Lab24.21698.8944-6.9978
CIE-Lab29.068314.8865-11.8715

#533d57 color RGB value is (83,61,87).

#533d57 hex color red value is 83, green value is 61 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #533d57 hue: 0.81 , saturation: 0.18 and the lightness value of 533d57 is 0.29.

The process color (four color CMYK) of #533d57 color hex is 0.05, 0.30, 0.00, 0.66. Web safe color of #533d57 is #663366. Color #533d57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 01010111
Octal 123 75 127
Decimal 83 61 87
Hex 53 3D 57

RGB Percentages of Color #533d57

%35.93
%26.41
%37.66

CMYK Percentages of Color #533d57

%5
%30
%0
%66

Triadic Colors of #533d57

#533d57 #57533d #3d5753

Analogous Colors of #533d57

#533d57 #573d4e #463d57

Monochromatic Colors of #533d57

#533d57

Complementary Color

#533d57 #41573d

#533d57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533d57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533d57 Color CSS Codes

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

#533d57 Text Font Color

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

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


#533d57 Background Color

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

This div background color is #533d57


#533d57 Border Color

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

This div border color is #533d57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533d57


Comments

No comments written yet.

Please login to write comment.