Color Hex Logo

#546462 Color Hex

#546462
(84,100,98)
0 Favorites   0 Comments

Color spaces of #546462

RGB 8410098
HSL0.480.090.36
HSV173°16°39°
CMYK 0.160.000.02   0.61
XYZ10.417911.881013.2995
Yxy11.88100.29270.3338
Hunter Lab34.4688-6.37041.2516
CIE-Lab41.0264-6.5173-0.9114

#546462 color RGB value is (84,100,98).

#546462 hex color red value is 84, green value is 100 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #546462 hue: 0.48 , saturation: 0.09 and the lightness value of 546462 is 0.36.

The process color (four color CMYK) of #546462 color hex is 0.16, 0.00, 0.02, 0.61. Web safe color of #546462 is #666666. Color #546462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100100 01100010
Octal 124 144 142
Decimal 84 100 98
Hex 54 64 62

RGB Percentages of Color #546462

%29.79
%35.46
%34.75

CMYK Percentages of Color #546462

%16
%0
%2
%61

Triadic Colors of #546462

#546462 #625464 #646254

Analogous Colors of #546462

#546462 #545e64 #54645a

Monochromatic Colors of #546462

#546462

Complementary Color

#546462 #645456

#546462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546462 Color CSS Codes

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

#546462 Text Font Color

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

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


#546462 Background Color

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

This div background color is #546462


#546462 Border Color

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

This div border color is #546462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546462


Comments

No comments written yet.

Please login to write comment.