Color Hex Logo

#54795e Color Hex

#54795E
(84,121,94)
0 Favorites   0 Comments

Color spaces of #54795e

RGB 8412194
HSL0.380.180.40
HSV136°31°47°
CMYK 0.310.000.22   0.53
XYZ12.513916.367713.0894
Yxy16.36770.29820.3900
Hunter Lab40.4570-15.58739.1373
CIE-Lab47.4533-19.141910.6947

#54795e color RGB value is (84,121,94).

#54795e hex color red value is 84, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #54795e hue: 0.38 , saturation: 0.18 and the lightness value of 54795e is 0.40.

The process color (four color CMYK) of #54795e color hex is 0.31, 0.00, 0.22, 0.53. Web safe color of #54795e is #666666. Color #54795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111001 01011110
Octal 124 171 136
Decimal 84 121 94
Hex 54 79 5E

RGB Percentages of Color #54795e

%28.09
%40.47
%31.44

CMYK Percentages of Color #54795e

%31
%0
%22
%53

Triadic Colors of #54795e

#54795e #5e5479 #795e54

Analogous Colors of #54795e

#54795e #547971 #5d7954

Monochromatic Colors of #54795e

#54795e

Complementary Color

#54795e #79546f

#54795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54795e Color CSS Codes

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

#54795e Text Font Color

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

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


#54795e Background Color

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

This div background color is #54795e


#54795e Border Color

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

This div border color is #54795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54795e


Comments

No comments written yet.

Please login to write comment.