Color Hex Logo

#4d807e Color Hex

#4D807E
(77,128,126)
0 Favorites   0 Comments

Color spaces of #4d807e

RGB 77128126
HSL0.490.250.40
HSV178°40°50°
CMYK 0.400.000.02   0.50
XYZ14.545618.522522.5472
Yxy18.52250.26150.3330
Hunter Lab43.0378-14.9879-0.9352
CIE-Lab50.1238-17.5715-4.3178

#4d807e color RGB value is (77,128,126).

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

The process color (four color CMYK) of #4d807e color hex is 0.40, 0.00, 0.02, 0.50. Web safe color of #4d807e is #669966. Color #4d807e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000000 01111110
Octal 115 200 176
Decimal 77 128 126
Hex 4D 80 7E

RGB Percentages of Color #4d807e

%23.26
%38.67
%38.07

CMYK Percentages of Color #4d807e

%40
%0
%2
%50

Triadic Colors of #4d807e

#4d807e #7e4d80 #807e4d

Analogous Colors of #4d807e

#4d807e #4d6980 #4d8065

Monochromatic Colors of #4d807e

#4d807e

Complementary Color

#4d807e #804d4f

#4d807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d807e Color CSS Codes

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

#4d807e Text Font Color

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

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


#4d807e Background Color

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

This div background color is #4d807e


#4d807e Border Color

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

This div border color is #4d807e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,128,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 #4d807e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d807e


Comments

No comments written yet.

Please login to write comment.