Color Hex Logo

#7e811d Color Hex

#7E811D
(126,129,29)
0 Favorites   0 Comments

Color spaces of #7e811d

RGB 12612929
HSL0.170.630.31
HSV62°78°51°
CMYK 0.020.000.78   0.49
XYZ16.676220.22484.1873
Yxy20.22480.40590.4922
Hunter Lab44.9720-12.510925.9600
CIE-Lab52.0904-13.580349.8894

#7e811d color RGB value is (126,129,29).

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

The process color (four color CMYK) of #7e811d color hex is 0.02, 0.00, 0.78, 0.49. Web safe color of #7e811d is #669933. Color #7e811d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000001 00011101
Octal 176 201 35
Decimal 126 129 29
Hex 7E 81 1D

RGB Percentages of Color #7e811d

%44.37
%45.42
%10.21

CMYK Percentages of Color #7e811d

%2
%0
%78
%49

Triadic Colors of #7e811d

#7e811d #1d7e81 #811d7e

Analogous Colors of #7e811d

#7e811d #4c811d #81521d

Monochromatic Colors of #7e811d

#7e811d

Complementary Color

#7e811d #201d81

#7e811d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e811d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e811d Color CSS Codes

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

#7e811d Text Font Color

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

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


#7e811d Background Color

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

This div background color is #7e811d


#7e811d Border Color

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

This div border color is #7e811d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e811d


Comments

No comments written yet.

Please login to write comment.