Color Hex Logo

#4d787e Color Hex

#4D787E
(77,120,126)
0 Favorites   0 Comments

Color spaces of #4d787e

RGB 77120126
HSL0.520.240.40
HSV187°39°49°
CMYK 0.390.050.00   0.51
XYZ13.542916.517122.2130
Yxy16.51710.25910.3160
Hunter Lab40.6412-11.6405-3.9569
CIE-Lab47.6457-13.1824-8.0028

#4d787e color RGB value is (77,120,126).

#4d787e hex color red value is 77, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4d787e hue: 0.52 , saturation: 0.24 and the lightness value of 4d787e is 0.40.

The process color (four color CMYK) of #4d787e color hex is 0.39, 0.05, 0.00, 0.51. Web safe color of #4d787e is #666666. Color #4d787e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111000 01111110
Octal 115 170 176
Decimal 77 120 126
Hex 4D 78 7E

RGB Percentages of Color #4d787e

%23.84
%37.15
%39.01

CMYK Percentages of Color #4d787e

%39
%5
%0
%51

Triadic Colors of #4d787e

#4d787e #7e4d78 #787e4d

Analogous Colors of #4d787e

#4d787e #4d607e #4d7e6c

Monochromatic Colors of #4d787e

#4d787e

Complementary Color

#4d787e #7e534d

#4d787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d787e Color CSS Codes

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

#4d787e Text Font Color

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

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


#4d787e Background Color

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

This div background color is #4d787e


#4d787e Border Color

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

This div border color is #4d787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d787e


Comments

No comments written yet.

Please login to write comment.