Color Hex Logo

#4e886c Color Hex

#4E886C
(78,136,108)
0 Favorites   0 Comments

Color spaces of #4e886c

RGB 78136108
HSL0.420.270.42
HSV151°43°53°
CMYK 0.430.000.21   0.47
XYZ14.652820.310717.3354
Yxy20.31070.28020.3884
Hunter Lab45.0674-20.83218.7410
CIE-Lab52.1867-25.80789.1653

#4e886c color RGB value is (78,136,108).

#4e886c hex color red value is 78, green value is 136 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4e886c hue: 0.42 , saturation: 0.27 and the lightness value of 4e886c is 0.42.

The process color (four color CMYK) of #4e886c color hex is 0.43, 0.00, 0.21, 0.47. Web safe color of #4e886c is #669966. Color #4e886c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001000 01101100
Octal 116 210 154
Decimal 78 136 108
Hex 4E 88 6C

RGB Percentages of Color #4e886c

%24.22
%42.24
%33.54

CMYK Percentages of Color #4e886c

%43
%0
%21
%47

Triadic Colors of #4e886c

#4e886c #6c4e88 #886c4e

Analogous Colors of #4e886c

#4e886c #4e8788 #4e884f

Monochromatic Colors of #4e886c

#4e886c

Complementary Color

#4e886c #884e6a

#4e886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e886c Color CSS Codes

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

#4e886c Text Font Color

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

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


#4e886c Background Color

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

This div background color is #4e886c


#4e886c Border Color

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

This div border color is #4e886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e886c


Comments

No comments written yet.

Please login to write comment.