Color Hex Logo

#4d847c Color Hex

#4D847C
(77,132,124)
0 Favorites   0 Comments

Color spaces of #4d847c

RGB 77132124
HSL0.480.260.41
HSV171°42°52°
CMYK 0.420.000.06   0.48
XYZ14.949919.535522.0516
Yxy19.53550.26440.3455
Hunter Lab44.1990-16.97221.3585
CIE-Lab51.3079-20.2201-1.4029

#4d847c color RGB value is (77,132,124).

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

The process color (four color CMYK) of #4d847c color hex is 0.42, 0.00, 0.06, 0.48. Web safe color of #4d847c is #669966. Color #4d847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000100 01111100
Octal 115 204 174
Decimal 77 132 124
Hex 4D 84 7C

RGB Percentages of Color #4d847c

%23.12
%39.64
%37.24

CMYK Percentages of Color #4d847c

%42
%0
%6
%48

Triadic Colors of #4d847c

#4d847c #7c4d84 #847c4d

Analogous Colors of #4d847c

#4d847c #4d7184 #4d8461

Monochromatic Colors of #4d847c

#4d847c

Complementary Color

#4d847c #844d55

#4d847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d847c Color CSS Codes

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

#4d847c Text Font Color

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

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


#4d847c Background Color

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

This div background color is #4d847c


#4d847c Border Color

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

This div border color is #4d847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d847c


Comments

No comments written yet.

Please login to write comment.