Color Hex Logo

#7d572e Color Hex

#7D572E
(125,87,46)
0 Favorites   0 Comments

Color spaces of #7d572e

RGB 1258746
HSL0.090.460.34
HSV31°63°49°
CMYK 0.000.300.63   0.51
XYZ12.358811.37364.1287
Yxy11.37360.44360.4082
Hunter Lab33.72486.394916.3489
CIE-Lab40.202711.055129.7097

#7d572e color RGB value is (125,87,46).

#7d572e hex color red value is 125, green value is 87 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7d572e hue: 0.09 , saturation: 0.46 and the lightness value of 7d572e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010111 00101110
Octal 175 127 56
Decimal 125 87 46
Hex 7D 57 2E

RGB Percentages of Color #7d572e

%48.45
%33.72
%17.83

CMYK Percentages of Color #7d572e

%0
%30
%63
%51

Triadic Colors of #7d572e

#7d572e #2e7d57 #572e7d

Analogous Colors of #7d572e

#7d572e #7c7d2e #7d302e

Monochromatic Colors of #7d572e

#7d572e

Complementary Color

#7d572e #2e547d

#7d572e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d572e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d572e Color CSS Codes

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

#7d572e Text Font Color

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

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


#7d572e Background Color

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

This div background color is #7d572e


#7d572e Border Color

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

This div border color is #7d572e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,87,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d572e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d572e;
  -webkit-box-shadow: 1px 1px 3px 2px #7d572e;
  box-shadow:         1px 1px 3px 2px #7d572e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,87,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d572e


Comments

No comments written yet.

Please login to write comment.