Color Hex Logo

#4d5458 Color Hex

#4D5458
(77,84,88)
1 Favorites   0 Comments

Color spaces of #4d5458

RGB 778488
HSL0.560.070.32
HSV202°13°35°
CMYK 0.130.050.00   0.65
XYZ7.99238.623010.4757
Yxy8.62300.29500.3183
Hunter Lab29.3649-2.8060-0.5958
CIE-Lab35.2481-1.8445-3.2853

#4d5458 color RGB value is (77,84,88).

#4d5458 hex color red value is 77, green value is 84 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #4d5458 hue: 0.56 , saturation: 0.07 and the lightness value of 4d5458 is 0.32.

The process color (four color CMYK) of #4d5458 color hex is 0.13, 0.05, 0.00, 0.65. Web safe color of #4d5458 is #666666. Color #4d5458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010100 01011000
Octal 115 124 130
Decimal 77 84 88
Hex 4D 54 58

RGB Percentages of Color #4d5458

%30.92
%33.73
%35.34

CMYK Percentages of Color #4d5458

%13
%5
%0
%65

Triadic Colors of #4d5458

#4d5458 #584d54 #54584d

Analogous Colors of #4d5458

#4d5458 #4d4f58 #4d5857

Monochromatic Colors of #4d5458

#4d5458

Complementary Color

#4d5458 #58514d

#4d5458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5458 Color CSS Codes

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

#4d5458 Text Font Color

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

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


#4d5458 Background Color

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

This div background color is #4d5458


#4d5458 Border Color

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

This div border color is #4d5458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5458


Comments

No comments written yet.

Please login to write comment.