Color Hex Logo

#54904a Color Hex

#54904A
(84,144,74)
0 Favorites   0 Comments

Color spaces of #54904a

RGB 8414474
HSL0.310.320.43
HSV111°49°56°
CMYK 0.420.000.49   0.44
XYZ14.865422.325710.0044
Yxy22.32570.31500.4730
Hunter Lab47.2501-26.529620.5214
CIE-Lab54.3709-33.932031.0805

#54904a color RGB value is (84,144,74).

#54904a hex color red value is 84, green value is 144 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #54904a hue: 0.31 , saturation: 0.32 and the lightness value of 54904a is 0.43.

The process color (four color CMYK) of #54904a color hex is 0.42, 0.00, 0.49, 0.44. Web safe color of #54904a is #669933. Color #54904a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010000 01001010
Octal 124 220 112
Decimal 84 144 74
Hex 54 90 4A

RGB Percentages of Color #54904a

%27.81
%47.68
%24.50

CMYK Percentages of Color #54904a

%42
%0
%49
%44

Triadic Colors of #54904a

#54904a #4a5490 #904a54

Analogous Colors of #54904a

#54904a #4a9063 #77904a

Monochromatic Colors of #54904a

#54904a

Complementary Color

#54904a #864a90

#54904a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54904a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54904a Color CSS Codes

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

#54904a Text Font Color

<p style="color:#54904a">Text here</p>

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


#54904a Background Color

<div style="background-color:#54904a">
Div content here</div>

This div background color is #54904a


#54904a Border Color

<div style="border:3px solid #54904a">
Div here</div>

This div border color is #54904a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,144,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54904a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54904a;
  -webkit-box-shadow: 1px 1px 3px 2px #54904a;
  box-shadow:         1px 1px 3px 2px #54904a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54904a


Comments

No comments written yet.

Please login to write comment.