Color Hex Logo

#71612c Color Hex

#71612C
(113,97,44)
0 Favorites   0 Comments

Color spaces of #71612c

RGB 1139744
HSL0.130.440.31
HSV46°61°44°
CMYK 0.000.140.61   0.56
XYZ11.539412.24194.1376
Yxy12.24190.41330.4385
Hunter Lab34.9884-2.359317.4805
CIE-Lab41.5980-0.685832.0672

#71612c color RGB value is (113,97,44).

#71612c hex color red value is 113, green value is 97 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #71612c hue: 0.13 , saturation: 0.44 and the lightness value of 71612c is 0.31.

The process color (four color CMYK) of #71612c color hex is 0.00, 0.14, 0.61, 0.56. Web safe color of #71612c is #666633. Color #71612c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 00101100
Octal 161 141 54
Decimal 113 97 44
Hex 71 61 2C

RGB Percentages of Color #71612c

%44.49
%38.19
%17.32

CMYK Percentages of Color #71612c

%0
%14
%61
%56

Triadic Colors of #71612c

#71612c #2c7161 #612c71

Analogous Colors of #71612c

#71612c #5e712c #713f2c

Monochromatic Colors of #71612c

#71612c

Complementary Color

#71612c #2c3c71

#71612c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71612c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71612c Color CSS Codes

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

#71612c Text Font Color

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

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


#71612c Background Color

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

This div background color is #71612c


#71612c Border Color

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

This div border color is #71612c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71612c


Comments

No comments written yet.

Please login to write comment.