Color Hex Logo

#548373 Color Hex

#548373
(84,131,115)
0 Favorites   0 Comments

Color spaces of #548373

RGB 84131115
HSL0.440.220.42
HSV160°36°51°
CMYK 0.360.000.12   0.49
XYZ14.867019.355219.1720
Yxy19.35520.27840.3625
Hunter Lab43.9945-16.67034.9587
CIE-Lab51.1002-19.82463.5917

#548373 color RGB value is (84,131,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000011 01110011
Octal 124 203 163
Decimal 84 131 115
Hex 54 83 73

RGB Percentages of Color #548373

%25.45
%39.70
%34.85

CMYK Percentages of Color #548373

%36
%0
%12
%49

Triadic Colors of #548373

#548373 #735483 #837354

Analogous Colors of #548373

#548373 #547c83 #54835c

Monochromatic Colors of #548373

#548373

Complementary Color

#548373 #835464

#548373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#548373 Color CSS Codes

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

#548373 Text Font Color

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

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


#548373 Background Color

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

This div background color is #548373


#548373 Border Color

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

This div border color is #548373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548373


Comments

No comments written yet.

Please login to write comment.