Color Hex Logo

#4d472e Color Hex

#4D472E
(77,71,46)
0 Favorites   0 Comments

Color spaces of #4d472e

RGB 777146
HSL0.130.250.24
HSV48°40°30°
CMYK 0.000.080.40   0.70
XYZ5.80696.28153.4912
Yxy6.28150.37270.4032
Hunter Lab25.0629-2.50299.2851
CIE-Lab30.1118-1.830915.9650

#4d472e color RGB value is (77,71,46).

#4d472e hex color red value is 77, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4d472e hue: 0.13 , saturation: 0.25 and the lightness value of 4d472e is 0.24.

The process color (four color CMYK) of #4d472e color hex is 0.00, 0.08, 0.40, 0.70. Web safe color of #4d472e is #663333. Color #4d472e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000111 00101110
Octal 115 107 56
Decimal 77 71 46
Hex 4D 47 2E

RGB Percentages of Color #4d472e

%39.69
%36.60
%23.71

CMYK Percentages of Color #4d472e

%0
%8
%40
%70

Triadic Colors of #4d472e

#4d472e #2e4d47 #472e4d

Analogous Colors of #4d472e

#4d472e #444d2e #4d382e

Monochromatic Colors of #4d472e

#4d472e

Complementary Color

#4d472e #2e344d

#4d472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d472e Color CSS Codes

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

#4d472e Text Font Color

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

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


#4d472e Background Color

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

This div background color is #4d472e


#4d472e Border Color

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

This div border color is #4d472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d472e


Comments

No comments written yet.

Please login to write comment.