Color Hex Logo

#4f6360 Color Hex

#4F6360
(79,99,96)
0 Favorites   0 Comments

Color spaces of #4f6360

RGB 799996
HSL0.480.110.35
HSV171°20°39°
CMYK 0.200.000.03   0.61
XYZ9.797611.430512.7562
Yxy11.43050.28830.3363
Hunter Lab33.8090-7.43781.2961
CIE-Lab40.2963-8.2171-0.8001

#4f6360 color RGB value is (79,99,96).

#4f6360 hex color red value is 79, green value is 99 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #4f6360 hue: 0.48 , saturation: 0.11 and the lightness value of 4f6360 is 0.35.

The process color (four color CMYK) of #4f6360 color hex is 0.20, 0.00, 0.03, 0.61. Web safe color of #4f6360 is #666666. Color #4f6360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100011 01100000
Octal 117 143 140
Decimal 79 99 96
Hex 4F 63 60

RGB Percentages of Color #4f6360

%28.83
%36.13
%35.04

CMYK Percentages of Color #4f6360

%20
%0
%3
%61

Triadic Colors of #4f6360

#4f6360 #604f63 #63604f

Analogous Colors of #4f6360

#4f6360 #4f5c63 #4f6356

Monochromatic Colors of #4f6360

#4f6360

Complementary Color

#4f6360 #634f52

#4f6360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6360 Color CSS Codes

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

#4f6360 Text Font Color

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

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


#4f6360 Background Color

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

This div background color is #4f6360


#4f6360 Border Color

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

This div border color is #4f6360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6360


Comments

No comments written yet.

Please login to write comment.