Color Hex Logo

#549479 Color Hex

#549479
(84,148,121)
0 Favorites   0 Comments

Color spaces of #549479

RGB 84148121
HSL0.430.280.45
HSV155°43°58°
CMYK 0.430.000.18   0.42
XYZ17.697324.445121.8748
Yxy24.44510.27640.3819
Hunter Lab49.4420-22.63118.3775
CIE-Lab56.5307-27.11927.9167

#549479 color RGB value is (84,148,121).

#549479 hex color red value is 84, green value is 148 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #549479 hue: 0.43 , saturation: 0.28 and the lightness value of 549479 is 0.45.

The process color (four color CMYK) of #549479 color hex is 0.43, 0.00, 0.18, 0.42. Web safe color of #549479 is #669966. Color #549479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010100 01111001
Octal 124 224 171
Decimal 84 148 121
Hex 54 94 79

RGB Percentages of Color #549479

%23.80
%41.93
%34.28

CMYK Percentages of Color #549479

%43
%0
%18
%42

Triadic Colors of #549479

#549479 #795494 #947954

Analogous Colors of #549479

#549479 #548f94 #549459

Monochromatic Colors of #549479

#549479

Complementary Color

#549479 #94546f

#549479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549479 Color CSS Codes

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

#549479 Text Font Color

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

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


#549479 Background Color

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

This div background color is #549479


#549479 Border Color

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

This div border color is #549479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549479


Comments

No comments written yet.

Please login to write comment.