Color Hex Logo

#4f424d Color Hex

#4F424D
(79,66,77)
0 Favorites   0 Comments

Color spaces of #4f424d

RGB 796677
HSL0.860.090.28
HSV309°16°31°
CMYK 0.000.160.03   0.69
XYZ6.51226.09457.8543
Yxy6.09450.31830.2979
Hunter Lab24.68703.8842-1.5825
CIE-Lab29.64967.8316-4.5491

#4f424d color RGB value is (79,66,77).

#4f424d hex color red value is 79, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4f424d hue: 0.86 , saturation: 0.09 and the lightness value of 4f424d is 0.28.

The process color (four color CMYK) of #4f424d color hex is 0.00, 0.16, 0.03, 0.69. Web safe color of #4f424d is #663366. Color #4f424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000010 01001101
Octal 117 102 115
Decimal 79 66 77
Hex 4F 42 4D

RGB Percentages of Color #4f424d

%35.59
%29.73
%34.68

CMYK Percentages of Color #4f424d

%0
%16
%3
%69

Triadic Colors of #4f424d

#4f424d #4d4f42 #424d4f

Analogous Colors of #4f424d

#4f424d #4f4247 #4b424f

Monochromatic Colors of #4f424d

#4f424d

Complementary Color

#4f424d #424f44

#4f424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f424d Color CSS Codes

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

#4f424d Text Font Color

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

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


#4f424d Background Color

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

This div background color is #4f424d


#4f424d Border Color

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

This div border color is #4f424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f424d


Comments

No comments written yet.

Please login to write comment.