Color Hex Logo

#546a54 Color Hex

#546A54
(84,106,84)
0 Favorites   0 Comments

Color spaces of #546a54

RGB 8410684
HSL0.330.120.37
HSV120°21°42°
CMYK 0.210.000.21   0.58
XYZ10.410412.833010.3158
Yxy12.83300.31020.3824
Hunter Lab35.8232-10.81758.0028
CIE-Lab42.5105-12.97209.7048

#546a54 color RGB value is (84,106,84).

#546a54 hex color red value is 84, green value is 106 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #546a54 hue: 0.33 , saturation: 0.12 and the lightness value of 546a54 is 0.37.

The process color (four color CMYK) of #546a54 color hex is 0.21, 0.00, 0.21, 0.58. Web safe color of #546a54 is #666666. Color #546a54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101010 01010100
Octal 124 152 124
Decimal 84 106 84
Hex 54 6A 54

RGB Percentages of Color #546a54

%30.66
%38.69
%30.66

CMYK Percentages of Color #546a54

%21
%0
%21
%58

Triadic Colors of #546a54

#546a54 #54546a #6a5454

Analogous Colors of #546a54

#546a54 #546a5f #5f6a54

Monochromatic Colors of #546a54

#546a54

Complementary Color

#546a54 #6a546a

#546a54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546a54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546a54 Color CSS Codes

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

#546a54 Text Font Color

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

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


#546a54 Background Color

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

This div background color is #546a54


#546a54 Border Color

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

This div border color is #546a54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546a54


Comments

No comments written yet.

Please login to write comment.