Color Hex Logo

#54774a Color Hex

#54774A
(84,119,74)
0 Favorites   0 Comments

Color spaces of #54774a

RGB 8411974
HSL0.300.230.38
HSV107°38°47°
CMYK 0.290.000.38   0.53
XYZ11.489015.57298.8789
Yxy15.57290.31970.4333
Hunter Lab39.4625-17.091414.2838
CIE-Lab46.4091-21.784120.8731

#54774a color RGB value is (84,119,74).

#54774a hex color red value is 84, green value is 119 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #54774a hue: 0.30 , saturation: 0.23 and the lightness value of 54774a is 0.38.

The process color (four color CMYK) of #54774a color hex is 0.29, 0.00, 0.38, 0.53. Web safe color of #54774a is #666633. Color #54774a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 01001010
Octal 124 167 112
Decimal 84 119 74
Hex 54 77 4A

RGB Percentages of Color #54774a

%30.32
%42.96
%26.71

CMYK Percentages of Color #54774a

%29
%0
%38
%53

Triadic Colors of #54774a

#54774a #4a5477 #774a54

Analogous Colors of #54774a

#54774a #4a7757 #6b774a

Monochromatic Colors of #54774a

#54774a

Complementary Color

#54774a #6d4a77

#54774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54774a Color CSS Codes

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

#54774a Text Font Color

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

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


#54774a Background Color

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

This div background color is #54774a


#54774a Border Color

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

This div border color is #54774a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,119,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 #54774a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54774a


Comments

No comments written yet.

Please login to write comment.