Color Hex Logo

#4e563e Color Hex

#4E563E
(78,86,62)
0 Favorites   0 Comments

Color spaces of #4e563e

RGB 788662
HSL0.220.160.29
HSV80°28°34°
CMYK 0.090.000.28   0.66
XYZ7.33928.62315.8350
Yxy8.62310.33670.3956
Hunter Lab29.3651-6.77668.7744
CIE-Lab35.2483-7.982412.9558

#4e563e color RGB value is (78,86,62).

#4e563e hex color red value is 78, green value is 86 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4e563e hue: 0.22 , saturation: 0.16 and the lightness value of 4e563e is 0.29.

The process color (four color CMYK) of #4e563e color hex is 0.09, 0.00, 0.28, 0.66. Web safe color of #4e563e is #666633. Color #4e563e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010110 00111110
Octal 116 126 76
Decimal 78 86 62
Hex 4E 56 3E

RGB Percentages of Color #4e563e

%34.51
%38.05
%27.43

CMYK Percentages of Color #4e563e

%9
%0
%28
%66

Triadic Colors of #4e563e

#4e563e #3e4e56 #563e4e

Analogous Colors of #4e563e

#4e563e #42563e #56523e

Monochromatic Colors of #4e563e

#4e563e

Complementary Color

#4e563e #463e56

#4e563e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e563e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e563e Color CSS Codes

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

#4e563e Text Font Color

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

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


#4e563e Background Color

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

This div background color is #4e563e


#4e563e Border Color

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

This div border color is #4e563e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e563e


Comments

No comments written yet.

Please login to write comment.