Color Hex Logo

#4f5d4e Color Hex

#4F5D4E
(79,93,78)
0 Favorites   0 Comments

Color spaces of #4f5d4e

RGB 799378
HSL0.320.090.34
HSV116°16°36°
CMYK 0.150.000.16   0.64
XYZ8.513910.04108.6971
Yxy10.04100.31240.3685
Hunter Lab31.6875-7.49335.9083
CIE-Lab37.9159-8.67866.8258

#4f5d4e color RGB value is (79,93,78).

#4f5d4e hex color red value is 79, green value is 93 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4f5d4e hue: 0.32 , saturation: 0.09 and the lightness value of 4f5d4e is 0.34.

The process color (four color CMYK) of #4f5d4e color hex is 0.15, 0.00, 0.16, 0.64. Web safe color of #4f5d4e is #666666. Color #4f5d4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01011101 01001110
Octal 117 135 116
Decimal 79 93 78
Hex 4F 5D 4E

RGB Percentages of Color #4f5d4e

%31.60
%37.20
%31.20

CMYK Percentages of Color #4f5d4e

%15
%0
%16
%64

Triadic Colors of #4f5d4e

#4f5d4e #4e4f5d #5d4e4f

Analogous Colors of #4f5d4e

#4f5d4e #4e5d55 #575d4e

Monochromatic Colors of #4f5d4e

#4f5d4e

Complementary Color

#4f5d4e #5c4e5d

#4f5d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f5d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f5d4e Color CSS Codes

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

#4f5d4e Text Font Color

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

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


#4f5d4e Background Color

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

This div background color is #4f5d4e


#4f5d4e Border Color

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

This div border color is #4f5d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f5d4e


Comments

No comments written yet.

Please login to write comment.