Color Hex Logo

#547742 Color Hex

#547742
(84,119,66)
0 Favorites   0 Comments

Color spaces of #547742

RGB 8411966
HSL0.280.290.36
HSV100°45°47°
CMYK 0.290.000.45   0.53
XYZ11.236415.47187.5484
Yxy15.47180.32800.4516
Hunter Lab39.3342-17.843716.1559
CIE-Lab46.2737-23.026025.2083

#547742 color RGB value is (84,119,66).

#547742 hex color red value is 84, green value is 119 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #547742 hue: 0.28 , saturation: 0.29 and the lightness value of 547742 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 01000010
Octal 124 167 102
Decimal 84 119 66
Hex 54 77 42

RGB Percentages of Color #547742

%31.23
%44.24
%24.54

CMYK Percentages of Color #547742

%29
%0
%45
%53

Triadic Colors of #547742

#547742 #425477 #774254

Analogous Colors of #547742

#547742 #42774b #6f7742

Monochromatic Colors of #547742

#547742

Complementary Color

#547742 #654277

#547742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547742 Color CSS Codes

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

#547742 Text Font Color

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

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


#547742 Background Color

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

This div background color is #547742


#547742 Border Color

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

This div border color is #547742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547742


Comments

No comments written yet.

Please login to write comment.