Color Hex Logo

#4d686d Color Hex

#4D686D
(77,104,109)
0 Favorites   0 Comments

Color spaces of #4d686d

RGB 77104109
HSL0.530.170.36
HSV189°29°43°
CMYK 0.290.050.00   0.57
XYZ10.771212.582516.3290
Yxy12.58250.27140.3171
Hunter Lab35.4718-7.8732-2.4631
CIE-Lab42.1273-8.5879-6.0389

#4d686d color RGB value is (77,104,109).

#4d686d hex color red value is 77, green value is 104 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4d686d hue: 0.53 , saturation: 0.17 and the lightness value of 4d686d is 0.36.

The process color (four color CMYK) of #4d686d color hex is 0.29, 0.05, 0.00, 0.57. Web safe color of #4d686d is #666666. Color #4d686d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101000 01101101
Octal 115 150 155
Decimal 77 104 109
Hex 4D 68 6D

RGB Percentages of Color #4d686d

%26.55
%35.86
%37.59

CMYK Percentages of Color #4d686d

%29
%5
%0
%57

Triadic Colors of #4d686d

#4d686d #6d4d68 #686d4d

Analogous Colors of #4d686d

#4d686d #4d586d #4d6d62

Monochromatic Colors of #4d686d

#4d686d

Complementary Color

#4d686d #6d524d

#4d686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d686d Color CSS Codes

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

#4d686d Text Font Color

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

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


#4d686d Background Color

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

This div background color is #4d686d


#4d686d Border Color

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

This div border color is #4d686d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d686d


Comments

No comments written yet.

Please login to write comment.