Color Hex Logo

#54956f Color Hex

#54956F
(84,149,111)
0 Favorites   0 Comments

Color spaces of #54956f

RGB 84149111
HSL0.400.280.46
HSV145°44°58°
CMYK 0.440.000.26   0.42
XYZ17.272824.527418.8628
Yxy24.52740.28470.4043
Hunter Lab49.5251-24.413912.0856
CIE-Lab56.6120-29.771013.7007

#54956f color RGB value is (84,149,111).

#54956f hex color red value is 84, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #54956f hue: 0.40 , saturation: 0.28 and the lightness value of 54956f is 0.46.

The process color (four color CMYK) of #54956f color hex is 0.44, 0.00, 0.26, 0.42. Web safe color of #54956f is #669966. Color #54956f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010101 01101111
Octal 124 225 157
Decimal 84 149 111
Hex 54 95 6F

RGB Percentages of Color #54956f

%24.42
%43.31
%32.27

CMYK Percentages of Color #54956f

%44
%0
%26
%42

Triadic Colors of #54956f

#54956f #6f5495 #956f54

Analogous Colors of #54956f

#54956f #549590 #5a9554

Monochromatic Colors of #54956f

#54956f

Complementary Color

#54956f #95547a

#54956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54956f Color CSS Codes

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

#54956f Text Font Color

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

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


#54956f Background Color

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

This div background color is #54956f


#54956f Border Color

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

This div border color is #54956f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,149,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54956f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54956f;
  -webkit-box-shadow: 1px 1px 3px 2px #54956f;
  box-shadow:         1px 1px 3px 2px #54956f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54956f


Comments

No comments written yet.

Please login to write comment.