Color Hex Logo

#4e665f Color Hex

#4E665F
(78,102,95)
0 Favorites   0 Comments

Color spaces of #4e665f

RGB 7810295
HSL0.450.130.35
HSV163°24°40°
CMYK 0.240.000.07   0.60
XYZ9.958811.948712.6079
Yxy11.94870.28850.3462
Hunter Lab34.5669-9.06582.5714
CIE-Lab41.1345-10.55121.0258

#4e665f color RGB value is (78,102,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100110 01011111
Octal 116 146 137
Decimal 78 102 95
Hex 4E 66 5F

RGB Percentages of Color #4e665f

%28.36
%37.09
%34.55

CMYK Percentages of Color #4e665f

%24
%0
%7
%60

Triadic Colors of #4e665f

#4e665f #5f4e66 #665f4e

Analogous Colors of #4e665f

#4e665f #4e6166 #4e6653

Monochromatic Colors of #4e665f

#4e665f

Complementary Color

#4e665f #664e55

#4e665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e665f Color CSS Codes

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

#4e665f Text Font Color

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

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


#4e665f Background Color

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

This div background color is #4e665f


#4e665f Border Color

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

This div border color is #4e665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e665f


Comments

No comments written yet.

Please login to write comment.