Color Hex Logo

#7e822e Color Hex

#7E822E
(126,130,46)
0 Favorites   0 Comments

Color spaces of #7e822e

RGB 12613046
HSL0.170.480.35
HSV63°65°51°
CMYK 0.030.000.65   0.49
XYZ17.080020.59815.6604
Yxy20.59810.39410.4753
Hunter Lab45.3851-12.248224.3750
CIE-Lab52.5068-13.133843.4716

#7e822e color RGB value is (126,130,46).

#7e822e hex color red value is 126, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7e822e hue: 0.17 , saturation: 0.48 and the lightness value of 7e822e is 0.35.

The process color (four color CMYK) of #7e822e color hex is 0.03, 0.00, 0.65, 0.49. Web safe color of #7e822e is #669933. Color #7e822e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000010 00101110
Octal 176 202 56
Decimal 126 130 46
Hex 7E 82 2E

RGB Percentages of Color #7e822e

%41.72
%43.05
%15.23

CMYK Percentages of Color #7e822e

%3
%0
%65
%49

Triadic Colors of #7e822e

#7e822e #2e7e82 #822e7e

Analogous Colors of #7e822e

#7e822e #54822e #825c2e

Monochromatic Colors of #7e822e

#7e822e

Complementary Color

#7e822e #322e82

#7e822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e822e Color CSS Codes

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

#7e822e Text Font Color

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

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


#7e822e Background Color

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

This div background color is #7e822e


#7e822e Border Color

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

This div border color is #7e822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e822e


Comments

No comments written yet.

Please login to write comment.