Color Hex Logo

#7e582a Color Hex

#7E582A
(126,88,42)
0 Favorites   0 Comments

Color spaces of #7e582a

RGB 1268842
HSL0.090.500.33
HSV33°67°49°
CMYK 0.000.300.67   0.51
XYZ12.511811.58223.7666
Yxy11.58220.44910.4157
Hunter Lab34.03266.066917.2609
CIE-Lab40.544210.624132.3233

#7e582a color RGB value is (126,88,42).

#7e582a hex color red value is 126, green value is 88 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7e582a hue: 0.09 , saturation: 0.50 and the lightness value of 7e582a is 0.33.

The process color (four color CMYK) of #7e582a color hex is 0.00, 0.30, 0.67, 0.51. Web safe color of #7e582a is #666633. Color #7e582a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011000 00101010
Octal 176 130 52
Decimal 126 88 42
Hex 7E 58 2A

RGB Percentages of Color #7e582a

%49.22
%34.38
%16.41

CMYK Percentages of Color #7e582a

%0
%30
%67
%51

Triadic Colors of #7e582a

#7e582a #2a7e58 #582a7e

Analogous Colors of #7e582a

#7e582a #7a7e2a #7e2e2a

Monochromatic Colors of #7e582a

#7e582a

Complementary Color

#7e582a #2a507e

#7e582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e582a Color CSS Codes

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

#7e582a Text Font Color

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

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


#7e582a Background Color

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

This div background color is #7e582a


#7e582a Border Color

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

This div border color is #7e582a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e582a


Comments

No comments written yet.

Please login to write comment.