Color Hex Logo

#4d492c Color Hex

#4D492C
(77,73,44)
0 Favorites   0 Comments

Color spaces of #4d492c

RGB 777344
HSL0.150.270.24
HSV53°43°30°
CMYK 0.000.050.43   0.70
XYZ5.89776.52473.3314
Yxy6.52470.37440.4142
Hunter Lab25.5435-3.487510.1478
CIE-Lab30.6994-3.342517.9627

#4d492c color RGB value is (77,73,44).

#4d492c hex color red value is 77, green value is 73 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #4d492c hue: 0.15 , saturation: 0.27 and the lightness value of 4d492c is 0.24.

The process color (four color CMYK) of #4d492c color hex is 0.00, 0.05, 0.43, 0.70. Web safe color of #4d492c is #663333. Color #4d492c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01001001 00101100
Octal 115 111 54
Decimal 77 73 44
Hex 4D 49 2C

RGB Percentages of Color #4d492c

%39.69
%37.63
%22.68

CMYK Percentages of Color #4d492c

%0
%5
%43
%70

Triadic Colors of #4d492c

#4d492c #2c4d49 #492c4d

Analogous Colors of #4d492c

#4d492c #414d2c #4d392c

Monochromatic Colors of #4d492c

#4d492c

Complementary Color

#4d492c #2c304d

#4d492c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d492c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d492c Color CSS Codes

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

#4d492c Text Font Color

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

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


#4d492c Background Color

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

This div background color is #4d492c


#4d492c Border Color

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

This div border color is #4d492c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d492c


Comments

No comments written yet.

Please login to write comment.