Color Hex Logo

#4e713e Color Hex

#4E713E
(78,113,62)
0 Favorites   0 Comments

Color spaces of #4e713e

RGB 7811362
HSL0.280.290.34
HSV101°45°44°
CMYK 0.310.000.45   0.56
XYZ9.916513.77786.6941
Yxy13.77780.32630.4534
Hunter Lab37.1185-17.269615.2903
CIE-Lab43.9126-22.860024.3617

#4e713e color RGB value is (78,113,62).

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

The process color (four color CMYK) of #4e713e color hex is 0.31, 0.00, 0.45, 0.56. Web safe color of #4e713e is #666633. Color #4e713e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110001 00111110
Octal 116 161 76
Decimal 78 113 62
Hex 4E 71 3E

RGB Percentages of Color #4e713e

%30.83
%44.66
%24.51

CMYK Percentages of Color #4e713e

%31
%0
%45
%56

Triadic Colors of #4e713e

#4e713e #3e4e71 #713e4e

Analogous Colors of #4e713e

#4e713e #3e7148 #68713e

Monochromatic Colors of #4e713e

#4e713e

Complementary Color

#4e713e #613e71

#4e713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e713e Color CSS Codes

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

#4e713e Text Font Color

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

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


#4e713e Background Color

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

This div background color is #4e713e


#4e713e Border Color

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

This div border color is #4e713e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,113,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 #4e713e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e713e


Comments

No comments written yet.

Please login to write comment.