Color Hex Logo

#4f472c Color Hex

#4F472C
(79,71,44)
0 Favorites   0 Comments

Color spaces of #4f472c

RGB 797144
HSL0.130.280.24
HSV46°44°31°
CMYK 0.000.100.44   0.69
XYZ5.93236.35063.2960
Yxy6.35060.38080.4076
Hunter Lab25.2004-2.08099.8856
CIE-Lab30.2803-1.149617.4624

#4f472c color RGB value is (79,71,44).

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

The process color (four color CMYK) of #4f472c color hex is 0.00, 0.10, 0.44, 0.69. Web safe color of #4f472c is #663333. Color #4f472c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000111 00101100
Octal 117 107 54
Decimal 79 71 44
Hex 4F 47 2C

RGB Percentages of Color #4f472c

%40.72
%36.60
%22.68

CMYK Percentages of Color #4f472c

%0
%10
%44
%69

Triadic Colors of #4f472c

#4f472c #2c4f47 #472c4f

Analogous Colors of #4f472c

#4f472c #464f2c #4f362c

Monochromatic Colors of #4f472c

#4f472c

Complementary Color

#4f472c #2c344f

#4f472c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f472c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f472c Color CSS Codes

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

#4f472c Text Font Color

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

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


#4f472c Background Color

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

This div background color is #4f472c


#4f472c Border Color

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

This div border color is #4f472c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f472c


Comments

No comments written yet.

Please login to write comment.