Color Hex Logo

#4e5004 Color Hex

#4E5004
(78,80,4)
0 Favorites   0 Comments

Color spaces of #4e5004

RGB 78804
HSL0.170.900.16
HSV62°95°31°
CMYK 0.020.000.95   0.69
XYZ6.03257.36581.2187
Yxy7.36580.41270.5039
Hunter Lab27.1400-7.819216.3356
CIE-Lab32.6256-10.148039.0993

#4e5004 color RGB value is (78,80,4).

#4e5004 hex color red value is 78, green value is 80 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #4e5004 hue: 0.17 , saturation: 0.90 and the lightness value of 4e5004 is 0.16.

The process color (four color CMYK) of #4e5004 color hex is 0.02, 0.00, 0.95, 0.69. Web safe color of #4e5004 is #666600. Color #4e5004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010000 00000100
Octal 116 120 4
Decimal 78 80 4
Hex 4E 50 4

RGB Percentages of Color #4e5004

%48.15
%49.38
%2.47

CMYK Percentages of Color #4e5004

%2
%0
%95
%69

Triadic Colors of #4e5004

#4e5004 #044e50 #50044e

Analogous Colors of #4e5004

#4e5004 #285004 #502c04

Monochromatic Colors of #4e5004

#4e5004

Complementary Color

#4e5004 #060450

#4e5004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5004 Color CSS Codes

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

#4e5004 Text Font Color

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

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


#4e5004 Background Color

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

This div background color is #4e5004


#4e5004 Border Color

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

This div border color is #4e5004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5004


Comments

No comments written yet.

Please login to write comment.