Color Hex Logo

#534354 Color Hex

#534354
(83,67,84)
0 Favorites   0 Comments

Color spaces of #534354

RGB 836784
HSL0.820.110.30
HSV296°20°33°
CMYK 0.010.200.00   0.67
XYZ7.17476.49349.2627
Yxy6.49340.31290.2832
Hunter Lab25.48225.6643-3.7143
CIE-Lab30.624610.3442-7.5735

#534354 color RGB value is (83,67,84).

#534354 hex color red value is 83, green value is 67 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #534354 hue: 0.82 , saturation: 0.11 and the lightness value of 534354 is 0.30.

The process color (four color CMYK) of #534354 color hex is 0.01, 0.20, 0.00, 0.67. Web safe color of #534354 is #663366. Color #534354 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 01010100
Octal 123 103 124
Decimal 83 67 84
Hex 53 43 54

RGB Percentages of Color #534354

%35.47
%28.63
%35.90

CMYK Percentages of Color #534354

%1
%20
%0
%67

Triadic Colors of #534354

#534354 #545343 #435453

Analogous Colors of #534354

#534354 #54434d #4b4354

Monochromatic Colors of #534354

#534354

Complementary Color

#534354 #445443

#534354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534354 Color CSS Codes

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

#534354 Text Font Color

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

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


#534354 Background Color

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

This div background color is #534354


#534354 Border Color

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

This div border color is #534354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534354


Comments

No comments written yet.

Please login to write comment.