Color Hex Logo

#71573e Color Hex

#71573E
(113,87,62)
0 Favorites   0 Comments

Color spaces of #71573e

RGB 1138762
HSL0.080.290.34
HSV29°45°44°
CMYK 0.000.230.45   0.56
XYZ11.087710.67496.0335
Yxy10.67490.39890.3840
Hunter Lab32.67253.398811.9219
CIE-Lab39.02747.120818.6261

#71573e color RGB value is (113,87,62).

#71573e hex color red value is 113, green value is 87 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71573e hue: 0.08 , saturation: 0.29 and the lightness value of 71573e is 0.34.

The process color (four color CMYK) of #71573e color hex is 0.00, 0.23, 0.45, 0.56. Web safe color of #71573e is #666633. Color #71573e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 00111110
Octal 161 127 76
Decimal 113 87 62
Hex 71 57 3E

RGB Percentages of Color #71573e

%43.13
%33.21
%23.66

CMYK Percentages of Color #71573e

%0
%23
%45
%56

Triadic Colors of #71573e

#71573e #3e7157 #573e71

Analogous Colors of #71573e

#71573e #71713e #713e3f

Monochromatic Colors of #71573e

#71573e

Complementary Color

#71573e #3e5871

#71573e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71573e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71573e Color CSS Codes

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

#71573e Text Font Color

<p style="color:#71573e">Text here</p>

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


#71573e Background Color

<div style="background-color:#71573e">
Div content here</div>

This div background color is #71573e


#71573e Border Color

<div style="border:3px solid #71573e">
Div here</div>

This div border color is #71573e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,87,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71573e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71573e;
  -webkit-box-shadow: 1px 1px 3px 2px #71573e;
  box-shadow:         1px 1px 3px 2px #71573e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,87,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 #71573e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71573e


Comments

No comments written yet.

Please login to write comment.