Color Hex Logo

#547242 Color Hex

#547242
(84,114,66)
0 Favorites   0 Comments

Color spaces of #547242

RGB 8411466
HSL0.270.270.35
HSV98°42°45°
CMYK 0.260.000.42   0.55
XYZ10.656814.31287.3552
Yxy14.31280.32970.4428
Hunter Lab37.8323-15.925614.9557
CIE-Lab44.6782-20.442823.1644

#547242 color RGB value is (84,114,66).

#547242 hex color red value is 84, green value is 114 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #547242 hue: 0.27 , saturation: 0.27 and the lightness value of 547242 is 0.35.

The process color (four color CMYK) of #547242 color hex is 0.26, 0.00, 0.42, 0.55. Web safe color of #547242 is #666633. Color #547242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 01000010
Octal 124 162 102
Decimal 84 114 66
Hex 54 72 42

RGB Percentages of Color #547242

%31.82
%43.18
%25.00

CMYK Percentages of Color #547242

%26
%0
%42
%55

Triadic Colors of #547242

#547242 #425472 #724254

Analogous Colors of #547242

#547242 #427248 #6c7242

Monochromatic Colors of #547242

#547242

Complementary Color

#547242 #604272

#547242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547242 Color CSS Codes

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

#547242 Text Font Color

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

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


#547242 Background Color

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

This div background color is #547242


#547242 Border Color

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

This div border color is #547242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547242


Comments

No comments written yet.

Please login to write comment.