Color Hex Logo

#4d747d Color Hex

#4D747D
(77,116,125)
0 Favorites   0 Comments

Color spaces of #4d747d

RGB 77116125
HSL0.530.240.40
HSV191°38°49°
CMYK 0.380.070.00   0.51
XYZ13.007615.549221.7178
Yxy15.54920.25870.3093
Hunter Lab39.4325-10.1250-5.0518
CIE-Lab46.3774-11.2027-9.3081

#4d747d color RGB value is (77,116,125).

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

The process color (four color CMYK) of #4d747d color hex is 0.38, 0.07, 0.00, 0.51. Web safe color of #4d747d is #666666. Color #4d747d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110100 01111101
Octal 115 164 175
Decimal 77 116 125
Hex 4D 74 7D

RGB Percentages of Color #4d747d

%24.21
%36.48
%39.31

CMYK Percentages of Color #4d747d

%38
%7
%0
%51

Triadic Colors of #4d747d

#4d747d #7d4d74 #747d4d

Analogous Colors of #4d747d

#4d747d #4d5c7d #4d7d6e

Monochromatic Colors of #4d747d

#4d747d

Complementary Color

#4d747d #7d564d

#4d747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d747d Color CSS Codes

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

#4d747d Text Font Color

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

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


#4d747d Background Color

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

This div background color is #4d747d


#4d747d Border Color

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

This div border color is #4d747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d747d


Comments

No comments written yet.

Please login to write comment.