Color Hex Logo

#547849 Color Hex

#547849
(84,120,73)
0 Favorites   0 Comments

Color spaces of #547849

RGB 8412073
HSL0.290.240.38
HSV106°39°47°
CMYK 0.300.000.39   0.53
XYZ11.575215.79888.7427
Yxy15.79880.32050.4374
Hunter Lab39.7477-17.576314.7823
CIE-Lab46.7094-22.461821.8367

#547849 color RGB value is (84,120,73).

#547849 hex color red value is 84, green value is 120 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #547849 hue: 0.29 , saturation: 0.24 and the lightness value of 547849 is 0.38.

The process color (four color CMYK) of #547849 color hex is 0.30, 0.00, 0.39, 0.53. Web safe color of #547849 is #666633. Color #547849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111000 01001001
Octal 124 170 111
Decimal 84 120 73
Hex 54 78 49

RGB Percentages of Color #547849

%30.32
%43.32
%26.35

CMYK Percentages of Color #547849

%30
%0
%39
%53

Triadic Colors of #547849

#547849 #495478 #784954

Analogous Colors of #547849

#547849 #497856 #6c7849

Monochromatic Colors of #547849

#547849

Complementary Color

#547849 #6d4978

#547849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#547849 Color CSS Codes

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

#547849 Text Font Color

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

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


#547849 Background Color

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

This div background color is #547849


#547849 Border Color

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

This div border color is #547849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547849


Comments

No comments written yet.

Please login to write comment.