Color Hex Logo

#4f403e Color Hex

#4F403E
(79,64,62)
0 Favorites   0 Comments

Color spaces of #4f403e

RGB 796462
HSL0.020.120.28
HSV22°31°
CMYK 0.000.190.22   0.69
XYZ5.92735.67695.3408
Yxy5.67690.34980.3350
Hunter Lab23.82622.70983.3882
CIE-Lab28.58226.11403.6545

#4f403e color RGB value is (79,64,62).

#4f403e hex color red value is 79, green value is 64 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4f403e hue: 0.02 , saturation: 0.12 and the lightness value of 4f403e is 0.28.

The process color (four color CMYK) of #4f403e color hex is 0.00, 0.19, 0.22, 0.69. Web safe color of #4f403e is #663333. Color #4f403e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000000 00111110
Octal 117 100 76
Decimal 79 64 62
Hex 4F 40 3E

RGB Percentages of Color #4f403e

%38.54
%31.22
%30.24

CMYK Percentages of Color #4f403e

%0
%19
%22
%69

Triadic Colors of #4f403e

#4f403e #3e4f40 #403e4f

Analogous Colors of #4f403e

#4f403e #4f493e #4f3e45

Monochromatic Colors of #4f403e

#4f403e

Complementary Color

#4f403e #3e4d4f

#4f403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f403e Color CSS Codes

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

#4f403e Text Font Color

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

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


#4f403e Background Color

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

This div background color is #4f403e


#4f403e Border Color

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

This div border color is #4f403e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,64,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f403e


Comments

No comments written yet.

Please login to write comment.