Color Hex Logo

#4d694e Color Hex

#4D694E
(77,105,78)
1 Favorites   0 Comments

Color spaces of #4d694e

RGB 7710578
HSL0.340.150.36
HSV122°27°41°
CMYK 0.270.000.26   0.59
XYZ9.487312.23109.0685
Yxy12.23100.30820.3973
Hunter Lab34.9728-12.77979.1070
CIE-Lab41.5809-16.255911.9357

#4d694e color RGB value is (77,105,78).

#4d694e hex color red value is 77, green value is 105 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4d694e hue: 0.34 , saturation: 0.15 and the lightness value of 4d694e is 0.36.

The process color (four color CMYK) of #4d694e color hex is 0.27, 0.00, 0.26, 0.59. Web safe color of #4d694e is #666666. Color #4d694e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101001 01001110
Octal 115 151 116
Decimal 77 105 78
Hex 4D 69 4E

RGB Percentages of Color #4d694e

%29.62
%40.38
%30.00

CMYK Percentages of Color #4d694e

%27
%0
%26
%59

Triadic Colors of #4d694e

#4d694e #4e4d69 #694e4d

Analogous Colors of #4d694e

#4d694e #4d695c #5a694d

Monochromatic Colors of #4d694e

#4d694e

Complementary Color

#4d694e #694d68

#4d694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d694e Color CSS Codes

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

#4d694e Text Font Color

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

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


#4d694e Background Color

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

This div background color is #4d694e


#4d694e Border Color

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

This div border color is #4d694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d694e

#4d694e Color Palettes


Comments

No comments written yet.

Please login to write comment.