Color Hex Logo

#534762 Color Hex

#534762
(83,71,98)
0 Favorites   0 Comments

Color spaces of #534762

RGB 837198
HSL0.740.160.33
HSV267°28°38°
CMYK 0.150.280.00   0.62
XYZ8.02517.227312.5273
Yxy7.22730.28890.2602
Hunter Lab26.88366.2381-8.8095
CIE-Lab32.318911.0806-13.9654

#534762 color RGB value is (83,71,98).

#534762 hex color red value is 83, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #534762 hue: 0.74 , saturation: 0.16 and the lightness value of 534762 is 0.33.

The process color (four color CMYK) of #534762 color hex is 0.15, 0.28, 0.00, 0.62. Web safe color of #534762 is #663366. Color #534762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 01100010
Octal 123 107 142
Decimal 83 71 98
Hex 53 47 62

RGB Percentages of Color #534762

%32.94
%28.17
%38.89

CMYK Percentages of Color #534762

%15
%28
%0
%62

Triadic Colors of #534762

#534762 #625347 #476253

Analogous Colors of #534762

#534762 #614762 #474962

Monochromatic Colors of #534762

#534762

Complementary Color

#534762 #566247

#534762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534762 Color CSS Codes

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

#534762 Text Font Color

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

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


#534762 Background Color

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

This div background color is #534762


#534762 Border Color

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

This div border color is #534762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534762


Comments

No comments written yet.

Please login to write comment.