Color Hex Logo

#4d725e Color Hex

#4D725E
(77,114,94)
0 Favorites   0 Comments

Color spaces of #4d725e

RGB 7711494
HSL0.410.190.37
HSV148°32°45°
CMYK 0.320.000.18   0.55
XYZ11.098314.420612.7882
Yxy14.42060.28970.3764
Hunter Lab37.9745-14.28756.6158
CIE-Lab44.8302-17.81326.9352

#4d725e color RGB value is (77,114,94).

#4d725e hex color red value is 77, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4d725e hue: 0.41 , saturation: 0.19 and the lightness value of 4d725e is 0.37.

The process color (four color CMYK) of #4d725e color hex is 0.32, 0.00, 0.18, 0.55. Web safe color of #4d725e is #666666. Color #4d725e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110010 01011110
Octal 115 162 136
Decimal 77 114 94
Hex 4D 72 5E

RGB Percentages of Color #4d725e

%27.02
%40.00
%32.98

CMYK Percentages of Color #4d725e

%32
%0
%18
%55

Triadic Colors of #4d725e

#4d725e #5e4d72 #725e4d

Analogous Colors of #4d725e

#4d725e #4d7271 #4f724d

Monochromatic Colors of #4d725e

#4d725e

Complementary Color

#4d725e #724d61

#4d725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d725e Color CSS Codes

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

#4d725e Text Font Color

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

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


#4d725e Background Color

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

This div background color is #4d725e


#4d725e Border Color

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

This div border color is #4d725e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,114,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 #4d725e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d725e


Comments

No comments written yet.

Please login to write comment.