Color Hex Logo

#4f765e Color Hex

#4F765E
(79,118,94)
0 Favorites   0 Comments

Color spaces of #4f765e

RGB 7911894
HSL0.400.200.39
HSV143°33°46°
CMYK 0.330.000.20   0.54
XYZ11.723315.427312.9496
Yxy15.42730.29240.3847
Hunter Lab39.2776-15.45847.9467
CIE-Lab46.2140-19.27398.9107

#4f765e color RGB value is (79,118,94).

#4f765e hex color red value is 79, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4f765e hue: 0.40 , saturation: 0.20 and the lightness value of 4f765e is 0.39.

The process color (four color CMYK) of #4f765e color hex is 0.33, 0.00, 0.20, 0.54. Web safe color of #4f765e is #666666. Color #4f765e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110110 01011110
Octal 117 166 136
Decimal 79 118 94
Hex 4F 76 5E

RGB Percentages of Color #4f765e

%27.15
%40.55
%32.30

CMYK Percentages of Color #4f765e

%33
%0
%20
%54

Triadic Colors of #4f765e

#4f765e #5e4f76 #765e4f

Analogous Colors of #4f765e

#4f765e #4f7672 #54764f

Monochromatic Colors of #4f765e

#4f765e

Complementary Color

#4f765e #764f67

#4f765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f765e Color CSS Codes

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

#4f765e Text Font Color

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

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


#4f765e Background Color

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

This div background color is #4f765e


#4f765e Border Color

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

This div border color is #4f765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f765e


Comments

No comments written yet.

Please login to write comment.