Color Hex Logo

#545361 Color Hex

#545361
(84,83,97)
0 Favorites   0 Comments

Color spaces of #545361

RGB 848397
HSL0.680.080.35
HSV244°14°38°
CMYK 0.130.140.00   0.62
XYZ8.90718.934412.5643
Yxy8.93440.29290.2938
Hunter Lab29.89050.8831-3.9989
CIE-Lab35.85773.5854-7.9597

#545361 color RGB value is (84,83,97).

#545361 hex color red value is 84, green value is 83 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #545361 hue: 0.68 , saturation: 0.08 and the lightness value of 545361 is 0.35.

The process color (four color CMYK) of #545361 color hex is 0.13, 0.14, 0.00, 0.62. Web safe color of #545361 is #666666. Color #545361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 01100001
Octal 124 123 141
Decimal 84 83 97
Hex 54 53 61

RGB Percentages of Color #545361

%31.82
%31.44
%36.74

CMYK Percentages of Color #545361

%13
%14
%0
%62

Triadic Colors of #545361

#545361 #615453 #536154

Analogous Colors of #545361

#545361 #5b5361 #535961

Monochromatic Colors of #545361

#545361

Complementary Color

#545361 #606153

#545361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#545361 Color CSS Codes

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

#545361 Text Font Color

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

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


#545361 Background Color

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

This div background color is #545361


#545361 Border Color

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

This div border color is #545361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,83,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 #545361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545361


Comments

No comments written yet.

Please login to write comment.