Color Hex Logo

#4e540e Color Hex

#4E540E
(78,84,14)
0 Favorites   0 Comments

Color spaces of #4e540e

RGB 788414
HSL0.180.710.19
HSV65°83°33°
CMYK 0.070.000.83   0.67
XYZ6.39157.99211.6212
Yxy7.99210.39930.4994
Hunter Lab28.2703-9.116816.3891
CIE-Lab33.9664-12.047236.9463

#4e540e color RGB value is (78,84,14).

#4e540e hex color red value is 78, green value is 84 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #4e540e hue: 0.18 , saturation: 0.71 and the lightness value of 4e540e is 0.19.

The process color (four color CMYK) of #4e540e color hex is 0.07, 0.00, 0.83, 0.67. Web safe color of #4e540e is #666600. Color #4e540e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010100 00001110
Octal 116 124 16
Decimal 78 84 14
Hex 4E 54 E

RGB Percentages of Color #4e540e

%44.32
%47.73
%7.95

CMYK Percentages of Color #4e540e

%7
%0
%83
%67

Triadic Colors of #4e540e

#4e540e #0e4e54 #540e4e

Analogous Colors of #4e540e

#4e540e #2b540e #54370e

Monochromatic Colors of #4e540e

#4e540e

Complementary Color

#4e540e #140e54

#4e540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e540e Color CSS Codes

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

#4e540e Text Font Color

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

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


#4e540e Background Color

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

This div background color is #4e540e


#4e540e Border Color

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

This div border color is #4e540e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e540e


Comments

No comments written yet.

Please login to write comment.