Color Hex Logo

#71703c Color Hex

#71703C
(113,112,60)
0 Favorites   0 Comments

Color spaces of #71703c

RGB 11311260
HSL0.160.310.34
HSV59°47°44°
CMYK 0.000.010.47   0.56
XYZ13.419815.42536.5450
Yxy15.42530.37920.4359
Hunter Lab39.2751-7.740117.6121
CIE-Lab46.2113-7.793128.9155

#71703c color RGB value is (113,112,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110000 00111100
Octal 161 160 74
Decimal 113 112 60
Hex 71 70 3C

RGB Percentages of Color #71703c

%39.65
%39.30
%21.05

CMYK Percentages of Color #71703c

%0
%1
%47
%56

Triadic Colors of #71703c

#71703c #3c7170 #703c71

Analogous Colors of #71703c

#71703c #58713c #71563c

Monochromatic Colors of #71703c

#71703c

Complementary Color

#71703c #3c3d71

#71703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71703c Color CSS Codes

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

#71703c Text Font Color

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

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


#71703c Background Color

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

This div background color is #71703c


#71703c Border Color

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

This div border color is #71703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71703c


Comments

No comments written yet.

Please login to write comment.