Color Hex Logo

#547d63 Color Hex

#547D63
(84,125,99)
0 Favorites   0 Comments

Color spaces of #547d63

RGB 8412599
HSL0.390.200.41
HSV142°33°49°
CMYK 0.330.000.21   0.51
XYZ13.241917.452914.4752
Yxy17.45290.29320.3864
Hunter Lab41.7767-16.53028.7003
CIE-Lab48.8257-20.21779.6937

#547d63 color RGB value is (84,125,99).

#547d63 hex color red value is 84, green value is 125 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #547d63 hue: 0.39 , saturation: 0.20 and the lightness value of 547d63 is 0.41.

The process color (four color CMYK) of #547d63 color hex is 0.33, 0.00, 0.21, 0.51. Web safe color of #547d63 is #666666. Color #547d63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111101 01100011
Octal 124 175 143
Decimal 84 125 99
Hex 54 7D 63

RGB Percentages of Color #547d63

%27.27
%40.58
%32.14

CMYK Percentages of Color #547d63

%33
%0
%21
%51

Triadic Colors of #547d63

#547d63 #63547d #7d6354

Analogous Colors of #547d63

#547d63 #547d78 #5a7d54

Monochromatic Colors of #547d63

#547d63

Complementary Color

#547d63 #7d546e

#547d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547d63 Color CSS Codes

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

#547d63 Text Font Color

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

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


#547d63 Background Color

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

This div background color is #547d63


#547d63 Border Color

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

This div border color is #547d63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,125,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #547d63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #547d63;
  -webkit-box-shadow: 1px 1px 3px 2px #547d63;
  box-shadow:         1px 1px 3px 2px #547d63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547d63


Comments

No comments written yet.

Please login to write comment.