Color Hex Logo

#7e842d Color Hex

#7E842D
(126,132,45)
0 Favorites   0 Comments

Color spaces of #7e842d

RGB 12613245
HSL0.180.490.35
HSV64°66°52°
CMYK 0.050.000.66   0.48
XYZ17.329121.12765.6473
Yxy21.12760.39290.4790
Hunter Lab45.9648-13.142424.8909
CIE-Lab53.0889-14.277644.5328

#7e842d color RGB value is (126,132,45).

#7e842d hex color red value is 126, green value is 132 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #7e842d hue: 0.18 , saturation: 0.49 and the lightness value of 7e842d is 0.35.

The process color (four color CMYK) of #7e842d color hex is 0.05, 0.00, 0.66, 0.48. Web safe color of #7e842d is #669933. Color #7e842d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000100 00101101
Octal 176 204 55
Decimal 126 132 45
Hex 7E 84 2D

RGB Percentages of Color #7e842d

%41.58
%43.56
%14.85

CMYK Percentages of Color #7e842d

%5
%0
%66
%48

Triadic Colors of #7e842d

#7e842d #2d7e84 #842d7e

Analogous Colors of #7e842d

#7e842d #53842d #845f2d

Monochromatic Colors of #7e842d

#7e842d

Complementary Color

#7e842d #332d84

#7e842d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e842d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e842d Color CSS Codes

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

#7e842d Text Font Color

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

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


#7e842d Background Color

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

This div background color is #7e842d


#7e842d Border Color

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

This div border color is #7e842d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e842d


Comments

No comments written yet.

Please login to write comment.