Color Hex Logo

#7e533e Color Hex

#7E533E
(126,83,62)
0 Favorites   0 Comments

Color spaces of #7e533e

RGB 1268362
HSL0.050.340.37
HSV20°51°49°
CMYK 0.000.340.51   0.51
XYZ12.566910.96996.0125
Yxy10.96990.42530.3712
Hunter Lab33.12089.766012.4215
CIE-Lab39.529715.369819.5807

#7e533e color RGB value is (126,83,62).

#7e533e hex color red value is 126, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7e533e hue: 0.05 , saturation: 0.34 and the lightness value of 7e533e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010011 00111110
Octal 176 123 76
Decimal 126 83 62
Hex 7E 53 3E

RGB Percentages of Color #7e533e

%46.49
%30.63
%22.88

CMYK Percentages of Color #7e533e

%0
%34
%51
%51

Triadic Colors of #7e533e

#7e533e #3e7e53 #533e7e

Analogous Colors of #7e533e

#7e533e #7e733e #7e3e49

Monochromatic Colors of #7e533e

#7e533e

Complementary Color

#7e533e #3e697e

#7e533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e533e Color CSS Codes

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

#7e533e Text Font Color

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

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


#7e533e Background Color

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

This div background color is #7e533e


#7e533e Border Color

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

This div border color is #7e533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e533e


Comments

No comments written yet.

Please login to write comment.