Color Hex Logo

#4f664e Color Hex

#4F664E
(79,102,78)
0 Favorites   0 Comments

Color spaces of #4f664e

RGB 7910278
HSL0.330.130.35
HSV118°24°40°
CMYK 0.230.000.24   0.60
XYZ9.351011.71518.9761
Yxy11.71510.31130.3900
Hunter Lab34.2273-11.13118.4104
CIE-Lab40.7597-13.832210.8175

#4f664e color RGB value is (79,102,78).

#4f664e hex color red value is 79, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4f664e hue: 0.33 , saturation: 0.13 and the lightness value of 4f664e is 0.35.

The process color (four color CMYK) of #4f664e color hex is 0.23, 0.00, 0.24, 0.60. Web safe color of #4f664e is #666666. Color #4f664e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100110 01001110
Octal 117 146 116
Decimal 79 102 78
Hex 4F 66 4E

RGB Percentages of Color #4f664e

%30.50
%39.38
%30.12

CMYK Percentages of Color #4f664e

%23
%0
%24
%60

Triadic Colors of #4f664e

#4f664e #4e4f66 #664e4f

Analogous Colors of #4f664e

#4f664e #4e6659 #5b664e

Monochromatic Colors of #4f664e

#4f664e

Complementary Color

#4f664e #654e66

#4f664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f664e Color CSS Codes

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

#4f664e Text Font Color

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

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


#4f664e Background Color

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

This div background color is #4f664e


#4f664e Border Color

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

This div border color is #4f664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f664e


Comments

No comments written yet.

Please login to write comment.