Color Hex Logo

#71711d Color Hex

#71711D
(113,113,29)
0 Favorites   0 Comments

Color spaces of #71711d

RGB 11311329
HSL0.170.590.28
HSV60°74°44°
CMYK 0.000.000.74   0.56
XYZ12.937015.40973.4549
Yxy15.40970.40680.4846
Hunter Lab39.2552-9.869922.2604
CIE-Lab46.1903-10.863243.9075

#71711d color RGB value is (113,113,29).

#71711d hex color red value is 113, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #71711d hue: 0.17 , saturation: 0.59 and the lightness value of 71711d is 0.28.

The process color (four color CMYK) of #71711d color hex is 0.00, 0.00, 0.74, 0.56. Web safe color of #71711d is #666633. Color #71711d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 00011101
Octal 161 161 35
Decimal 113 113 29
Hex 71 71 1D

RGB Percentages of Color #71711d

%44.31
%44.31
%11.37

CMYK Percentages of Color #71711d

%0
%0
%74
%56

Triadic Colors of #71711d

#71711d #1d7171 #711d71

Analogous Colors of #71711d

#71711d #47711d #71471d

Monochromatic Colors of #71711d

#71711d

Complementary Color

#71711d #1d1d71

#71711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71711d Color CSS Codes

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

#71711d Text Font Color

<p style="color:#71711d">Text here</p>

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


#71711d Background Color

<div style="background-color:#71711d">
Div content here</div>

This div background color is #71711d


#71711d Border Color

<div style="border:3px solid #71711d">
Div here</div>

This div border color is #71711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71711d


Comments

No comments written yet.

Please login to write comment.