Color Hex Logo

#4d5c54 Color Hex

#4D5C54
(77,92,84)
0 Favorites   0 Comments

Color spaces of #4d5c54

RGB 779284
HSL0.410.090.33
HSV148°16°36°
CMYK 0.160.000.09   0.64
XYZ8.48799.87229.8457
Yxy9.87220.30090.3500
Hunter Lab31.4201-6.76463.4151
CIE-Lab37.6121-7.59702.6658

#4d5c54 color RGB value is (77,92,84).

#4d5c54 hex color red value is 77, green value is 92 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #4d5c54 hue: 0.41 , saturation: 0.09 and the lightness value of 4d5c54 is 0.33.

The process color (four color CMYK) of #4d5c54 color hex is 0.16, 0.00, 0.09, 0.64. Web safe color of #4d5c54 is #666666. Color #4d5c54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011100 01010100
Octal 115 134 124
Decimal 77 92 84
Hex 4D 5C 54

RGB Percentages of Color #4d5c54

%30.43
%36.36
%33.20

CMYK Percentages of Color #4d5c54

%16
%0
%9
%64

Triadic Colors of #4d5c54

#4d5c54 #544d5c #5c544d

Analogous Colors of #4d5c54

#4d5c54 #4d5c5c #4e5c4d

Monochromatic Colors of #4d5c54

#4d5c54

Complementary Color

#4d5c54 #5c4d55

#4d5c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5c54 Color CSS Codes

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

#4d5c54 Text Font Color

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

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


#4d5c54 Background Color

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

This div background color is #4d5c54


#4d5c54 Border Color

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

This div border color is #4d5c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5c54


Comments

No comments written yet.

Please login to write comment.