Color Hex Logo

#4f606d Color Hex

#4F606D
(79,96,109)
0 Favorites   0 Comments

Color spaces of #4f606d

RGB 7996109
HSL0.570.160.37
HSV206°28°43°
CMYK 0.280.120.00   0.57
XYZ10.167611.132116.0808
Yxy11.13210.27200.2978
Hunter Lab33.3648-3.9923-5.2206
CIE-Lab39.8021-3.1721-9.5068

#4f606d color RGB value is (79,96,109).

#4f606d hex color red value is 79, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4f606d hue: 0.57 , saturation: 0.16 and the lightness value of 4f606d is 0.37.

The process color (four color CMYK) of #4f606d color hex is 0.28, 0.12, 0.00, 0.57. Web safe color of #4f606d is #666666. Color #4f606d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100000 01101101
Octal 117 140 155
Decimal 79 96 109
Hex 4F 60 6D

RGB Percentages of Color #4f606d

%27.82
%33.80
%38.38

CMYK Percentages of Color #4f606d

%28
%12
%0
%57

Triadic Colors of #4f606d

#4f606d #6d4f60 #606d4f

Analogous Colors of #4f606d

#4f606d #4f516d #4f6d6b

Monochromatic Colors of #4f606d

#4f606d

Complementary Color

#4f606d #6d5c4f

#4f606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f606d Color CSS Codes

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

#4f606d Text Font Color

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

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


#4f606d Background Color

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

This div background color is #4f606d


#4f606d Border Color

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

This div border color is #4f606d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f606d


Comments

No comments written yet.

Please login to write comment.