Color Hex Logo

#7e831c Color Hex

#7E831C
(126,131,28)
0 Favorites   0 Comments

Color spaces of #7e831c

RGB 12613128
HSL0.170.650.31
HSV63°79°51°
CMYK 0.040.000.79   0.49
XYZ16.930120.75214.2118
Yxy20.75210.40410.4953
Hunter Lab45.5545-13.381726.4064
CIE-Lab52.6771-14.695750.7695

#7e831c color RGB value is (126,131,28).

#7e831c hex color red value is 126, green value is 131 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #7e831c hue: 0.17 , saturation: 0.65 and the lightness value of 7e831c is 0.31.

The process color (four color CMYK) of #7e831c color hex is 0.04, 0.00, 0.79, 0.49. Web safe color of #7e831c is #669933. Color #7e831c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000011 00011100
Octal 176 203 34
Decimal 126 131 28
Hex 7E 83 1C

RGB Percentages of Color #7e831c

%44.21
%45.96
%9.82

CMYK Percentages of Color #7e831c

%4
%0
%79
%49

Triadic Colors of #7e831c

#7e831c #1c7e83 #831c7e

Analogous Colors of #7e831c

#7e831c #4b831c #83551c

Monochromatic Colors of #7e831c

#7e831c

Complementary Color

#7e831c #211c83

#7e831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e831c Color CSS Codes

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

#7e831c Text Font Color

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

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


#7e831c Background Color

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

This div background color is #7e831c


#7e831c Border Color

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

This div border color is #7e831c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e831c


Comments

No comments written yet.

Please login to write comment.