Color Hex Logo

#7e8c3e Color Hex

#7E8C3E
(126,140,62)
0 Favorites   0 Comments

Color spaces of #7e8c3e

RGB 12614062
HSL0.200.390.40
HSV71°56°55°
CMYK 0.100.000.56   0.45
XYZ18.851823.53968.1074
Yxy23.53960.37330.4661
Hunter Lab48.5176-15.548724.0549
CIE-Lab55.6239-17.132039.3491

#7e8c3e color RGB value is (126,140,62).

#7e8c3e hex color red value is 126, green value is 140 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7e8c3e hue: 0.20 , saturation: 0.39 and the lightness value of 7e8c3e is 0.40.

The process color (four color CMYK) of #7e8c3e color hex is 0.10, 0.00, 0.56, 0.45. Web safe color of #7e8c3e is #669933. Color #7e8c3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001100 00111110
Octal 176 214 76
Decimal 126 140 62
Hex 7E 8C 3E

RGB Percentages of Color #7e8c3e

%38.41
%42.68
%18.90

CMYK Percentages of Color #7e8c3e

%10
%0
%56
%45

Triadic Colors of #7e8c3e

#7e8c3e #3e7e8c #8c3e7e

Analogous Colors of #7e8c3e

#7e8c3e #578c3e #8c733e

Monochromatic Colors of #7e8c3e

#7e8c3e

Complementary Color

#7e8c3e #4c3e8c

#7e8c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8c3e Color CSS Codes

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

#7e8c3e Text Font Color

<p style="color:#7e8c3e">Text here</p>

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


#7e8c3e Background Color

<div style="background-color:#7e8c3e">
Div content here</div>

This div background color is #7e8c3e


#7e8c3e Border Color

<div style="border:3px solid #7e8c3e">
Div here</div>

This div border color is #7e8c3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,140,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e8c3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e8c3e;
  -webkit-box-shadow: 1px 1px 3px 2px #7e8c3e;
  box-shadow:         1px 1px 3px 2px #7e8c3e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8c3e


Comments

No comments written yet.

Please login to write comment.