Color Hex Logo

#7e430e Color Hex

#7E430E
(126,67,14)
0 Favorites   0 Comments

Color spaces of #7e430e

RGB 1266714
HSL0.080.800.27
HSV28°89°49°
CMYK 0.000.470.89   0.51
XYZ10.69068.48161.4891
Yxy8.48160.51740.4105
Hunter Lab29.123214.558617.3547
CIE-Lab34.966421.673140.0448

#7e430e color RGB value is (126,67,14).

#7e430e hex color red value is 126, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7e430e hue: 0.08 , saturation: 0.80 and the lightness value of 7e430e is 0.27.

The process color (four color CMYK) of #7e430e color hex is 0.00, 0.47, 0.89, 0.51. Web safe color of #7e430e is #663300. Color #7e430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000011 00001110
Octal 176 103 16
Decimal 126 67 14
Hex 7E 43 E

RGB Percentages of Color #7e430e

%60.87
%32.37
%6.76

CMYK Percentages of Color #7e430e

%0
%47
%89
%51

Triadic Colors of #7e430e

#7e430e #0e7e43 #430e7e

Analogous Colors of #7e430e

#7e430e #7e7b0e #7e0e11

Monochromatic Colors of #7e430e

#7e430e

Complementary Color

#7e430e #0e497e

#7e430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e430e Color CSS Codes

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

#7e430e Text Font Color

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

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


#7e430e Background Color

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

This div background color is #7e430e


#7e430e Border Color

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

This div border color is #7e430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e430e


Comments

No comments written yet.

Please login to write comment.