Color Hex Logo

#7e8b29 Color Hex

#7E8B29
(126,139,41)
0 Favorites   0 Comments

Color spaces of #7e8b29

RGB 12613941
HSL0.190.540.35
HSV68°71°55°
CMYK 0.090.000.71   0.45
XYZ18.237023.06105.5878
Yxy23.06100.38900.4919
Hunter Lab48.0219-16.250326.7164
CIE-Lab55.1351-18.230348.3237

#7e8b29 color RGB value is (126,139,41).

#7e8b29 hex color red value is 126, green value is 139 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7e8b29 hue: 0.19 , saturation: 0.54 and the lightness value of 7e8b29 is 0.35.

The process color (four color CMYK) of #7e8b29 color hex is 0.09, 0.00, 0.71, 0.45. Web safe color of #7e8b29 is #669933. Color #7e8b29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001011 00101001
Octal 176 213 51
Decimal 126 139 41
Hex 7E 8B 29

RGB Percentages of Color #7e8b29

%41.18
%45.42
%13.40

CMYK Percentages of Color #7e8b29

%9
%0
%71
%45

Triadic Colors of #7e8b29

#7e8b29 #297e8b #8b297e

Analogous Colors of #7e8b29

#7e8b29 #4d8b29 #8b6729

Monochromatic Colors of #7e8b29

#7e8b29

Complementary Color

#7e8b29 #36298b

#7e8b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8b29 Color CSS Codes

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

#7e8b29 Text Font Color

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

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


#7e8b29 Background Color

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

This div background color is #7e8b29


#7e8b29 Border Color

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

This div border color is #7e8b29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8b29


Comments

No comments written yet.

Please login to write comment.