Color Hex Logo

#71604e Color Hex

#71604E
(113,96,78)
0 Favorites   0 Comments

Color spaces of #71604e

RGB 1139678
HSL0.090.180.37
HSV31°31°44°
CMYK 0.000.150.31   0.56
XYZ12.368112.42658.9544
Yxy12.42650.36650.3682
Hunter Lab35.25120.93819.6152
CIE-Lab41.88613.862712.8297

#71604e color RGB value is (113,96,78).

#71604e hex color red value is 113, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71604e hue: 0.09 , saturation: 0.18 and the lightness value of 71604e is 0.37.

The process color (four color CMYK) of #71604e color hex is 0.00, 0.15, 0.31, 0.56. Web safe color of #71604e is #666666. Color #71604e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 01001110
Octal 161 140 116
Decimal 113 96 78
Hex 71 60 4E

RGB Percentages of Color #71604e

%39.37
%33.45
%27.18

CMYK Percentages of Color #71604e

%0
%15
%31
%56

Triadic Colors of #71604e

#71604e #4e7160 #604e71

Analogous Colors of #71604e

#71604e #71714e #714f4e

Monochromatic Colors of #71604e

#71604e

Complementary Color

#71604e #4e5f71

#71604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71604e Color CSS Codes

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

#71604e Text Font Color

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

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


#71604e Background Color

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

This div background color is #71604e


#71604e Border Color

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

This div border color is #71604e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71604e


Comments

No comments written yet.

Please login to write comment.