Color Hex Logo

#71513c Color Hex

#71513C
(113,81,60)
0 Favorites   0 Comments

Color spaces of #71513c

RGB 1138160
HSL0.070.310.34
HSV24°47°44°
CMYK 0.000.280.47   0.56
XYZ10.56819.72185.5945
Yxy9.72180.40830.3756
Hunter Lab31.17985.936211.1876
CIE-Lab37.338410.523417.6101

#71513c color RGB value is (113,81,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 00111100
Octal 161 121 74
Decimal 113 81 60
Hex 71 51 3C

RGB Percentages of Color #71513c

%44.49
%31.89
%23.62

CMYK Percentages of Color #71513c

%0
%28
%47
%56

Triadic Colors of #71513c

#71513c #3c7151 #513c71

Analogous Colors of #71513c

#71513c #716c3c #713c42

Monochromatic Colors of #71513c

#71513c

Complementary Color

#71513c #3c5c71

#71513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71513c Color CSS Codes

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

#71513c Text Font Color

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

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


#71513c Background Color

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

This div background color is #71513c


#71513c Border Color

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

This div border color is #71513c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,81,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71513c


Comments

No comments written yet.

Please login to write comment.