Color Hex Logo

#7e451c Color Hex

#7E451C
(126,69,28)
0 Favorites   0 Comments

Color spaces of #7e451c

RGB 1266928
HSL0.070.640.30
HSV25°78°49°
CMYK 0.000.450.78   0.51
XYZ10.94198.77572.2158
Yxy8.77570.49890.4001
Hunter Lab29.623814.089416.3019
CIE-Lab35.548821.039334.2738

#7e451c color RGB value is (126,69,28).

#7e451c hex color red value is 126, green value is 69 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #7e451c hue: 0.07 , saturation: 0.64 and the lightness value of 7e451c is 0.30.

The process color (four color CMYK) of #7e451c color hex is 0.00, 0.45, 0.78, 0.51. Web safe color of #7e451c is #663333. Color #7e451c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000101 00011100
Octal 176 105 34
Decimal 126 69 28
Hex 7E 45 1C

RGB Percentages of Color #7e451c

%56.50
%30.94
%12.56

CMYK Percentages of Color #7e451c

%0
%45
%78
%51

Triadic Colors of #7e451c

#7e451c #1c7e45 #451c7e

Analogous Colors of #7e451c

#7e451c #7e761c #7e1c24

Monochromatic Colors of #7e451c

#7e451c

Complementary Color

#7e451c #1c557e

#7e451c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e451c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e451c Color CSS Codes

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

#7e451c Text Font Color

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

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


#7e451c Background Color

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

This div background color is #7e451c


#7e451c Border Color

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

This div border color is #7e451c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,69,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 #7e451c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e451c


Comments

No comments written yet.

Please login to write comment.