Color Hex Logo

#71610f Color Hex

#71610F
(113,97,15)
0 Favorites   0 Comments

Color spaces of #71610f

RGB 1139715
HSL0.140.770.25
HSV50°87°44°
CMYK 0.000.140.87   0.56
XYZ11.171012.09462.1977
Yxy12.09460.43870.4750
Hunter Lab34.7773-3.523320.5974
CIE-Lab41.3661-2.349344.4527

#71610f color RGB value is (113,97,15).

#71610f hex color red value is 113, green value is 97 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #71610f hue: 0.14 , saturation: 0.77 and the lightness value of 71610f is 0.25.

The process color (four color CMYK) of #71610f color hex is 0.00, 0.14, 0.87, 0.56. Web safe color of #71610f is #666600. Color #71610f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 00001111
Octal 161 141 17
Decimal 113 97 15
Hex 71 61 F

RGB Percentages of Color #71610f

%50.22
%43.11
%6.67

CMYK Percentages of Color #71610f

%0
%14
%87
%56

Triadic Colors of #71610f

#71610f #0f7161 #610f71

Analogous Colors of #71610f

#71610f #50710f #71300f

Monochromatic Colors of #71610f

#71610f

Complementary Color

#71610f #0f1f71

#71610f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71610f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71610f Color CSS Codes

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

#71610f Text Font Color

<p style="color:#71610f">Text here</p>

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


#71610f Background Color

<div style="background-color:#71610f">
Div content here</div>

This div background color is #71610f


#71610f Border Color

<div style="border:3px solid #71610f">
Div here</div>

This div border color is #71610f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,97,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71610f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71610f;
  -webkit-box-shadow: 1px 1px 3px 2px #71610f;
  box-shadow:         1px 1px 3px 2px #71610f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71610f


Comments

No comments written yet.

Please login to write comment.