Color Hex Logo

#534361 Color Hex

#534361
(83,67,97)
0 Favorites   0 Comments

Color spaces of #534361

RGB 836797
HSL0.760.180.32
HSV272°31°38°
CMYK 0.140.310.00   0.62
XYZ7.73216.716412.1981
Yxy6.71640.29020.2521
Hunter Lab25.91607.9028-9.7653
CIE-Lab31.152413.4059-15.1169

#534361 color RGB value is (83,67,97).

#534361 hex color red value is 83, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #534361 hue: 0.76 , saturation: 0.18 and the lightness value of 534361 is 0.32.

The process color (four color CMYK) of #534361 color hex is 0.14, 0.31, 0.00, 0.62. Web safe color of #534361 is #663366. Color #534361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 01100001
Octal 123 103 141
Decimal 83 67 97
Hex 53 43 61

RGB Percentages of Color #534361

%33.60
%27.13
%39.27

CMYK Percentages of Color #534361

%14
%31
%0
%62

Triadic Colors of #534361

#534361 #615343 #436153

Analogous Colors of #534361

#534361 #614360 #444361

Monochromatic Colors of #534361

#534361

Complementary Color

#534361 #516143

#534361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534361 Color CSS Codes

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

#534361 Text Font Color

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

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


#534361 Background Color

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

This div background color is #534361


#534361 Border Color

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

This div border color is #534361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534361


Comments

No comments written yet.

Please login to write comment.