Color Hex Logo

#4d5250 Color Hex

#4D5250
(77,82,80)
0 Favorites   0 Comments

Color spaces of #4d5250

RGB 778280
HSL0.430.030.31
HSV156°32°
CMYK 0.060.000.02   0.68
XYZ7.52588.19168.7739
Yxy8.19160.30730.3345
Hunter Lab28.6210-3.15071.8590
CIE-Lab34.3788-2.44520.4744

#4d5250 color RGB value is (77,82,80).

#4d5250 hex color red value is 77, green value is 82 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #4d5250 hue: 0.43 , saturation: 0.03 and the lightness value of 4d5250 is 0.31.

The process color (four color CMYK) of #4d5250 color hex is 0.06, 0.00, 0.02, 0.68. Web safe color of #4d5250 is #666666. Color #4d5250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010010 01010000
Octal 115 122 120
Decimal 77 82 80
Hex 4D 52 50

RGB Percentages of Color #4d5250

%32.22
%34.31
%33.47

CMYK Percentages of Color #4d5250

%6
%0
%2
%68

Triadic Colors of #4d5250

#4d5250 #504d52 #52504d

Analogous Colors of #4d5250

#4d5250 #4d5252 #4d524e

Monochromatic Colors of #4d5250

#4d5250

Complementary Color

#4d5250 #524d4f

#4d5250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5250 Color CSS Codes

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

#4d5250 Text Font Color

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

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


#4d5250 Background Color

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

This div background color is #4d5250


#4d5250 Border Color

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

This div border color is #4d5250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5250


Comments

No comments written yet.

Please login to write comment.