Color Hex Logo

#4f5565 Color Hex

#4F5565
(79,85,101)
0 Favorites   0 Comments

Color spaces of #4f5565

RGB 7985101
HSL0.620.120.35
HSV224°22°40°
CMYK 0.220.160.00   0.60
XYZ8.82199.098813.6032
Yxy9.09880.27980.2886
Hunter Lab30.1642-0.5828-5.6231
CIE-Lab36.17381.4962-10.0276

#4f5565 color RGB value is (79,85,101).

#4f5565 hex color red value is 79, green value is 85 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #4f5565 hue: 0.62 , saturation: 0.12 and the lightness value of 4f5565 is 0.35.

The process color (four color CMYK) of #4f5565 color hex is 0.22, 0.16, 0.00, 0.60. Web safe color of #4f5565 is #666666. Color #4f5565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01010101 01100101
Octal 117 125 145
Decimal 79 85 101
Hex 4F 55 65

RGB Percentages of Color #4f5565

%29.81
%32.08
%38.11

CMYK Percentages of Color #4f5565

%22
%16
%0
%60

Triadic Colors of #4f5565

#4f5565 #654f55 #55654f

Analogous Colors of #4f5565

#4f5565 #544f65 #4f6065

Monochromatic Colors of #4f5565

#4f5565

Complementary Color

#4f5565 #655f4f

#4f5565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f5565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f5565 Color CSS Codes

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

#4f5565 Text Font Color

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

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


#4f5565 Background Color

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

This div background color is #4f5565


#4f5565 Border Color

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

This div border color is #4f5565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f5565


Comments

No comments written yet.

Please login to write comment.