Color Hex Logo

#7e8a47 Color Hex

#7E8A47
(126,138,71)
0 Favorites   0 Comments

Color spaces of #7e8a47

RGB 12613871
HSL0.200.320.41
HSV71°49°54°
CMYK 0.090.000.49   0.46
XYZ18.830023.06759.4213
Yxy23.06750.36690.4495
Hunter Lab48.0286-14.067821.9897
CIE-Lab55.1418-15.166734.1983

#7e8a47 color RGB value is (126,138,71).

#7e8a47 hex color red value is 126, green value is 138 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #7e8a47 hue: 0.20 , saturation: 0.32 and the lightness value of 7e8a47 is 0.41.

The process color (four color CMYK) of #7e8a47 color hex is 0.09, 0.00, 0.49, 0.46. Web safe color of #7e8a47 is #669933. Color #7e8a47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001010 01000111
Octal 176 212 107
Decimal 126 138 71
Hex 7E 8A 47

RGB Percentages of Color #7e8a47

%37.61
%41.19
%21.19

CMYK Percentages of Color #7e8a47

%9
%0
%49
%46

Triadic Colors of #7e8a47

#7e8a47 #477e8a #8a477e

Analogous Colors of #7e8a47

#7e8a47 #5d8a47 #8a7547

Monochromatic Colors of #7e8a47

#7e8a47

Complementary Color

#7e8a47 #53478a

#7e8a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8a47 Color CSS Codes

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

#7e8a47 Text Font Color

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

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


#7e8a47 Background Color

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

This div background color is #7e8a47


#7e8a47 Border Color

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

This div border color is #7e8a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8a47


Comments

No comments written yet.

Please login to write comment.