Color Hex Logo

#71502e Color Hex

#71502E
(113,80,46)
0 Favorites   0 Comments

Color spaces of #71502e

RGB 1138046
HSL0.080.420.31
HSV30°59°44°
CMYK 0.000.290.59   0.56
XYZ10.17199.44533.8718
Yxy9.44530.43300.4021
Hunter Lab30.73325.295814.0438
CIE-Lab36.82799.681125.3146

#71502e color RGB value is (113,80,46).

#71502e hex color red value is 113, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71502e hue: 0.08 , saturation: 0.42 and the lightness value of 71502e is 0.31.

The process color (four color CMYK) of #71502e color hex is 0.00, 0.29, 0.59, 0.56. Web safe color of #71502e is #666633. Color #71502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00101110
Octal 161 120 56
Decimal 113 80 46
Hex 71 50 2E

RGB Percentages of Color #71502e

%47.28
%33.47
%19.25

CMYK Percentages of Color #71502e

%0
%29
%59
%56

Triadic Colors of #71502e

#71502e #2e7150 #502e71

Analogous Colors of #71502e

#71502e #71712e #712f2e

Monochromatic Colors of #71502e

#71502e

Complementary Color

#71502e #2e4f71

#71502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71502e Color CSS Codes

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

#71502e Text Font Color

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

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


#71502e Background Color

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

This div background color is #71502e


#71502e Border Color

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

This div border color is #71502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71502e


Comments

No comments written yet.

Please login to write comment.