Color Hex Logo

#548420 Color Hex

#548420
(84,132,32)
0 Favorites   0 Comments

Color spaces of #548420

RGB 8413232
HSL0.250.610.32
HSV89°76°52°
CMYK 0.360.000.76   0.48
XYZ12.168118.49164.2944
Yxy18.49160.34810.5290
Hunter Lab43.0019-24.743724.1803
CIE-Lab50.0870-32.859245.8645

#548420 color RGB value is (84,132,32).

#548420 hex color red value is 84, green value is 132 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #548420 hue: 0.25 , saturation: 0.61 and the lightness value of 548420 is 0.32.

The process color (four color CMYK) of #548420 color hex is 0.36, 0.00, 0.76, 0.48. Web safe color of #548420 is #669933. Color #548420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000100 00100000
Octal 124 204 40
Decimal 84 132 32
Hex 54 84 20

RGB Percentages of Color #548420

%33.87
%53.23
%12.90

CMYK Percentages of Color #548420

%36
%0
%76
%48

Triadic Colors of #548420

#548420 #205484 #842054

Analogous Colors of #548420

#548420 #228420 #848220

Monochromatic Colors of #548420

#548420

Complementary Color

#548420 #502084

#548420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#548420 Color CSS Codes

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

#548420 Text Font Color

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

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


#548420 Background Color

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

This div background color is #548420


#548420 Border Color

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

This div border color is #548420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548420


Comments

No comments written yet.

Please login to write comment.