Color Hex Logo

#7e523b Color Hex

#7E523B
(126,82,59)
0 Favorites   0 Comments

Color spaces of #7e523b

RGB 1268259
HSL0.060.360.36
HSV21°53°49°
CMYK 0.000.350.53   0.51
XYZ12.410910.78605.5654
Yxy10.78600.43150.3750
Hunter Lab32.84209.981012.9422
CIE-Lab39.217715.656520.9793

#7e523b color RGB value is (126,82,59).

#7e523b hex color red value is 126, green value is 82 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7e523b hue: 0.06 , saturation: 0.36 and the lightness value of 7e523b is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010010 00111011
Octal 176 122 73
Decimal 126 82 59
Hex 7E 52 3B

RGB Percentages of Color #7e523b

%47.19
%30.71
%22.10

CMYK Percentages of Color #7e523b

%0
%35
%53
%51

Triadic Colors of #7e523b

#7e523b #3b7e52 #523b7e

Analogous Colors of #7e523b

#7e523b #7e743b #7e3b46

Monochromatic Colors of #7e523b

#7e523b

Complementary Color

#7e523b #3b677e

#7e523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e523b Color CSS Codes

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

#7e523b Text Font Color

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

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


#7e523b Background Color

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

This div background color is #7e523b


#7e523b Border Color

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

This div border color is #7e523b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e523b


Comments

No comments written yet.

Please login to write comment.