Color Hex Logo

#548379 Color Hex

#548379
(84,131,121)
0 Favorites   0 Comments

Color spaces of #548379

RGB 84131121
HSL0.460.220.42
HSV167°36°51°
CMYK 0.360.000.08   0.49
XYZ15.223619.497921.0503
Yxy19.49790.27300.3496
Hunter Lab44.1564-15.73322.6447
CIE-Lab51.2647-18.39670.3280

#548379 color RGB value is (84,131,121).

#548379 hex color red value is 84, green value is 131 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #548379 hue: 0.46 , saturation: 0.22 and the lightness value of 548379 is 0.42.

The process color (four color CMYK) of #548379 color hex is 0.36, 0.00, 0.08, 0.49. Web safe color of #548379 is #669966. Color #548379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000011 01111001
Octal 124 203 171
Decimal 84 131 121
Hex 54 83 79

RGB Percentages of Color #548379

%25.00
%38.99
%36.01

CMYK Percentages of Color #548379

%36
%0
%8
%49

Triadic Colors of #548379

#548379 #795483 #837954

Analogous Colors of #548379

#548379 #547683 #548362

Monochromatic Colors of #548379

#548379

Complementary Color

#548379 #83545e

#548379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#548379 Color CSS Codes

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

#548379 Text Font Color

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

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


#548379 Background Color

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

This div background color is #548379


#548379 Border Color

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

This div border color is #548379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548379


Comments

No comments written yet.

Please login to write comment.