Color Hex Logo

#71513e Color Hex

#71513E
(113,81,62)
0 Favorites   0 Comments

Color spaces of #71513e

RGB 1138162
HSL0.060.290.34
HSV22°45°44°
CMYK 0.000.280.45   0.56
XYZ10.62209.74345.8782
Yxy9.74340.40470.3713
Hunter Lab31.21446.116810.6848
CIE-Lab37.377910.761416.4420

#71513e color RGB value is (113,81,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 00111110
Octal 161 121 76
Decimal 113 81 62
Hex 71 51 3E

RGB Percentages of Color #71513e

%44.14
%31.64
%24.22

CMYK Percentages of Color #71513e

%0
%28
%45
%56

Triadic Colors of #71513e

#71513e #3e7151 #513e71

Analogous Colors of #71513e

#71513e #716b3e #713e45

Monochromatic Colors of #71513e

#71513e

Complementary Color

#71513e #3e5e71

#71513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71513e Color CSS Codes

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

#71513e Text Font Color

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

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


#71513e Background Color

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

This div background color is #71513e


#71513e Border Color

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

This div border color is #71513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71513e


Comments

No comments written yet.

Please login to write comment.