Color Hex Logo

#4d827f Color Hex

#4D827F
(77,130,127)
0 Favorites   0 Comments

Color spaces of #4d827f

RGB 77130127
HSL0.490.260.41
HSV177°41°51°
CMYK 0.410.000.02   0.49
XYZ14.874019.075422.9766
Yxy19.07540.26130.3351
Hunter Lab43.6754-15.6424-0.6183
CIE-Lab50.7753-18.3819-3.9410

#4d827f color RGB value is (77,130,127).

#4d827f hex color red value is 77, green value is 130 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4d827f hue: 0.49 , saturation: 0.26 and the lightness value of 4d827f is 0.41.

The process color (four color CMYK) of #4d827f color hex is 0.41, 0.00, 0.02, 0.49. Web safe color of #4d827f is #669966. Color #4d827f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000010 01111111
Octal 115 202 177
Decimal 77 130 127
Hex 4D 82 7F

RGB Percentages of Color #4d827f

%23.05
%38.92
%38.02

CMYK Percentages of Color #4d827f

%41
%0
%2
%49

Triadic Colors of #4d827f

#4d827f #7f4d82 #827f4d

Analogous Colors of #4d827f

#4d827f #4d6b82 #4d8265

Monochromatic Colors of #4d827f

#4d827f

Complementary Color

#4d827f #824d50

#4d827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d827f Color CSS Codes

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

#4d827f Text Font Color

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

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


#4d827f Background Color

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

This div background color is #4d827f


#4d827f Border Color

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

This div border color is #4d827f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d827f


Comments

No comments written yet.

Please login to write comment.