Color Hex Logo

#4e744e Color Hex

#4E744E
(78,116,78)
0 Favorites   0 Comments

Color spaces of #4e744e

RGB 7811678
HSL0.330.200.38
HSV120°33°45°
CMYK 0.330.000.33   0.55
XYZ10.762414.66059.4703
Yxy14.66050.30840.4202
Hunter Lab38.2890-16.832512.1377
CIE-Lab45.1656-21.750016.8449

#4e744e color RGB value is (78,116,78).

#4e744e hex color red value is 78, green value is 116 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4e744e hue: 0.33 , saturation: 0.20 and the lightness value of 4e744e is 0.38.

The process color (four color CMYK) of #4e744e color hex is 0.33, 0.00, 0.33, 0.55. Web safe color of #4e744e is #666666. Color #4e744e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110100 01001110
Octal 116 164 116
Decimal 78 116 78
Hex 4E 74 4E

RGB Percentages of Color #4e744e

%28.68
%42.65
%28.68

CMYK Percentages of Color #4e744e

%33
%0
%33
%55

Triadic Colors of #4e744e

#4e744e #4e4e74 #744e4e

Analogous Colors of #4e744e

#4e744e #4e7461 #61744e

Monochromatic Colors of #4e744e

#4e744e

Complementary Color

#4e744e #744e74

#4e744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e744e Color CSS Codes

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

#4e744e Text Font Color

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

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


#4e744e Background Color

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

This div background color is #4e744e


#4e744e Border Color

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

This div border color is #4e744e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e744e


Comments

No comments written yet.

Please login to write comment.