Color Hex Logo

#71605e Color Hex

#71605E
(113,96,94)
0 Favorites   0 Comments

Color spaces of #71605e

RGB 1139694
HSL0.020.090.41
HSV17°44°
CMYK 0.000.150.17   0.56
XYZ13.013312.684612.3522
Yxy12.68460.34200.3334
Hunter Lab35.61542.89394.3678
CIE-Lab42.28416.47853.6714

#71605e color RGB value is (113,96,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 01011110
Octal 161 140 136
Decimal 113 96 94
Hex 71 60 5E

RGB Percentages of Color #71605e

%37.29
%31.68
%31.02

CMYK Percentages of Color #71605e

%0
%15
%17
%56

Triadic Colors of #71605e

#71605e #5e7160 #605e71

Analogous Colors of #71605e

#71605e #716a5e #715e66

Monochromatic Colors of #71605e

#71605e

Complementary Color

#71605e #5e6f71

#71605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71605e Color CSS Codes

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

#71605e Text Font Color

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

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


#71605e Background Color

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

This div background color is #71605e


#71605e Border Color

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

This div border color is #71605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71605e


Comments

No comments written yet.

Please login to write comment.