Color Hex Logo

#54846a Color Hex

#54846A
(84,132,106)
0 Favorites   0 Comments

Color spaces of #54846a

RGB 84132106
HSL0.410.220.42
HSV148°36°52°
CMYK 0.360.000.20   0.48
XYZ14.508919.428016.6209
Yxy19.42800.28700.3843
Hunter Lab44.0772-18.37828.4966
CIE-Lab51.1842-22.36748.9471

#54846a color RGB value is (84,132,106).

#54846a hex color red value is 84, green value is 132 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #54846a hue: 0.41 , saturation: 0.22 and the lightness value of 54846a is 0.42.

The process color (four color CMYK) of #54846a color hex is 0.36, 0.00, 0.20, 0.48. Web safe color of #54846a is #669966. Color #54846a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000100 01101010
Octal 124 204 152
Decimal 84 132 106
Hex 54 84 6A

RGB Percentages of Color #54846a

%26.09
%40.99
%32.92

CMYK Percentages of Color #54846a

%36
%0
%20
%48

Triadic Colors of #54846a

#54846a #6a5484 #846a54

Analogous Colors of #54846a

#54846a #548482 #568454

Monochromatic Colors of #54846a

#54846a

Complementary Color

#54846a #84546e

#54846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54846a Color CSS Codes

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

#54846a Text Font Color

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

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


#54846a Background Color

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

This div background color is #54846a


#54846a Border Color

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

This div border color is #54846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54846a


Comments

No comments written yet.

Please login to write comment.