Color Hex Logo

#548362 Color Hex

#548362
(84,131,98)
0 Favorites   0 Comments

Color spaces of #548362

RGB 8413198
HSL0.380.220.42
HSV138°36°51°
CMYK 0.360.000.25   0.49
XYZ13.977118.999314.4858
Yxy18.99930.29450.4003
Hunter Lab43.5882-19.041110.8077
CIE-Lab50.6864-23.527012.8769

#548362 color RGB value is (84,131,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000011 01100010
Octal 124 203 142
Decimal 84 131 98
Hex 54 83 62

RGB Percentages of Color #548362

%26.84
%41.85
%31.31

CMYK Percentages of Color #548362

%36
%0
%25
%49

Triadic Colors of #548362

#548362 #625483 #836254

Analogous Colors of #548362

#548362 #54837a #5e8354

Monochromatic Colors of #548362

#548362

Complementary Color

#548362 #835475

#548362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#548362 Color CSS Codes

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

#548362 Text Font Color

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

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


#548362 Background Color

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

This div background color is #548362


#548362 Border Color

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

This div border color is #548362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548362


Comments

No comments written yet.

Please login to write comment.