Color Hex Logo

#71710e Color Hex

#71710E
(113,113,14)
0 Favorites   0 Comments

Color spaces of #71710e

RGB 11311314
HSL0.170.780.25
HSV60°88°44°
CMYK 0.000.000.88   0.56
XYZ12.794415.35272.7045
Yxy15.35270.41470.4976
Hunter Lab39.1825-10.283223.3354
CIE-Lab46.1135-11.480848.7381

#71710e color RGB value is (113,113,14).

#71710e hex color red value is 113, green value is 113 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #71710e hue: 0.17 , saturation: 0.78 and the lightness value of 71710e is 0.25.

The process color (four color CMYK) of #71710e color hex is 0.00, 0.00, 0.88, 0.56. Web safe color of #71710e is #666600. Color #71710e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 00001110
Octal 161 161 16
Decimal 113 113 14
Hex 71 71 E

RGB Percentages of Color #71710e

%47.08
%47.08
%5.83

CMYK Percentages of Color #71710e

%0
%0
%88
%56

Triadic Colors of #71710e

#71710e #0e7171 #710e71

Analogous Colors of #71710e

#71710e #40710e #71400e

Monochromatic Colors of #71710e

#71710e

Complementary Color

#71710e #0e0e71

#71710e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71710e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71710e Color CSS Codes

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

#71710e Text Font Color

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

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


#71710e Background Color

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

This div background color is #71710e


#71710e Border Color

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

This div border color is #71710e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71710e


Comments

No comments written yet.

Please login to write comment.