Color Hex Logo

#549d6d Color Hex

#549D6D
(84,157,109)
0 Favorites   0 Comments

Color spaces of #549d6d

RGB 84157109
HSL0.390.300.47
HSV141°46°62°
CMYK 0.460.000.31   0.38
XYZ18.473427.102918.7257
Yxy27.10290.28730.4215
Hunter Lab52.0604-27.765915.1162
CIE-Lab59.0695-33.947918.2084

#549d6d color RGB value is (84,157,109).

#549d6d hex color red value is 84, green value is 157 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #549d6d hue: 0.39 , saturation: 0.30 and the lightness value of 549d6d is 0.47.

The process color (four color CMYK) of #549d6d color hex is 0.46, 0.00, 0.31, 0.38. Web safe color of #549d6d is #669966. Color #549d6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011101 01101101
Octal 124 235 155
Decimal 84 157 109
Hex 54 9D 6D

RGB Percentages of Color #549d6d

%24.00
%44.86
%31.14

CMYK Percentages of Color #549d6d

%46
%0
%31
%38

Triadic Colors of #549d6d

#549d6d #6d549d #9d6d54

Analogous Colors of #549d6d

#549d6d #549d92 #609d54

Monochromatic Colors of #549d6d

#549d6d

Complementary Color

#549d6d #9d5484

#549d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#549d6d Color CSS Codes

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

#549d6d Text Font Color

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

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


#549d6d Background Color

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

This div background color is #549d6d


#549d6d Border Color

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

This div border color is #549d6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,157,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #549d6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #549d6d;
  -webkit-box-shadow: 1px 1px 3px 2px #549d6d;
  box-shadow:         1px 1px 3px 2px #549d6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549d6d


Comments

No comments written yet.

Please login to write comment.