Color Hex Logo

#54952e Color Hex

#54952E
(84,149,46)
0 Favorites   0 Comments

Color spaces of #54952e

RGB 8414946
HSL0.270.530.38
HSV98°69°58°
CMYK 0.440.000.69   0.42
XYZ14.896723.57706.3504
Yxy23.57700.33230.5260
Hunter Lab48.5562-30.210726.2351
CIE-Lab55.6618-39.307245.9937

#54952e color RGB value is (84,149,46).

#54952e hex color red value is 84, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #54952e hue: 0.27 , saturation: 0.53 and the lightness value of 54952e is 0.38.

The process color (four color CMYK) of #54952e color hex is 0.44, 0.00, 0.69, 0.42. Web safe color of #54952e is #669933. Color #54952e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010101 00101110
Octal 124 225 56
Decimal 84 149 46
Hex 54 95 2E

RGB Percentages of Color #54952e

%30.11
%53.41
%16.49

CMYK Percentages of Color #54952e

%44
%0
%69
%42

Triadic Colors of #54952e

#54952e #2e5495 #952e54

Analogous Colors of #54952e

#54952e #2e953c #88952e

Monochromatic Colors of #54952e

#54952e

Complementary Color

#54952e #6f2e95

#54952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54952e Color CSS Codes

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

#54952e Text Font Color

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

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


#54952e Background Color

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

This div background color is #54952e


#54952e Border Color

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

This div border color is #54952e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54952e


Comments

No comments written yet.

Please login to write comment.