Color Hex Logo

#54755c Color Hex

#54755C
(84,117,92)
0 Favorites   0 Comments

Color spaces of #54755c

RGB 8411792
HSL0.370.160.39
HSV135°28°46°
CMYK 0.280.000.21   0.54
XYZ11.949215.380112.4641
Yxy15.38010.30030.3865
Hunter Lab39.2175-14.24338.6087
CIE-Lab46.1505-17.411610.0460

#54755c color RGB value is (84,117,92).

#54755c hex color red value is 84, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #54755c hue: 0.37 , saturation: 0.16 and the lightness value of 54755c is 0.39.

The process color (four color CMYK) of #54755c color hex is 0.28, 0.00, 0.21, 0.54. Web safe color of #54755c is #666666. Color #54755c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110101 01011100
Octal 124 165 134
Decimal 84 117 92
Hex 54 75 5C

RGB Percentages of Color #54755c

%28.67
%39.93
%31.40

CMYK Percentages of Color #54755c

%28
%0
%21
%54

Triadic Colors of #54755c

#54755c #5c5475 #755c54

Analogous Colors of #54755c

#54755c #54756d #5d7554

Monochromatic Colors of #54755c

#54755c

Complementary Color

#54755c #75546d

#54755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54755c Color CSS Codes

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

#54755c Text Font Color

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

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


#54755c Background Color

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

This div background color is #54755c


#54755c Border Color

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

This div border color is #54755c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,117,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54755c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54755c;
  -webkit-box-shadow: 1px 1px 3px 2px #54755c;
  box-shadow:         1px 1px 3px 2px #54755c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54755c


Comments

No comments written yet.

Please login to write comment.